DQ_MOD_B
return test_bit(DQ_MOD_B, &dquot->dq_flags);
return test_and_set_bit(DQ_MOD_B, &dquot->dq_flags);
if (!test_and_set_bit(DQ_MOD_B, &dquot->dq_flags)) {
return test_and_clear_bit(DQ_MOD_B, &dquot->dq_flags);
if (!test_and_clear_bit(DQ_MOD_B, &dquot->dq_flags)) {
if (test_bit(DQ_MOD_B, &dquot->dq_flags))