Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.h543 R5C_LOG_CRITICAL, /* log device is running out of space, enumerator
H A Draid5-cache.c409 * evaluate log space usage and update R5C_LOG_TIGHT and R5C_LOG_CRITICAL
412 * reclaim_required_space. R5C_LOG_CRITICAL is set when free space on the log
429 set_bit(R5C_LOG_CRITICAL, &conf->cache_state); in r5c_update_log_state()
431 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state)) in r5c_update_log_state()
433 clear_bit(R5C_LOG_CRITICAL, &conf->cache_state); in r5c_update_log_state()
1060 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state) && in r5l_write_stripe()
1488 if (!test_bit(R5C_LOG_CRITICAL, &conf->cache_state)) in r5c_do_reclaim()
2905 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state) && in r5c_cache_data()
H A Draid5.c3283 * 2. when journal space is critical (R5C_LOG_CRITICAL=1)
3314 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state) && in delay_towrite()