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

/linux-master/fs/xfs/
H A Dxfs_log_priv.h461 #define XLOG_ACTIVE_RECOVERY 0 /* in the middle of recovery */ macro
476 return test_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate);
H A Dxfs_log.c733 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate);
1543 set_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate);
H A Dxfs_log_recover.c3367 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate);

Completed in 151 milliseconds