Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dmove.c208 bool wait_on_copygc) in bch2_moving_ctxt_init() argument
217 ctxt->wait_on_copygc = wait_on_copygc; in bch2_moving_ctxt_init()
463 if (ctxt->wait_on_copygc && c->copygc_running) { in bch2_move_ratelimit()
634 bool wait_on_copygc, in bch2_move_data() argument
641 bch2_moving_ctxt_init(&ctxt, c, rate, stats, wp, wait_on_copygc); in bch2_move_data()
Dmove.h22 bool wait_on_copygc; member