Home
last modified time | relevance | path

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

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