Searched refs:b_iowait (Results 1 – 2 of 2) sorted by relevance
185 init_completion(&bp->b_iowait); in xfs_buf_alloc()991 complete(&bp->b_iowait); in xfs_buf_ioend()1097 complete(&bp->b_iowait); in xfs_bioerror_relse()1296 wait_for_completion(&bp->b_iowait); in xfs_buf_iowait()
148 struct completion b_iowait; /* queue for I/O waiters */ member