Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.h290 void __xfs_buf_mark_corrupt(struct xfs_buf *bp, xfs_failaddr_t fa);
291 #define xfs_buf_mark_corrupt(bp) __xfs_buf_mark_corrupt((bp), __this_address)
H A Dxfs_buf.c1448 __xfs_buf_mark_corrupt( in __xfs_buf_mark_corrupt() function
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_data.c465 __xfs_buf_mark_corrupt(*bpp, fa); in xfs_dir3_data_read()