Home
last modified time | relevance | path

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

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