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

/linux-4.4.14/fs/xfs/
H A Dxfs_dquot_item.c88 atomic_inc(&dqp->q_pincount); xfs_qm_dquot_logitem_pin()
104 ASSERT(atomic_read(&dqp->q_pincount) > 0); xfs_qm_dquot_logitem_unpin()
105 if (atomic_dec_and_test(&dqp->q_pincount)) xfs_qm_dquot_logitem_unpin()
130 if (atomic_read(&dqp->q_pincount) == 0) xfs_qm_dqunpin_wait()
137 wait_event(dqp->q_pinwait, (atomic_read(&dqp->q_pincount) == 0)); xfs_qm_dqunpin_wait()
151 if (atomic_read(&dqp->q_pincount) > 0)
161 if (atomic_read(&dqp->q_pincount) > 0) {
H A Dxfs_dquot.h65 atomic_t q_pincount; /* dquot pin count */ member in struct:xfs_dquot
H A Dxfs_qm.c170 ASSERT(atomic_read(&dqp->q_pincount) == 0); xfs_qm_dqpurge()

Completed in 155 milliseconds