Home
last modified time | relevance | path

Searched refs:read_dirty_data (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Drequest.c475 unsigned int read_dirty_data:1; member
548 s->read_dirty_data = true; in cache_lookup_fn()
733 s->read_dirty_data = 0; in search_alloc()
781 * If read request hit dirty data (s->read_dirty_data is true), in cached_dev_read_error()
787 if (s->recoverable && !s->read_dirty_data) { in cached_dev_read_error()
845 if (verify(dc) && s->recoverable && !s->read_dirty_data) in cached_dev_read_done()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Drequest.c475 unsigned int read_dirty_data:1; member
548 s->read_dirty_data = true; in cache_lookup_fn()
733 s->read_dirty_data = 0; in search_alloc()
782 * If read request hit dirty data (s->read_dirty_data is true), in cached_dev_read_error()
788 if (s->recoverable && !s->read_dirty_data) { in cached_dev_read_error()
846 if (verify(dc) && s->recoverable && !s->read_dirty_data) in cached_dev_read_done()

Completed in 4 milliseconds