Home
last modified time | relevance | path

Searched refs:b_iowait (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_buf.c285 init_completion(&bp->b_iowait); in xfs_buf_alloc()
1151 reinit_completion(&bp->b_iowait); in xfs_buf_ioend_handle_error()
1219 complete(&bp->b_iowait); in xfs_buf_ioend()
1306 complete(&bp->b_iowait); in xfs_buf_bio_end_io()
1379 wait_for_completion(&bp->b_iowait); in xfs_buf_iowait()
H A Dxfs_buf.h181 struct completion b_iowait; /* queue for I/O waiters */ member