Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dquot.h64 struct completion q_flush; /* flush completion queue */ member
86 wait_for_completion(&dqp->q_flush); in xfs_dqflock()
91 return try_wait_for_completion(&dqp->q_flush); in xfs_dqflock_nowait()
96 complete(&dqp->q_flush); in xfs_dqfunlock()
Dxfs_dquot.c592 init_completion(&dqp->q_flush); in xfs_qm_dqread()
593 complete(&dqp->q_flush); in xfs_qm_dqread()
1033 ASSERT(!completion_done(&dqp->q_flush)); in xfs_qm_dqflush()
Dxfs_dquot_item.c156 ASSERT(!completion_done(&dqp->q_flush)); in xfs_dquot_item_error()