Searched refs:DQ_ACTIVE_B (Results 1 – 5 of 5) sorted by relevance
230 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in shmem_acquire_dquot()312 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in shmem_release_dquot()
287 #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */ macro
51 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab()
787 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_release_dquot()881 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_acquire_dquot()
361 return test_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_active()489 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_acquire()547 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_release()
Completed in 17 milliseconds