__xfs_buf_ioerror
extern void __xfs_buf_ioerror(struct xfs_buf *bp, int error,
#define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address)
__xfs_buf_ioerror(bp, error, fa);