Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-bufio.c819 static bool __cache_insert(struct rb_root *root, struct dm_buffer *b) in __cache_insert() function
850 r = __cache_insert(&bc->trees[cache_index(b->block, bc->num_locks)].root, b); in cache_insert()