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

/linux-master/fs/xfs/
H A Dxfs_buf.h183 int b_io_error; /* internal IO error state */ member in struct:xfs_buf
H A Dxfs_buf.c1369 * single threaded, so we don't need the lock to read b_io_error.
1371 if (!bp->b_error && bp->b_io_error)
1372 xfs_buf_ioerror(bp, bp->b_io_error);
1509 cmpxchg(&bp->b_io_error, 0, error);
1745 bp->b_io_error = 0;

Completed in 133 milliseconds