Searched refs:write_ref_wq (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | alloc_background.c | 1469 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 D | super.c | 596 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 D | bcachefs.h | 885 struct workqueue_struct *write_ref_wq; member
|
| H A D | subvolume.c | 533 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 D | btree_gc.c | 1265 !queue_work(c->write_ref_wq, &c->gc_gens_work)) in bch2_gc_gens_async()
|
| H A D | io_read.c | 201 queue_work(rbio->c->write_ref_wq, &op->work); in promote_start()
|
| H A D | snapshot.c | 1665 if (!queue_work(c->write_ref_wq, &c->snapshot_delete_work)) in bch2_delete_dead_snapshots_async()
|
| H A D | ec.c | 1020 !queue_work(c->write_ref_wq, &c->ec_stripe_delete_work)) in bch2_do_stripe_deletes()
|