q_flush 463 fs/xfs/xfs_dquot.c init_completion(&dqp->q_flush); q_flush 464 fs/xfs/xfs_dquot.c complete(&dqp->q_flush); q_flush 1078 fs/xfs/xfs_dquot.c ASSERT(!completion_done(&dqp->q_flush)); q_flush 51 fs/xfs/xfs_dquot.h struct completion q_flush; /* flush completion queue */ q_flush 73 fs/xfs/xfs_dquot.h wait_for_completion(&dqp->q_flush); q_flush 78 fs/xfs/xfs_dquot.h return try_wait_for_completion(&dqp->q_flush); q_flush 83 fs/xfs/xfs_dquot.h complete(&dqp->q_flush); q_flush 129 fs/xfs/xfs_dquot_item.c ASSERT(!completion_done(&DQUOT_ITEM(lip)->qli_dquot->q_flush));