Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsuper.c589 if (c->write_ref_wq) in __bch2_fs_free()
590 destroy_workqueue(c->write_ref_wq); in __bch2_fs_free()
888 !(c->write_ref_wq = alloc_workqueue("bcachefs_write_ref", in bch2_fs_alloc()
Dsubvolume.c499 if (!queue_work(c->write_ref_wq, &c->snapshot_wait_for_pagecache_and_delete_work)) in bch2_subvolume_wait_for_pagecache_and_delete_hook()
Dalloc_background.c1912 if (queue_work(c->write_ref_wq, &ca->discard_work)) in bch2_dev_do_discards()
2009 if (queue_work(c->write_ref_wq, &ca->discard_fast_work)) in bch2_discard_one_bucket_fast()
2171 if (queue_work(c->write_ref_wq, &ca->invalidate_work)) in bch2_dev_do_invalidates()
Dbcachefs.h872 struct workqueue_struct *write_ref_wq; member
Dbtree_gc.c1336 !queue_work(c->write_ref_wq, &c->gc_gens_work)) in bch2_gc_gens_async()
Dsnapshot.c1725 !queue_work(c->write_ref_wq, &c->snapshot_delete_work)) in bch2_delete_dead_snapshots_async()
Dec.c1202 !queue_work(c->write_ref_wq, &c->ec_stripe_delete_work)) in bch2_do_stripe_deletes()