Home
last modified time | relevance | path

Searched refs:write_ref_wq (Results 1 – 7 of 7) sorted by relevance

/linux/fs/bcachefs/
H A Dsuper.c586 if (c->write_ref_wq) in __bch2_fs_free()
587 destroy_workqueue(c->write_ref_wq); in __bch2_fs_free()
888 !(c->write_ref_wq = alloc_workqueue("bcachefs_write_ref", in bch2_fs_alloc()
H A Dsubvolume.c494 if (!queue_work(c->write_ref_wq, &c->snapshot_wait_for_pagecache_and_delete_work)) in bch2_subvolume_wait_for_pagecache_and_delete_hook()
H A Dalloc_background.c1891 if (queue_work(c->write_ref_wq, &ca->discard_work)) in bch2_dev_do_discards()
1988 if (queue_work(c->write_ref_wq, &ca->discard_fast_work)) in bch2_discard_one_bucket_fast()
2149 if (queue_work(c->write_ref_wq, &ca->invalidate_work)) in bch2_dev_do_invalidates()
H A Dbcachefs.h870 struct workqueue_struct *write_ref_wq; member
H A Dbtree_gc.c1335 !queue_work(c->write_ref_wq, &c->gc_gens_work)) in bch2_gc_gens_async()
H A Dsnapshot.c1695 !queue_work(c->write_ref_wq, &c->snapshot_delete_work)) in bch2_delete_dead_snapshots_async()
H A Dec.c1176 !queue_work(c->write_ref_wq, &c->ec_stripe_delete_work)) in bch2_do_stripe_deletes()