Searched refs:logerror (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_rw.c47 int logerror; local
49 logerror = flags & SHUTDOWN_LOG_IO_ERROR;
59 if (XFS_FORCED_SHUTDOWN(mp) && !logerror)
68 if (xfs_log_force_umount(mp, logerror))
79 if (logerror) {
H A Dxfs_log.h184 int xfs_log_force_umount(struct xfs_mount *mp, int logerror);
H A Dxfs_log.c3680 * d. if !logerror, flush the iclogs to disk, then seal them off
3683 * Note: for delayed logging the !logerror case needs to flush the regions
3691 int logerror)
3715 if (logerror && log->l_iclog->ic_state & XLOG_STATE_IOERROR) {
3727 if (!logerror && (mp->m_flags & XFS_MOUNT_DELAYLOG))
3752 if (logerror)
3780 ASSERT(!logerror);
3689 xfs_log_force_umount( struct xfs_mount *mp, int logerror) argument

Completed in 95 milliseconds