Searched refs:xfs_force_shutdown (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_trans_buf.c | 376 xfs_force_shutdown(tp->t_mountp, in xfs_trans_read_buf() 422 xfs_force_shutdown(tp->t_mountp, XFS_METADATA_IO_ERROR); in xfs_trans_read_buf() 430 xfs_force_shutdown(tp->t_mountp, in xfs_trans_read_buf()
|
D | xfs_fsops.c | 599 xfs_force_shutdown(mp, XFS_FORCE_UMOUNT); in xfs_fs_goingdown() 606 xfs_force_shutdown(mp, XFS_FORCE_UMOUNT); in xfs_fs_goingdown() 609 xfs_force_shutdown(mp, XFS_FORCE_UMOUNT|XFS_LOG_IO_ERROR); in xfs_fs_goingdown()
|
D | xfs_rw.c | 353 xfs_force_shutdown(mp, XFS_METADATA_IO_ERROR); in xfs_bwrite()
|
D | xfs_trans_ail.c | 382 xfs_force_shutdown(mp, XFS_CORRUPT_INCORE); in xfs_trans_delete_ail()
|
D | xfs_trans.c | 774 xfs_force_shutdown(mp, XFS_LOG_IO_ERROR); in xfs_trans_commit() 1091 xfs_force_shutdown(tp->t_mountp, XFS_CORRUPT_INCORE); in xfs_trans_cancel()
|
D | xfs_log.c | 379 xfs_force_shutdown(mp, XFS_LOG_IO_ERROR); in xfs_log_release_iclog() 717 xfs_force_shutdown(mp, XFS_LOG_IO_ERROR); in xfs_log_write() 952 xfs_force_shutdown(l->l_mp, XFS_LOG_IO_ERROR); in xlog_iodone() 1279 xfs_force_shutdown(mp, XFS_LOG_IO_ERROR); in xlog_commit_record() 1698 xfs_force_shutdown(mp, XFS_CORRUPT_INCORE); in xlog_write()
|
D | xfs_mount.h | 445 #define xfs_force_shutdown(m,f) \ macro
|
D | xfs_buf_item.c | 1131 xfs_force_shutdown(mp, XFS_METADATA_IO_ERROR); in xfs_buf_error_relse()
|
D | xfs_inode.c | 3309 xfs_force_shutdown(mp, XFS_CORRUPT_INCORE); in xfs_iflush() 3331 xfs_force_shutdown(mp, XFS_CORRUPT_INCORE); in xfs_iflush()
|
D | xfs_log_recover.c | 300 xfs_force_shutdown(mp, XFS_METADATA_IO_ERROR); in xlog_recover_iodone()
|
D | xfs_vnodeops.c | 1774 xfs_force_shutdown(mp, XFS_METADATA_IO_ERROR); in xfs_inactive()
|
D | xfs_bmap.c | 4070 xfs_force_shutdown(mp, in xfs_bmap_finish()
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_dquot.c | 1313 xfs_force_shutdown(dqp->q_mount, XFS_CORRUPT_INCORE); in xfs_qm_dqflush()
|