Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_mount.h299 #define SHUTDOWN_META_IO_ERROR 0x0001 /* write attempt to metadata failed */ macro
Dxfs_trans_buf.c315 xfs_force_shutdown(tp->t_mountp, SHUTDOWN_META_IO_ERROR); in xfs_trans_read_buf_map()
Dxfs_buf_item.c1151 xfs_force_shutdown(mp, SHUTDOWN_META_IO_ERROR); in xfs_buf_iodone_callback_error()
Dxfs_buf.c1251 SHUTDOWN_META_IO_ERROR); in xfs_bwrite()
Dxfs_inode.c1845 xfs_force_shutdown(mp, SHUTDOWN_META_IO_ERROR); in xfs_inactive_ifree()
Dxfs_log_recover.c385 SHUTDOWN_META_IO_ERROR); in xlog_recover_iodone()
/fs/xfs/libxfs/
Dxfs_defer.c236 SHUTDOWN_CORRUPT_INCORE : SHUTDOWN_META_IO_ERROR); in xfs_defer_trans_abort()