Searched refs:xfs_buf_ioerror_alert (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/fs/xfs/ | 
| D | xfs_buf.h | 295 extern void xfs_buf_ioerror_alert(struct xfs_buf *, const char *func);
  | 
| D | xfs_log_recover.c | 196 		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() 4580 			xfs_buf_ioerror_alert(bp, __func__);  in xlog_do_recover()
  | 
| D | xfs_symlink.c | 79 			xfs_buf_ioerror_alert(bp, __func__);  in xfs_readlink_bmap()
  | 
| D | xfs_trans_buf.c | 310 			xfs_buf_ioerror_alert(bp, __func__);  in xfs_trans_read_buf_map()
  | 
| D | xfs_buf_item.c | 1078 		xfs_buf_ioerror_alert(bp, __func__);  in xfs_buf_iodone_callbacks()
  | 
| D | xfs_log.c | 1195 		xfs_buf_ioerror_alert(bp, __func__);  in xlog_iodone() 1881 		xfs_buf_ioerror_alert(bp, "xlog_sync");  in xlog_sync() 1904 			xfs_buf_ioerror_alert(bp, "xlog_sync (split)");  in xlog_sync()
  | 
| D | xfs_buf.c | 1074 xfs_buf_ioerror_alert(  in xfs_buf_ioerror_alert()  function
  |