Home
last modified time | relevance | path

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

/Linux-v5.4/fs/quota/
Ddquot.c354 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_mark_dquot_dirty()
441 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire()
460 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_acquire()
480 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_commit()
512 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_release()
591 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()
645 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()
/Linux-v5.4/include/linux/
Dquota.h287 #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */ macro
Dquotaops.h53 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab()
/Linux-v5.4/fs/ocfs2/
Dquota_global.c775 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()