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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_rw.c189 int logerror; local
193 logerror = flags & SHUTDOWN_LOG_IO_ERROR;
203 if (XFS_FORCED_SHUTDOWN(mp) && !logerror)
212 if (xfs_log_force_umount(mp, logerror))
223 if (logerror) {
H A Dxfs_log.h173 int xfs_log_force_umount(struct xfs_mount *mp, int logerror);
H A Dxfs_log.c3559 * d. if !logerror, flush the iclogs to disk, then seal them off
3565 int logerror)
3591 if (logerror && log->l_iclog->ic_state & XLOG_STATE_IOERROR) {
3616 if (logerror)
3644 ASSERT(!logerror);
3563 xfs_log_force_umount( struct xfs_mount *mp, int logerror) argument

Completed in 58 milliseconds