Searched refs:xfs_buf_ioerror (Results 1 – 6 of 6) sorted by relevance
| /fs/xfs/ |
| A D | xfs_buf.c | 624 xfs_buf_ioerror(bp, 0); in xfs_buf_get_map() 1147 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1152 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1270 xfs_buf_ioerror(bp, -EIO); in xfs_buf_ioend_fail() 1300 xfs_buf_ioerror(bp, blk_status_to_errno(bio->bi_status)); in xfs_buf_bio_end_io() 1303 xfs_buf_ioerror(bp, -EIO); in xfs_buf_bio_end_io()
|
| A D | xfs_buf.h | 303 #define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address) macro
|
| A D | xfs_trace.h | 839 TRACE_EVENT(xfs_buf_ioerror,
|
| /fs/xfs/libxfs/ |
| A D | xfs_dquot_buf.c | 266 xfs_buf_ioerror(bp, -EIO); in xfs_dquot_buf_readahead_verify()
|
| A D | xfs_sb.c | 1117 xfs_buf_ioerror(bp, error); in xfs_sb_read_verify() 1138 xfs_buf_ioerror(bp, -EWRONGFS); in xfs_sb_quiet_read_verify()
|
| A D | xfs_inode_buf.c | 68 xfs_buf_ioerror(bp, -EIO); in xfs_inode_buf_verify()
|
Completed in 19 milliseconds