Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Ddebug.h14 #define expensive_debug_checks(c) ((c)->expensive_debug_checks) macro
23 #define expensive_debug_checks(c) 0 macro
Dbset.h222 bool *expensive_debug_checks; member
296 bool *expensive_debug_checks);
569 return *b->expensive_debug_checks; in btree_keys_expensive_checks()
Dsysfs.c127 rw_attribute(expensive_debug_checks);
672 sysfs_printf(expensive_debug_checks, in SHOW()
673 "%i", c->expensive_debug_checks); in SHOW()
786 sysfs_strtoul(expensive_debug_checks, c->expensive_debug_checks); in STORE()
Dextents.c220 if (expensive_debug_checks(b->c) && in bch_btree_ptr_bad()
550 if (!expensive_debug_checks(b->c) && KEY_DIRTY(k)) in bch_extent_bad()
566 if (expensive_debug_checks(b->c) && in bch_extent_bad()
Dbset.c348 bool *expensive_debug_checks) in bch_btree_keys_init() argument
353 b->expensive_debug_checks = expensive_debug_checks; in bch_btree_keys_init()
Dbcache.h702 bool expensive_debug_checks; member
Dalloc.c422 if (expensive_debug_checks(ca->set)) { in bch_bucket_alloc()
Dbtree.c957 &b->c->expensive_debug_checks); in mca_alloc()
960 &b->c->expensive_debug_checks); in mca_alloc()