Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dmovinggc.c306 prt_printf(out, "running:\t%u\n", c->copygc_running); in bch2_copygc_wait_to_text()
404 c->copygc_running = true; in bch2_copygc_thread()
406 c->copygc_running = false; in bch2_copygc_thread()
472 c->copygc_running = false; in bch2_fs_copygc_init()
H A Dmove.c493 if (ctxt->wait_on_copygc && c->copygc_running) { in bch2_move_ratelimit()
496 !c->copygc_running || in bch2_move_ratelimit()
H A Dbcachefs.h1005 bool copygc_running; member