Searched refs:cache_get_tree (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-bufio.c | 405 static inline struct buffer_tree *cache_get_tree(struct dm_buffer_cache *bc, in cache_get_tree() function 683 rb_erase(&b->node, &cache_get_tree(bc, b->block)->root); in __cache_evict() 1887 tree = cache_get_tree(&c->cache, block); in new_read() 2004 tree = cache_get_tree(&c->cache, block); in __dm_bufio_prefetch() 2058 struct buffer_tree *tree = cache_get_tree(&c->cache, b->block); in dm_bufio_release() 2100 cache_mark(&c->cache, cache_get_tree(&c->cache, b->block), b, in dm_bufio_mark_partial_buffer_dirty() 2180 tree = cache_get_tree(&c->cache, b->block); in dm_bufio_write_dirty_buffers() 2253 struct buffer_tree *tree = cache_get_tree(&c->cache, block); in forget_buffer()
|