Searched refs:DQ_FAKE_B (Results 1 - 5 of 5) sorted by relevance

/linux-master/mm/
H A Dshmem_quota.c227 set_bit(DQ_FAKE_B, &dquot->dq_flags);
253 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) ||
/linux-master/fs/quota/
H A Dquota_tree.c744 set_bit(DQ_FAKE_B, &dquot->dq_flags);
761 set_bit(DQ_FAKE_B, &dquot->dq_flags);
772 set_bit(DQ_FAKE_B, &dquot->dq_flags);
785 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) &&
H A Dquota_v1.c76 set_bit(DQ_FAKE_B, &dquot->dq_flags);
H A Ddquot.c1300 test_bit(DQ_FAKE_B, &dquot->dq_flags))
1346 test_bit(DQ_FAKE_B, &dquot->dq_flags))
1408 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) ||
1428 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) ||
2806 clear_bit(DQ_FAKE_B, &dquot->dq_flags);
2808 set_bit(DQ_FAKE_B, &dquot->dq_flags);
/linux-master/include/linux/
H A Dquota.h285 #define DQ_FAKE_B 3 /* no limits only usage */ macro

Completed in 121 milliseconds