Home
last modified time | relevance | path

Searched refs:XLOG_ACTIVE_RECOVERY (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_log.c422 mp->m_log->l_flags &= ~XLOG_ACTIVE_RECOVERY; in xfs_log_mount()
693 if (log->l_flags & XLOG_ACTIVE_RECOVERY) in xfs_log_move_tail()
713 if (log->l_flags & XLOG_ACTIVE_RECOVERY) in xfs_log_move_tail()
1012 log->l_flags |= XLOG_ACTIVE_RECOVERY; in xlog_alloc_log()
2506 if (log->l_flags & XLOG_ACTIVE_RECOVERY) in xlog_grant_log_space()
2619 if (log->l_flags & XLOG_ACTIVE_RECOVERY) in xlog_regrant_write_log_space()
3641 log->l_flags & XLOG_ACTIVE_RECOVERY) { in xfs_log_force_umount()
Dxfs_log_priv.h143 #define XLOG_ACTIVE_RECOVERY 0x2 /* in the middle of recovery */ macro
Dxfs_log_recover.c3707 log->l_flags &= ~XLOG_ACTIVE_RECOVERY; in xlog_do_recover()