Searched refs:xfs_buf_ioerror (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/xfs/ |
D | xfs_buf.c | 740 xfs_buf_ioerror(bp, 0); in xfs_buf_get_map() 1277 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1282 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1305 xfs_buf_ioerror(bp, bp->b_io_error); in xfs_buf_ioend() 1402 xfs_buf_ioerror(bp, -EIO); in xfs_buf_ioend_fail() 1525 xfs_buf_ioerror(bp, -EIO); in xfs_buf_ioapply_map()
|
D | xfs_buf.h | 307 #define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address) macro
|
D | xfs_trace.h | 533 TRACE_EVENT(xfs_buf_ioerror,
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_dquot_buf.c | 263 xfs_buf_ioerror(bp, -EIO); in xfs_dquot_buf_readahead_verify()
|
D | xfs_sb.c | 881 xfs_buf_ioerror(bp, error); in xfs_sb_read_verify() 902 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-6.6.21/Documentation/filesystems/ |
D | xfs-self-describing-metadata.rst | 236 xfs_buf_ioerror(bp, EFSCORRUPTED); 309 xfs_buf_ioerror(bp, EFSCORRUPTED);
|