Home
last modified time | relevance | path

Searched refs:bucket_bytes (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/md/bcache/
H A Dsysfs.c733 sysfs_hprint(bucket_size, bucket_bytes(c->cache)); in SHOW()
1038 sysfs_hprint(bucket_size, bucket_bytes(ca)); in SHOW()
H A Dbcache.h768 #define bucket_bytes(ca) ((ca)->sb.bucket_size << 9) macro
H A Djournal.c621 bio->bi_iter.bi_size = bucket_bytes(ca); in do_journal_discard()
/linux-6.15/fs/bcachefs/
H A Dbcachefs.h1181 static inline unsigned bucket_bytes(const struct bch_dev *ca) in bucket_bytes() function