Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dalloc.c381 long bch_bucket_alloc(struct cache *ca, unsigned reserve, bool wait) in bch_bucket_alloc() function
476 long b = bch_bucket_alloc(ca, reserve, wait); in __bch_bucket_alloc_set()
Dbcache.h889 long bch_bucket_alloc(struct cache *, unsigned, bool);
Dsuper.c579 bucket = bch_bucket_alloc(ca, RESERVE_PRIO, true); in bch_prio_write()