Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dsysfs.c150 rw_attribute(copy_gc_enabled);
793 sysfs_printf(copy_gc_enabled, "%i", c->copy_gc_enabled); in SHOW()
920 sysfs_strtoul_bool(copy_gc_enabled, c->copy_gc_enabled); in STORE()
H A Dbcache.h738 unsigned int copy_gc_enabled:1; member