Home
last modified time | relevance | path

Searched refs:xfs_buf_ioerror_alert (Results 1 – 7 of 7) sorted by relevance

/fs/xfs/
Dxfs_buf.h295 extern void xfs_buf_ioerror_alert(struct xfs_buf *, const char *func);
Dxfs_log_recover.c196 xfs_buf_ioerror_alert(bp, __func__); in xlog_bread_noalign()
283 xfs_buf_ioerror_alert(bp, __func__); in xlog_bwrite()
376 xfs_buf_ioerror_alert(bp, __func__); in xlog_recover_iodone()
2356 xfs_buf_ioerror_alert(bp, "xlog_recover_do..(read#1)"); in xlog_recover_buffer_pass2()
2559 xfs_buf_ioerror_alert(bp, "xlog_recover_do..(read#2)"); in xlog_recover_inode_pass2()
4581 xfs_buf_ioerror_alert(bp, __func__); in xlog_do_recover()
Dxfs_symlink.c79 xfs_buf_ioerror_alert(bp, __func__); in xfs_readlink_bmap()
Dxfs_trans_buf.c310 xfs_buf_ioerror_alert(bp, __func__); in xfs_trans_read_buf_map()
Dxfs_buf_item.c1078 xfs_buf_ioerror_alert(bp, __func__); in xfs_buf_iodone_callbacks()
Dxfs_log.c1195 xfs_buf_ioerror_alert(bp, __func__); in xlog_iodone()
1883 xfs_buf_ioerror_alert(bp, "xlog_sync"); in xlog_sync()
1906 xfs_buf_ioerror_alert(bp, "xlog_sync (split)"); in xlog_sync()
Dxfs_buf.c1077 xfs_buf_ioerror_alert( in xfs_buf_ioerror_alert() function