Searched refs:DQ_ACTIVE_B (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/quota/ |
D | dquot.c | 355 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_mark_dquot_dirty() 442 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire() 461 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_acquire() 481 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_commit() 513 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_release() 592 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_scan_active() 607 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dquot_scan_active() 646 WARN_ON(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dquot_writeback_dquots() 797 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dqput() 898 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dqget()
|
/kernel/linux/linux-5.10/include/linux/ |
D | quota.h | 287 #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */ macro
|
D | quotaops.h | 50 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | quota_global.c | 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()
|