Home
last modified time | relevance | path

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

/Linux-v4.19/fs/quota/
Ddquot.c349 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_mark_dquot_dirty()
435 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire()
454 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_acquire()
474 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_commit()
506 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_release()
585 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_scan_active()
601 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dquot_scan_active()
639 WARN_ON(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dquot_writeback_dquots()
791 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dqput()
892 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dqget()
/Linux-v4.19/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-v4.19/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()