Searched refs:xfs_buf_ioerror (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/fs/xfs/ |
D | xfs_buf.c | 755 xfs_buf_ioerror(bp, 0); in xfs_buf_get_map() 1298 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1303 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1326 xfs_buf_ioerror(bp, bp->b_io_error); in xfs_buf_ioend() 1423 xfs_buf_ioerror(bp, -EIO); in xfs_buf_ioend_fail() 1548 xfs_buf_ioerror(bp, -EIO); in xfs_buf_ioapply_map()
|
D | xfs_buf.h | 276 #define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address) macro
|
D | xfs_trace.h | 394 TRACE_EVENT(xfs_buf_ioerror,
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_dquot_buf.c | 263 xfs_buf_ioerror(bp, -EIO); in xfs_dquot_buf_readahead_verify()
|
D | xfs_sb.c | 752 xfs_buf_ioerror(bp, error); in xfs_sb_read_verify() 773 xfs_buf_ioerror(bp, -EWRONGFS); in xfs_sb_quiet_read_verify()
|
D | xfs_inode_buf.c | 67 xfs_buf_ioerror(bp, -EIO); in xfs_inode_buf_verify()
|
/Linux-v5.10/Documentation/filesystems/ |
D | xfs-self-describing-metadata.rst | 235 xfs_buf_ioerror(bp, EFSCORRUPTED); 308 xfs_buf_ioerror(bp, EFSCORRUPTED);
|