Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dio_write.h55 ? op->c->copygc_wq in index_update_wq()
H A Dsuper.c594 if (c->copygc_wq) in __bch2_fs_free()
595 destroy_workqueue(c->copygc_wq); in __bch2_fs_free()
881 !(c->copygc_wq = alloc_workqueue("bcachefs_copygc", in bch2_fs_alloc()
H A Dbcachefs.h866 struct workqueue_struct *copygc_wq; member