Searched refs:b_io_error (Results 1 – 2 of 2) sorted by relevance
1026 if (!bp->b_error && bp->b_io_error) in xfs_buf_ioend()1027 xfs_buf_ioerror(bp, bp->b_io_error); in xfs_buf_ioend()1117 if (!bp->b_io_error) in xfs_buf_bio_end_io()1118 bp->b_io_error = error; in xfs_buf_bio_end_io()1330 bp->b_io_error = 0; in xfs_buf_submit()1390 bp->b_io_error = 0; in xfs_buf_submit_wait()
161 int b_io_error; /* internal IO error state */ member