Home
last modified time | relevance | path

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

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