Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dio_write.h55 ? op->c->copygc_wq in index_update_wq()
Dsuper.c595 if (c->copygc_wq) in __bch2_fs_free()
596 destroy_workqueue(c->copygc_wq); in __bch2_fs_free()
882 !(c->copygc_wq = alloc_workqueue("bcachefs_copygc", in bch2_fs_alloc()
Dbcachefs.h866 struct workqueue_struct *copygc_wq; member