DQ_MOD_B          341 fs/quota/dquot.c 	return test_bit(DQ_MOD_B, &dquot->dq_flags);
DQ_MOD_B          358 fs/quota/dquot.c 		return test_and_set_bit(DQ_MOD_B, &dquot->dq_flags);
DQ_MOD_B          361 fs/quota/dquot.c 	if (test_bit(DQ_MOD_B, &dquot->dq_flags))
DQ_MOD_B          365 fs/quota/dquot.c 	if (!test_and_set_bit(DQ_MOD_B, &dquot->dq_flags)) {
DQ_MOD_B          402 fs/quota/dquot.c 		return test_and_clear_bit(DQ_MOD_B, &dquot->dq_flags);
DQ_MOD_B          405 fs/quota/dquot.c 	if (!test_and_clear_bit(DQ_MOD_B, &dquot->dq_flags)) {
DQ_MOD_B           60 include/linux/quotaops.h 	if (test_bit(DQ_MOD_B, &dquot->dq_flags))