Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dshmem_quota.c224 set_bit(DQ_FAKE_B, &dquot->dq_flags); in shmem_acquire_dquot()
250 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in shmem_is_empty_dquot()
/Linux-v6.6/fs/quota/
Dquota_tree.c680 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
697 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
708 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
721 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.c1306 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in dquot_add_inodes()
1352 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in dquot_add_space()
1414 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_idq_free()
1434 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_bdq_free()
2774 clear_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
2776 set_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
/Linux-v6.6/include/linux/
Dquota.h285 #define DQ_FAKE_B 3 /* no limits only usage */ macro