Searched refs:DQ_ACTIVE_B (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/quota/ |
D | dquot.c | 416 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire() 430 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_acquire() 455 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_commit() 488 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_release() 571 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_scan_active() 587 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dquot_scan_active() 625 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dquot_writeback_dquots() 762 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && dquot_dirty(dquot)) { in dqput() 782 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dqput() 880 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dqget()
|
/linux-4.4.14/include/linux/ |
D | quota.h | 278 #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */ macro
|
D | quotaops.h | 53 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab()
|
/linux-4.4.14/fs/ocfs2/ |
D | quota_global.c | 761 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_release_dquot() 855 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_acquire_dquot()
|