Home
last modified time | relevance | path

Searched defs:bucket_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/bcache/
H A Dbcache.h768 #define bucket_bytes(ca) ((ca)->sb.bucket_size << 9) macro
/linux/fs/bcachefs/
H A Dbcachefs.h1172 static inline unsigned bucket_bytes(const struct bch_dev *ca) in bucket_bytes() function