Searched refs:DQ_FAKE_B (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/quota/ |
D | quota_tree.c | 613 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot() 630 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot() 641 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot() 654 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) && in qtree_release_dquot()
|
D | quota_v1.c | 73 set_bit(DQ_FAKE_B, &dquot->dq_flags); in v1_read_dqblk()
|
D | dquot.c | 1251 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in check_idq() 1289 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in check_bdq() 1336 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_idq_free() 1352 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_bdq_free() 2474 clear_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk() 2476 set_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
|
/linux-3.4.99/include/linux/ |
D | quota.h | 279 #define DQ_FAKE_B 3 /* no limits only usage */ macro
|