Home
last modified time | relevance | path

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

/linux/mm/
A Dshmem_quota.c230 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()
/linux/include/linux/
A Dquota.h287 #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */ macro
A Dquotaops.h51 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab()
/linux/fs/ocfs2/
A Dquota_global.c787 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()
/linux/fs/quota/
A Ddquot.c361 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