Searched refs:dq_flags (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/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() 539 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in __ocfs2_sync_dquot() 554 clear_bit(DQ_INODES_B, &dquot->dq_flags); in __ocfs2_sync_dquot() 557 __clear_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags); in __ocfs2_sync_dquot() 561 __clear_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags); in __ocfs2_sync_dquot() 775 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_release_dquot() 869 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_acquire_dquot() [all …]
|
/linux-6.3-rc2/fs/quota/ |
A D | dquot.c | 361 if (test_bit(DQ_MOD_B, &dquot->dq_flags)) in dquot_mark_dquot_dirty() 441 set_bit(DQ_READ_B, &dquot->dq_flags); in dquot_acquire() 462 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_acquire() 520 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_release() 1128 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in dquot_free_reserved_space() 1140 clear_bit(DQ_INODES_B, &dquot->dq_flags); in dquot_decr_inodes() 1153 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in dquot_decr_space() 1288 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in dquot_add_inodes() 2740 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in do_set_dqblk() 2756 clear_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk() [all …]
|
A D | quota_tree.c | 680 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()
|
A D | quota_v1.c | 76 set_bit(DQ_FAKE_B, &dquot->dq_flags); in v1_read_dqblk()
|
/linux-6.3-rc2/include/linux/ |
A D | quotaops.h | 51 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab() 58 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 15 milliseconds