Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dmove.c242 bool wait_on_copygc) in bch2_moving_ctxt_init() argument
251 ctxt->wait_on_copygc = wait_on_copygc; in bch2_moving_ctxt_init()
493 if (ctxt->wait_on_copygc && c->copygc_running) { in bch2_move_ratelimit()
730 bool wait_on_copygc, in bch2_move_data() argument
735 bch2_moving_ctxt_init(&ctxt, c, rate, stats, wp, wait_on_copygc); in bch2_move_data()
897 bool wait_on_copygc, in bch2_move_data_phys() argument
904 bch2_moving_ctxt_init(&ctxt, c, rate, stats, wp, wait_on_copygc); in bch2_move_data_phys()
H A Dmove.h22 bool wait_on_copygc; member