Home
last modified time | relevance | path

Searched refs:copygc_running (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dmovinggc.c300 prt_printf(out, "running:\t%u\n", c->copygc_running); in bch2_copygc_wait_to_text()
380 c->copygc_running = true; in bch2_copygc_thread()
382 c->copygc_running = false; in bch2_copygc_thread()
448 c->copygc_running = false; in bch2_fs_copygc_init()
Dmove.c463 if (ctxt->wait_on_copygc && c->copygc_running) { in bch2_move_ratelimit()
466 !c->copygc_running || in bch2_move_ratelimit()
Dbcachefs.h994 bool copygc_running; member