Home
last modified time | relevance | path

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

/linux-4.1.27/fs/quota/
Dquota_tree.c624 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()
Dquota_v1.c74 set_bit(DQ_FAKE_B, &dquot->dq_flags); in v1_read_dqblk()
Ddquot.c1265 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/
Dquota.h276 #define DQ_FAKE_B 3 /* no limits only usage */ macro