Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_buf.c1025 if (!bp->b_error && bp->b_io_error) in xfs_buf_ioend()
1026 xfs_buf_ioerror(bp, bp->b_io_error); in xfs_buf_ioend()
1115 if (!bp->b_io_error) in xfs_buf_bio_end_io()
1116 bp->b_io_error = bio->bi_error; in xfs_buf_bio_end_io()
1328 bp->b_io_error = 0; in xfs_buf_submit()
1388 bp->b_io_error = 0; in xfs_buf_submit_wait()
Dxfs_buf.h163 int b_io_error; /* internal IO error state */ member