Searched refs:__bch_bucket_free (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | alloc.c | 469 void __bch_bucket_free(struct cache *ca, struct bucket *b) in __bch_bucket_free() function 485 __bch_bucket_free(PTR_CACHE(c, k, i), in bch_bucket_free()
|
H A D | bcache.h | 984 void __bch_bucket_free(struct cache *ca, struct bucket *b);
|
H A D | super.c | 686 __bch_bucket_free(ca, in bch_prio_write()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | alloc.c | 469 void __bch_bucket_free(struct cache *ca, struct bucket *b) in __bch_bucket_free() function 485 __bch_bucket_free(c->cache, PTR_BUCKET(c, k, i)); in bch_bucket_free()
|
H A D | bcache.h | 983 void __bch_bucket_free(struct cache *ca, struct bucket *b);
|
H A D | super.c | 683 __bch_bucket_free(ca, in bch_prio_write()
|
Completed in 12 milliseconds