Home
last modified time | relevance | path

Searched refs:expensive_debug_checks (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/md/bcache/
H A Ddebug.h14 #define expensive_debug_checks(c) ((c)->expensive_debug_checks) macro
23 #define expensive_debug_checks(c) 0 macro
H A Dbset.h223 bool *expensive_debug_checks; member
297 bool *expensive_debug_checks);
578 return *b->expensive_debug_checks; in btree_keys_expensive_checks()
H A Dsysfs.c147 rw_attribute(expensive_debug_checks);
789 sysfs_printf(expensive_debug_checks, in SHOW()
790 "%i", c->expensive_debug_checks); in SHOW()
917 sysfs_strtoul(expensive_debug_checks, c->expensive_debug_checks); in STORE()
H A Dextents.c221 if (expensive_debug_checks(b->c) && in bch_btree_ptr_bad()
574 if (expensive_debug_checks(b->c) && in bch_extent_bad()
H A Dbset.c352 bool *expensive_debug_checks) in bch_btree_keys_init() argument
355 b->expensive_debug_checks = expensive_debug_checks; in bch_btree_keys_init()
H A Dbcache.h733 bool expensive_debug_checks; member
H A Dalloc.c450 if (expensive_debug_checks(ca->set)) { in bch_bucket_alloc()
H A Dbtree.c978 &b->c->expensive_debug_checks); in mca_alloc()
981 &b->c->expensive_debug_checks); in mca_alloc()
/linux/fs/bcachefs/
H A Dbcachefs.h396 BCH_DEBUG_PARAM(expensive_debug_checks, \