Searched refs:bch_bucket_alloc_set (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | alloc.c | 52 * bch_bucket_alloc_set() allocates one bucket from different caches 521 int bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, in bch_bucket_alloc_set() function 635 if (bch_bucket_alloc_set(c, watermark, &alloc.key, wait)) in bch_alloc_sectors() 644 * didn't use it, drop the refcount bch_bucket_alloc_set() took: in bch_alloc_sectors()
|
H A D | bcache.h | 990 int bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve,
|
H A D | super.c | 511 if (bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, true)) in __uuid_write() 2078 * allocate, and bch_bucket_alloc_set() might cause a journal in run_cache_set()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | alloc.c | 52 * bch_bucket_alloc_set() allocates one bucket from different caches 520 int bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, in bch_bucket_alloc_set() function 634 if (bch_bucket_alloc_set(c, watermark, &alloc.key, wait)) in bch_alloc_sectors() 643 * didn't use it, drop the refcount bch_bucket_alloc_set() took: in bch_alloc_sectors()
|
H A D | bcache.h | 989 int bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve,
|
H A D | super.c | 509 if (bch_bucket_alloc_set(c, RESERVE_BTREE, &k.key, true)) in __uuid_write() 2052 * allocate, and bch_bucket_alloc_set() might cause a journal in run_cache_set()
|
Completed in 12 milliseconds