Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_dquot_item.c97 wake_up(&dqp->q_pinwait); in xfs_qm_dquot_logitem_unpin()
116 wait_event(dqp->q_pinwait, (atomic_read(&dqp->q_pincount) == 0)); in xfs_qm_dqunpin_wait()
H A Dxfs_dquot.h85 struct wait_queue_head q_pinwait; member
H A Dxfs_dquot.c481 init_waitqueue_head(&dqp->q_pinwait); in xfs_dquot_alloc()