Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Dalloc.c338 bucket_to_sector(ca->set, bucket), in bch_allocator_thread()
508 bucket_to_sector(c, b), in __bch_bucket_alloc_set()
H A Djournal.c46 sector_t bucket = bucket_to_sector(ca->set, ca->sb.d[bucket_index]); in journal_read_bucket()
619 bio->bi_iter.bi_sector = bucket_to_sector(ca->set, in do_journal_discard()
681 bucket_to_sector(c, ca->sb.d[ja->cur_idx]), in journal_reclaim()
H A Dbcache.h800 static inline sector_t bucket_to_sector(struct cache_set *c, size_t b) in bucket_to_sector() function