Searched refs:cache_state (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/mtd/ |
D | mtdblock.c | 31 enum { STATE_EMPTY, STATE_CLEAN, STATE_DIRTY } cache_state; member 83 if (mtdblk->cache_state != STATE_DIRTY) in write_cached_data() 105 mtdblk->cache_state = STATE_EMPTY; in write_cached_data() 143 if (mtdblk->cache_state == STATE_DIRTY && in do_cached_write() 150 if (mtdblk->cache_state == STATE_EMPTY || in do_cached_write() 153 mtdblk->cache_state = STATE_EMPTY; in do_cached_write() 163 mtdblk->cache_state = STATE_CLEAN; in do_cached_write() 168 mtdblk->cache_state = STATE_DIRTY; in do_cached_write() 207 if (mtdblk->cache_state != STATE_EMPTY && in do_cached_read() 263 mtdblk->cache_state = STATE_EMPTY; in mtdblock_open()
|
/Linux-v5.15/drivers/md/ |
D | raid5-cache.c | 430 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() 437 set_bit(R5C_LOG_TIGHT, &conf->cache_state); in r5c_update_log_state() 439 clear_bit(R5C_LOG_TIGHT, &conf->cache_state); in r5c_update_log_state() 1063 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state) && in r5l_write_stripe() 1237 test_bit(R5C_LOG_TIGHT, &conf->cache_state)) in __r5l_stripe_write_finished() 1467 if (test_bit(R5C_LOG_TIGHT, &conf->cache_state)) { in r5c_do_reclaim() 1491 if (!test_bit(R5C_LOG_CRITICAL, &conf->cache_state)) in r5c_do_reclaim() 2781 clear_bit(R5C_EXTRA_PAGE_IN_USE, &conf->cache_state); in r5c_release_extra_page() [all …]
|
D | raid5.h | 667 unsigned long cache_state; member
|
D | raid5.c | 720 if (!test_bit(R5_INACTIVE_BLOCKED, &conf->cache_state)) { in raid5_get_active_stripe() 723 &conf->cache_state)) in raid5_get_active_stripe() 725 &conf->cache_state); in raid5_get_active_stripe() 733 &conf->cache_state); in raid5_get_active_stripe() 741 &conf->cache_state)), in raid5_get_active_stripe() 744 &conf->cache_state); in raid5_get_active_stripe() 3284 if (test_bit(R5C_LOG_CRITICAL, &conf->cache_state) && in delay_towrite() 4157 &conf->cache_state)) { in handle_stripe_dirtying() 5524 bool try_loprio = test_bit(R5C_LOG_TIGHT, &conf->cache_state) || in __get_priority_stripe() 6494 clear_bit(R5_DID_ALLOC, &conf->cache_state); in raid5d() [all …]
|
/Linux-v5.15/fs/btrfs/ |
D | extent_io.c | 955 static void cache_state(struct extent_state *state, in cache_state() function 1027 cache_state(prealloc, cached_state); in set_extent_bit() 1050 cache_state(state, cached_state); in set_extent_bit() 1091 cache_state(state, cached_state); in set_extent_bit() 1106 cache_state(state, cached_state); in set_extent_bit() 1144 cache_state(prealloc, cached_state); in set_extent_bit() 1169 cache_state(prealloc, cached_state); in set_extent_bit() 1267 cache_state(prealloc, cached_state); in convert_extent_bit() 1284 cache_state(state, cached_state); in convert_extent_bit() 1325 cache_state(state, cached_state); in convert_extent_bit() [all …]
|