Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dalloc_background.c1469 queue_work(c->write_ref_wq, &w->work); in bch2_check_discard_freespace_key()
1969 if (queue_work(c->write_ref_wq, &ca->discard_work)) in bch2_dev_do_discards()
2067 if (queue_work(c->write_ref_wq, &ca->discard_fast_work)) in bch2_discard_one_bucket_fast()
2279 if (queue_work(c->write_ref_wq, &ca->invalidate_work)) in bch2_dev_do_invalidates()
H A Dsuper.c596 if (c->write_ref_wq) in __bch2_fs_free()
597 destroy_workqueue(c->write_ref_wq); in __bch2_fs_free()
887 !(c->write_ref_wq = alloc_workqueue("bcachefs_write_ref", in bch2_fs_alloc()
H A Dbcachefs.h885 struct workqueue_struct *write_ref_wq; member
H A Dsubvolume.c533 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 Dbtree_gc.c1265 !queue_work(c->write_ref_wq, &c->gc_gens_work)) in bch2_gc_gens_async()
H A Dio_read.c201 queue_work(rbio->c->write_ref_wq, &op->work); in promote_start()
H A Dsnapshot.c1665 if (!queue_work(c->write_ref_wq, &c->snapshot_delete_work)) in bch2_delete_dead_snapshots_async()
H A Dec.c1020 !queue_work(c->write_ref_wq, &c->ec_stripe_delete_work)) in bch2_do_stripe_deletes()