Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_buf.h292 extern void __xfs_buf_ioerror(struct xfs_buf *bp, int error,
294 #define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address)
Dxfs_error.c358 __xfs_buf_ioerror(bp, error, fa); in xfs_buf_verifier_error()
Dxfs_buf.c1237 __xfs_buf_ioerror( in __xfs_buf_ioerror() function