Searched refs:bch_bucket_alloc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | alloc.c | 50 * bch_bucket_alloc() allocates a single bucket from a specific cache. 56 * from bch_bucket_alloc() and a few other places that need to make sure free 392 long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait) in bch_bucket_alloc() function 504 b = bch_bucket_alloc(ca, reserve, wait); in __bch_bucket_alloc_set()
|
H A D | bcache.h | 987 long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait);
|
H A D | super.c | 662 bucket = bch_bucket_alloc(ca, RESERVE_PRIO, wait); in bch_prio_write()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | alloc.c | 50 * bch_bucket_alloc() allocates a single bucket from a specific cache. 56 * from bch_bucket_alloc() and a few other places that need to make sure free 392 long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait) in bch_bucket_alloc() function 503 b = bch_bucket_alloc(ca, reserve, wait); in __bch_bucket_alloc_set()
|
H A D | bcache.h | 986 long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait);
|
H A D | super.c | 659 bucket = bch_bucket_alloc(ca, RESERVE_PRIO, wait); in bch_prio_write()
|
Completed in 21 milliseconds