Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Dquota_tree.c683 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
700 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
711 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
724 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) && in qtree_release_dquot()
Dquota_v1.c75 set_bit(DQ_FAKE_B, &dquot->dq_flags); in v1_read_dqblk()
Ddquot.c1332 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in dquot_add_inodes()
1378 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in dquot_add_space()
1440 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_idq_free()
1460 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_bdq_free()
2835 clear_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
2837 set_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
/linux-4.19.296/include/linux/
Dquota.h285 #define DQ_FAKE_B 3 /* no limits only usage */ macro