Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_dquot.h81 struct completion q_flush; member
97 * Manage the q_flush completion queue embedded in the dquot. This completion
103 wait_for_completion(&dqp->q_flush); in xfs_dqflock()
108 return try_wait_for_completion(&dqp->q_flush); in xfs_dqflock_nowait()
113 complete(&dqp->q_flush); in xfs_dqfunlock()
H A Dxfs_dquot.c34 * dquot->q_flush (xfs_dqflock() and friends)
475 init_completion(&dqp->q_flush); in xfs_dquot_alloc()
476 complete(&dqp->q_flush); in xfs_dquot_alloc()
1251 ASSERT(!completion_done(&dqp->q_flush)); in xfs_qm_dqflush()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_dquot.h83 struct completion q_flush; member
99 * Manage the q_flush completion queue embedded in the dquot. This completion
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()
H A Dxfs_dquot.c34 * dquot->q_flush (xfs_dqflock() and friends)
495 init_completion(&dqp->q_flush); in xfs_dquot_alloc()
496 complete(&dqp->q_flush); in xfs_dquot_alloc()
1225 ASSERT(!completion_done(&dqp->q_flush)); in xfs_qm_dqflush()

Completed in 4 milliseconds