Home
last modified time | relevance | path

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

/linux-3.4.99/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.c1251 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in check_idq()
1289 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in check_bdq()
1336 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_idq_free()
1352 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in info_bdq_free()
2474 clear_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
2476 set_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
/linux-3.4.99/include/linux/
Dquota.h279 #define DQ_FAKE_B 3 /* no limits only usage */ macro