Searched refs:xfs_buf_ioerror (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_buf.c | 785 xfs_buf_ioerror(bp, 0); in xfs_buf_get_map() 1347 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1352 xfs_buf_ioerror(bp, 0); in xfs_buf_ioend_handle_error() 1375 xfs_buf_ioerror(bp, bp->b_io_error); in xfs_buf_ioend() 1472 xfs_buf_ioerror(bp, -EIO); in xfs_buf_ioend_fail() 1595 xfs_buf_ioerror(bp, -EIO); in xfs_buf_ioapply_map()
|
D | xfs_buf.h | 320 #define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address) macro
|
D | xfs_trace.h | 551 TRACE_EVENT(xfs_buf_ioerror,
|
/linux-6.12.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 | 895 xfs_buf_ioerror(bp, error); in xfs_sb_read_verify() 916 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-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-self-describing-metadata.rst | 236 xfs_buf_ioerror(bp, EFSCORRUPTED); 309 xfs_buf_ioerror(bp, EFSCORRUPTED);
|