Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_dquot.h55 struct completion q_flush; /* flush completion queue */ member
77 wait_for_completion(&dqp->q_flush); in xfs_dqflock()
82 return try_wait_for_completion(&dqp->q_flush); in xfs_dqflock_nowait()
87 complete(&dqp->q_flush); in xfs_dqfunlock()
Dxfs_dquot_item.c125 ASSERT(!completion_done(&dqp->q_flush)); in xfs_qm_dquot_logitem_push()
201 if (completion_done(&dqp->q_flush) || in xfs_qm_dquot_logitem_pushbuf()
Dxfs_dquot.c511 init_completion(&dqp->q_flush); in xfs_qm_dqread()
512 complete(&dqp->q_flush); in xfs_qm_dqread()
890 ASSERT(!completion_done(&dqp->q_flush)); in xfs_qm_dqflush()