Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_buf.h178 struct completion b_iowait; /* queue for I/O waiters */ member
H A Dxfs_buf.c235 init_completion(&bp->b_iowait); in _xfs_buf_alloc()
1347 complete(&bp->b_iowait); in xfs_buf_ioend()
1617 wait_for_completion(&bp->b_iowait); in xfs_buf_iowait()