Searched refs:l_opstate (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/fs/xfs/ |
| D | xfs_log_priv.h | 403 long l_opstate; /* operational state */ member 472 return test_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xlog_recovery_needed() 478 return test_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_in_recovery() 484 return test_bit(XLOG_IO_ERROR, &log->l_opstate); in xlog_is_shutdown()
|
| D | xfs_log.c | 746 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xfs_log_mount() 843 clear_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xfs_log_mount_finish() 1525 set_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_alloc_log() 3681 !test_and_set_bit(XLOG_TAIL_WARN, &log->l_opstate)) { in xlog_verify_grant_tail() 3687 !test_and_set_bit(XLOG_TAIL_WARN, &log->l_opstate)) { in xlog_verify_grant_tail() 3880 if (test_and_set_bit(XLOG_IO_ERROR, &log->l_opstate)) { in xlog_force_shutdown()
|
| D | xfs_log_recover.c | 3363 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_do_recover() 3447 set_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xlog_recover()
|