Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Draid5.h547 R5C_LOG_CRITICAL, /* log device is running out of space, enumerator
Draid5-cache.c430 set_bit(R5C_LOG_CRITICAL, &conf->cache_state); in r5c_update_log_state()
432 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state)) in r5c_update_log_state()
434 clear_bit(R5C_LOG_CRITICAL, &conf->cache_state); in r5c_update_log_state()
1062 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state) && in r5l_write_stripe()
1491 if (!test_bit(R5C_LOG_CRITICAL, &conf->cache_state)) in r5c_do_reclaim()
2919 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state) && in r5c_cache_data()
Draid5.c3362 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state) && in delay_towrite()