Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_log_priv.h456 #define XLOG_ACTIVE_RECOVERY 0 /* in the middle of recovery */ macro
471 return test_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_in_recovery()
Dxfs_log.c756 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xfs_log_mount()
1550 set_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_alloc_log()
Dxfs_log_recover.c3344 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_do_recover()