Home
last modified time | relevance | path

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

/linux-6.15/mm/
H 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-6.15/fs/ocfs2/
H A Dquota_global.c768 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_release_dquot()
792 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_release_dquot()
886 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_acquire_dquot()
/linux-6.15/include/linux/
H A Dquota.h287 #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */ macro
H A Dquotaops.h51 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab()
/linux-6.15/fs/quota/
H A Ddquot.c360 return test_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_active()
488 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_acquire()
546 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_release()