Searched refs:DQ_MOD_B (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dquota.h282 #define DQ_MOD_B 0 /* dquot modified since read */ macro
H A Dquotaops.h58 if (test_bit(DQ_MOD_B, &dquot->dq_flags))
/linux-master/fs/quota/
H A Ddquot.c367 return test_bit(DQ_MOD_B, &dquot->dq_flags);
384 return test_and_set_bit(DQ_MOD_B, &dquot->dq_flags);
391 if (!test_and_set_bit(DQ_MOD_B, &dquot->dq_flags)) {
430 return test_and_clear_bit(DQ_MOD_B, &dquot->dq_flags);
433 if (!test_and_clear_bit(DQ_MOD_B, &dquot->dq_flags)) {

Completed in 298 milliseconds