Home
last modified time | relevance | path

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

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