Searched refs:xfs_buf_ioerror (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/fs/xfs/ |
D | xfs_buf.c | 734 xfs_buf_ioerror(bp, 0); in xfs_buf_get_map() 1271 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1276 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1299 xfs_buf_ioerror(bp, bp->b_io_error); in xfs_buf_ioend() 1396 xfs_buf_ioerror(bp, -EIO); in xfs_buf_ioend_fail() 1519 xfs_buf_ioerror(bp, -EIO); in xfs_buf_ioapply_map()
|
D | xfs_buf.h | 294 #define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address) macro
|
D | xfs_trace.h | 524 TRACE_EVENT(xfs_buf_ioerror,
|
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_dquot_buf.c | 263 xfs_buf_ioerror(bp, -EIO); in xfs_dquot_buf_readahead_verify()
|
D | xfs_sb.c | 825 xfs_buf_ioerror(bp, error); in xfs_sb_read_verify() 846 xfs_buf_ioerror(bp, -EWRONGFS); in xfs_sb_quiet_read_verify()
|
D | xfs_inode_buf.c | 66 xfs_buf_ioerror(bp, -EIO); in xfs_inode_buf_verify()
|
/Linux-v6.1/Documentation/filesystems/ |
D | xfs-self-describing-metadata.rst | 235 xfs_buf_ioerror(bp, EFSCORRUPTED); 308 xfs_buf_ioerror(bp, EFSCORRUPTED);
|