Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dalloc_background.c1486 queue_work(c->write_ref_wq, &w->work); in bch2_check_discard_freespace_key()
1974 if (queue_work(c->write_ref_wq, &ca->discard_work)) in bch2_dev_do_discards()
2072 if (queue_work(c->write_ref_wq, &ca->discard_fast_work)) in bch2_discard_one_bucket_fast()
2287 if (queue_work(c->write_ref_wq, &ca->invalidate_work)) in bch2_dev_do_invalidates()
H A Dsuper.c645 if (c->write_ref_wq) in __bch2_fs_free()
646 destroy_workqueue(c->write_ref_wq); in __bch2_fs_free()
809 !(c->write_ref_wq = alloc_workqueue("bcachefs_write_ref", in bch2_fs_init_rw()
H A Dsubvolume.c563 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 Dbcachefs.h955 struct workqueue_struct *write_ref_wq; member
H A Dbtree_gc.c1297 !queue_work(c->write_ref_wq, &c->gc_gens_work)) in bch2_gc_gens_async()
H A Dio_read.c200 queue_work(rbio->c->write_ref_wq, &op->work); in promote_start()
H A Dec.c1028 !queue_work(c->write_ref_wq, &c->ec_stripe_delete_work)) in bch2_do_stripe_deletes()