Home
last modified time | relevance | path

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

/linux-2.6.39/fs/quota/
Dquota_tree.c613 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
630 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()
654 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) && in qtree_release_dquot()
Dquota_v1.c73 set_bit(DQ_FAKE_B, &dquot->dq_flags); in v1_read_dqblk()
Ddquot.c1224 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in check_idq()
1262 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in check_bdq()
1309 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_idq_free()
1325 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_bdq_free()
2424 clear_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
2426 set_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
/linux-2.6.39/include/linux/
Dquota.h275 #define DQ_FAKE_B 3 /* no limits only usage */ macro