Home
last modified time | relevance | path

Searched refs:DQ_FAKE_B (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/quota/
Dquota_tree.c622 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
639 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
650 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
663 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) && in qtree_release_dquot()
Dquota_v1.c76 set_bit(DQ_FAKE_B, &dquot->dq_flags); in v1_read_dqblk()
Ddquot.c1273 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in dquot_add_inodes()
1319 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in dquot_add_space()
1381 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_idq_free()
1401 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_bdq_free()
2732 clear_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
2734 set_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
/Linux-v5.15/include/linux/
Dquota.h285 #define DQ_FAKE_B 3 /* no limits only usage */ macro