Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_buf.c185 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()
Dxfs_buf.h148 struct completion b_iowait; /* queue for I/O waiters */ member