Searched refs:__bch_btree_mark_key (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.c | 1202 static uint8_t __bch_btree_mark_key(struct cache_set *c, int level, in __bch_btree_mark_key() function 1254 #define btree_mark_key(b, k) __bch_btree_mark_key(b->c, b->level, k) 1273 __bch_btree_mark_key(c, level, k); in bch_initial_mark_key() 1694 __bch_btree_mark_key(b->c, b->level + 1, &b->key); in bch_btree_gc_root()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.c | 1223 static uint8_t __bch_btree_mark_key(struct cache_set *c, int level, in __bch_btree_mark_key() function 1275 #define btree_mark_key(b, k) __bch_btree_mark_key(b->c, b->level, k) 1294 __bch_btree_mark_key(c, level, k); in bch_initial_mark_key() 1715 __bch_btree_mark_key(b->c, b->level + 1, &b->key); in bch_btree_gc_root()
|
Completed in 7 milliseconds