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

/linux-master/drivers/md/
H A Draid5.h547 R5C_LOG_CRITICAL, /* log device is running out of space, enumerator in enum:r5_cache_state
H A Draid5-cache.c413 * evaluate log space usage and update R5C_LOG_TIGHT and R5C_LOG_CRITICAL
416 * reclaim_required_space. R5C_LOG_CRITICAL is set when free space on the log
433 set_bit(R5C_LOG_CRITICAL, &conf->cache_state);
435 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state))
437 clear_bit(R5C_LOG_CRITICAL, &conf->cache_state);
1064 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state) &&
1492 if (!test_bit(R5C_LOG_CRITICAL, &conf->cache_state))
2914 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state) &&
H A Draid5.c3296 * 2. when journal space is critical (R5C_LOG_CRITICAL=1)
3327 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state) &&

Completed in 289 milliseconds