Home
last modified time | relevance | path

Searched refs:__xfs_buf_ioerror (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_buf.h285 extern void __xfs_buf_ioerror(struct xfs_buf *bp, int error,
287 #define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address)
H A Dxfs_buf.c1186 __xfs_buf_ioerror( in __xfs_buf_ioerror() function