Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_priv.h30 #define XLOG_ACTIVE_RECOVERY 0x2 /* in the middle of recovery */ macro
Dxfs_log.c316 ASSERT(!(log->l_flags & XLOG_ACTIVE_RECOVERY)); in xlog_grant_head_check()
712 mp->m_log->l_flags &= ~XLOG_ACTIVE_RECOVERY; in xfs_log_mount()
1037 ASSERT(!(log->l_flags & XLOG_ACTIVE_RECOVERY)); in xfs_log_space_wake()
1046 ASSERT(!(log->l_flags & XLOG_ACTIVE_RECOVERY)); in xfs_log_space_wake()
1403 log->l_flags |= XLOG_ACTIVE_RECOVERY; in xlog_alloc_log()
3944 log->l_flags & XLOG_ACTIVE_RECOVERY) { in xfs_log_force_umount()
Dxfs_log_recover.c5667 log->l_flags &= ~XLOG_ACTIVE_RECOVERY; in xlog_do_recover()