Searched refs:copy_gc_enabled (Results 1 – 7 of 7) sorted by relevance
216 rw_attribute(copy_gc_enabled);342 sysfs_printf(copy_gc_enabled, "%i", c->copy_gc_enabled); in SHOW()422 ssize_t ret = strtoul_safe(buf, c->copy_gc_enabled) in STORE()
353 if (!c->copy_gc_enabled) { in bch2_copygc_thread()355 kthread_wait_freezable(c->copy_gc_enabled || in bch2_copygc_thread()
1089 unsigned copy_gc_enabled:1; member
812 c->copy_gc_enabled = 1; in bch2_fs_alloc()
150 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()
218 if (!c->copy_gc_enabled) in bch_moving_gc()
738 unsigned int copy_gc_enabled:1; member