Searched refs:xfs_buf_ioerror (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c263 xfs_buf_ioerror(bp, -EIO);
H A Dxfs_inode_buf.c67 xfs_buf_ioerror(bp, -EIO);
H A Dxfs_sb.c884 xfs_buf_ioerror(bp, error);
905 xfs_buf_ioerror(bp, -EWRONGFS);
/linux-master/fs/xfs/
H A Dxfs_buf.c782 xfs_buf_ioerror(bp, 0);
1344 xfs_buf_ioerror(bp, 0);
1349 xfs_buf_ioerror(bp, 0);
1372 xfs_buf_ioerror(bp, bp->b_io_error);
1469 xfs_buf_ioerror(bp, -EIO);
1592 xfs_buf_ioerror(bp, -EIO);
H A Dxfs_buf.h320 #define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address) macro
H A Dxfs_trace.h539 TRACE_EVENT(xfs_buf_ioerror,

Completed in 168 milliseconds