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

/linux-master/fs/xfs/
H A Dxfs_dquot.h83 struct completion q_flush; member in struct:xfs_dquot
99 * Manage the q_flush completion queue embedded in the dquot. This completion
105 wait_for_completion(&dqp->q_flush);
110 return try_wait_for_completion(&dqp->q_flush);
115 complete(&dqp->q_flush);
H A Dxfs_dquot.c35 * dquot->q_flush (xfs_dqflock() and friends)
521 init_completion(&dqp->q_flush);
522 complete(&dqp->q_flush);
1260 ASSERT(!completion_done(&dqp->q_flush));

Completed in 85 milliseconds