Searched refs:DQ_FAKE_B (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/quota/ |
D | quota_tree.c | 624 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() 652 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot() 665 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) && in qtree_release_dquot()
|
D | quota_v1.c | 74 set_bit(DQ_FAKE_B, &dquot->dq_flags); in v1_read_dqblk()
|
D | dquot.c | 1265 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in check_idq() 1303 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in check_bdq() 1350 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_idq_free() 1366 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_bdq_free() 2617 clear_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk() 2619 set_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
|
/linux-4.1.27/include/linux/ |
D | quota.h | 276 #define DQ_FAKE_B 3 /* no limits only usage */ macro
|