Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dmove.c227 list_add(&ctxt->list, &c->moving_context_list); in bch2_moving_ctxt_init()
1172 list_for_each_entry(ctxt, &c->moving_context_list, list) in bch2_fs_moving_ctxts_to_text()
1179 INIT_LIST_HEAD(&c->moving_context_list); in bch2_fs_move_init()
Dbcachefs.h983 struct list_head moving_context_list; member