Searched refs:dq_flags (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ocfs2/ |
A D | quota_global.c | 81 if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb() 87 if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb() 89 if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb() 91 if (!test_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb() 538 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in __ocfs2_sync_dquot() 553 clear_bit(DQ_INODES_B, &dquot->dq_flags); in __ocfs2_sync_dquot() 556 __clear_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags); in __ocfs2_sync_dquot() 560 __clear_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags); in __ocfs2_sync_dquot() 774 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_release_dquot() 868 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_acquire_dquot() [all …]
|
/linux/fs/quota/ |
A D | dquot.c | 360 if (test_bit(DQ_MOD_B, &dquot->dq_flags)) in dquot_mark_dquot_dirty() 438 set_bit(DQ_READ_B, &dquot->dq_flags); in dquot_acquire() 459 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_acquire() 511 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_release() 1113 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in dquot_free_reserved_space() 1125 clear_bit(DQ_INODES_B, &dquot->dq_flags); in dquot_decr_inodes() 1138 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in dquot_decr_space() 1273 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in dquot_add_inodes() 2716 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in do_set_dqblk() 2732 clear_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk() [all …]
|
A D | quota_tree.c | 637 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot() 654 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot() 665 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot() 678 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) && in qtree_release_dquot()
|
A D | quota_v1.c | 76 set_bit(DQ_FAKE_B, &dquot->dq_flags); in v1_read_dqblk()
|
/linux/include/linux/ |
A D | quotaops.h | 50 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab() 57 if (test_bit(DQ_MOD_B, &dquot->dq_flags)) in dquot_is_busy()
|
A D | quota.h | 305 unsigned long dq_flags; /* See DQ_* */ member
|
Completed in 25 milliseconds