Home
last modified time | relevance | path

Searched refs:btree_bytes (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/md/bcache/
Dsysfs.c679 return (bytes * 100) / btree_bytes(c); in bch_root_usage()
721 (c->gc_stats.nodes ?: 1) * btree_bytes(c)); in bch_btree_used()
Dbcache.h757 #define btree_bytes(c) ((c)->btree_pages * PAGE_SIZE) macro