Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_dquot.h89 struct completion q_flush; member
111 wait_for_completion(&dqp->q_flush); in xfs_dqflock()
116 return try_wait_for_completion(&dqp->q_flush); in xfs_dqflock_nowait()
121 complete(&dqp->q_flush); in xfs_dqfunlock()
H A Dxfs_dquot.c548 init_completion(&dqp->q_flush); in xfs_dquot_alloc()
549 complete(&dqp->q_flush); in xfs_dquot_alloc()
1375 ASSERT(!completion_done(&dqp->q_flush)); in xfs_qm_dqflush()