Searched refs:dq_flags (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/fs/ocfs2/ |
D | quota_global.c | 77 if (!test_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags)) { in ocfs2_global_disk2memdqb() 81 if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb() 83 if (!test_bit(DQ_LASTSET_B + QIF_BLIMITS_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() 521 if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags)) in __ocfs2_sync_dquot() 523 if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags)) in __ocfs2_sync_dquot() 528 if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags) && in __ocfs2_sync_dquot() 538 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in __ocfs2_sync_dquot() [all …]
|
/Linux-v5.15/fs/quota/ |
D | dquot.c | 340 return test_bit(DQ_MOD_B, &dquot->dq_flags); in dquot_dirty() 353 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_mark_dquot_dirty() 357 return test_and_set_bit(DQ_MOD_B, &dquot->dq_flags); in dquot_mark_dquot_dirty() 360 if (test_bit(DQ_MOD_B, &dquot->dq_flags)) in dquot_mark_dquot_dirty() 364 if (!test_and_set_bit(DQ_MOD_B, &dquot->dq_flags)) { in dquot_mark_dquot_dirty() 401 return test_and_clear_bit(DQ_MOD_B, &dquot->dq_flags); in clear_dquot_dirty() 404 if (!test_and_clear_bit(DQ_MOD_B, &dquot->dq_flags)) { in clear_dquot_dirty() 431 if (!test_bit(DQ_READ_B, &dquot->dq_flags)) { in dquot_acquire() 438 set_bit(DQ_READ_B, &dquot->dq_flags); in dquot_acquire() 440 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire() [all …]
|
D | quota_tree.c | 622 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot() 639 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot() 650 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot() 663 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) && in qtree_release_dquot()
|
D | quota_v1.c | 76 set_bit(DQ_FAKE_B, &dquot->dq_flags); in v1_read_dqblk()
|
/Linux-v5.15/include/linux/ |
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()
|
D | quota.h | 305 unsigned long dq_flags; /* See DQ_* */ member
|