Searched refs:xfs_buf_ioerror (Results 1 – 6 of 6) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_buf.c | 724 xfs_buf_ioerror(bp, 0); in xfs_buf_get_map() 1276 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1281 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1399 xfs_buf_ioerror(bp, -EIO); in xfs_buf_ioend_fail() 1429 xfs_buf_ioerror(bp, blk_status_to_errno(bio->bi_status)); in xfs_buf_bio_end_io() 1432 xfs_buf_ioerror(bp, -EIO); in xfs_buf_bio_end_io()
|
H A D | xfs_buf.h | 315 #define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address) macro
|
H A D | xfs_trace.h | 598 TRACE_EVENT(xfs_buf_ioerror,
|
/linux/Documentation/filesystems/xfs/ |
H A D | xfs-self-describing-metadata.rst | 236 xfs_buf_ioerror(bp, EFSCORRUPTED); 309 xfs_buf_ioerror(bp, EFSCORRUPTED);
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_sb.c | 1060 xfs_buf_ioerror(bp, error); in xfs_sb_read_verify() 1081 xfs_buf_ioerror(bp, -EWRONGFS); in xfs_sb_quiet_read_verify()
|
H A D | xfs_inode_buf.c | 68 xfs_buf_ioerror(bp, -EIO); in xfs_inode_buf_verify()
|