Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_dquot.h83 struct completion q_flush; member
105 wait_for_completion(&dqp->q_flush); in xfs_dqflock()
110 return try_wait_for_completion(&dqp->q_flush); in xfs_dqflock_nowait()
115 complete(&dqp->q_flush); in xfs_dqfunlock()
A Dxfs_dquot.c517 init_completion(&dqp->q_flush); in xfs_dquot_alloc()
518 complete(&dqp->q_flush); in xfs_dquot_alloc()
1256 ASSERT(!completion_done(&dqp->q_flush)); in xfs_qm_dqflush()

Completed in 9 milliseconds