Home
last modified time | relevance | path

Searched refs:index_update_work (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dalloc_types.h121 struct work_struct index_update_work; member
H A Dio_write.c672 queue_work(wq, &wp->index_update_work); in CLOSURE_CALLBACK()
689 container_of(work, struct write_point, index_update_work); in bch2_write_point_do_index_updates()
H A Dalloc_foreground.c1513 INIT_WORK(&wp->index_update_work, bch2_write_point_do_index_updates); in writepoint_init()