Home
last modified time | relevance | path

Searched refs:bch_bucket_alloc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dalloc.c50 * 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 Dbcache.h987 long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait);
H A Dsuper.c662 bucket = bch_bucket_alloc(ca, RESERVE_PRIO, wait); in bch_prio_write()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dalloc.c50 * 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 Dbcache.h986 long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait);
H A Dsuper.c659 bucket = bch_bucket_alloc(ca, RESERVE_PRIO, wait); in bch_prio_write()

Completed in 21 milliseconds