Lines Matching refs:work
76 struct btrfs_work work; member
120 struct btrfs_work work; member
170 static void scrub_bio_end_io_worker(struct btrfs_work *work);
243 sbio->work.func = scrub_bio_end_io_worker; in scrub_setup_dev()
525 static void scrub_fixup_nodatasum(struct btrfs_work *work) in scrub_fixup_nodatasum() argument
535 fixup = container_of(work, struct scrub_fixup_nodatasum, work); in scrub_fixup_nodatasum()
778 fixup_nodatasum->work.func = scrub_fixup_nodatasum; in scrub_handle_errored_block()
780 &fixup_nodatasum->work); in scrub_handle_errored_block()
1602 btrfs_queue_worker(&fs_info->scrub_workers, &sbio->work); in scrub_bio_end_io()
1605 static void scrub_bio_end_io_worker(struct btrfs_work *work) in scrub_bio_end_io_worker() argument
1607 struct scrub_bio *sbio = container_of(work, struct scrub_bio, work); in scrub_bio_end_io_worker()