Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_log_priv.h18 #define XLOG_ACTIVE_RECOVERY 0x2 /* in the middle of recovery */ macro
Dxfs_log.c305 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()
1076 ASSERT(!(log->l_flags & XLOG_ACTIVE_RECOVERY)); in xfs_log_space_wake()
1085 ASSERT(!(log->l_flags & XLOG_ACTIVE_RECOVERY)); in xfs_log_space_wake()
1441 log->l_flags |= XLOG_ACTIVE_RECOVERY; in xlog_alloc_log()
3967 log->l_flags & XLOG_ACTIVE_RECOVERY) { in xfs_log_force_umount()
4115 return log->l_flags & XLOG_ACTIVE_RECOVERY; in xfs_log_in_recovery()
Dxfs_log_recover.c5727 log->l_flags &= ~XLOG_ACTIVE_RECOVERY; in xlog_do_recover()