Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_dquot.h52 struct completion q_flush; /* flush completion queue */ member
74 wait_for_completion(&dqp->q_flush); in xfs_dqflock()
79 return try_wait_for_completion(&dqp->q_flush); in xfs_dqflock_nowait()
84 complete(&dqp->q_flush); in xfs_dqfunlock()
Dxfs_dquot.c467 init_completion(&dqp->q_flush); in xfs_dquot_alloc()
468 complete(&dqp->q_flush); in xfs_dquot_alloc()
1082 ASSERT(!completion_done(&dqp->q_flush)); in xfs_qm_dqflush()
Dxfs_dquot_item.c141 ASSERT(!completion_done(&DQUOT_ITEM(lip)->qli_dquot->q_flush)); in xfs_dquot_item_error()