Home
last modified time | relevance | path

Searched refs:q_pincount (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_dquot_item.c78 atomic_inc(&dqp->q_pincount); in xfs_qm_dquot_logitem_pin()
94 ASSERT(atomic_read(&dqp->q_pincount) > 0); in xfs_qm_dquot_logitem_unpin()
95 if (atomic_dec_and_test(&dqp->q_pincount)) in xfs_qm_dquot_logitem_unpin()
108 if (atomic_read(&dqp->q_pincount) == 0) in xfs_qm_dqunpin_wait()
115 wait_event(dqp->q_pinwait, (atomic_read(&dqp->q_pincount) == 0)); in xfs_qm_dqunpin_wait()
130 if (atomic_read(&dqp->q_pincount) > 0) in xfs_qm_dquot_logitem_push()
140 if (atomic_read(&dqp->q_pincount) > 0) { in xfs_qm_dquot_logitem_push()
H A Dxfs_dquot.h82 atomic_t q_pincount; member
H A Dxfs_qm.c157 ASSERT(atomic_read(&dqp->q_pincount) == 0); in xfs_qm_dqpurge()