Lines Matching defs:fs_info

188 	struct btrfs_fs_info	*fs_info;  member
250 static int init_scrub_stripe(struct btrfs_fs_info *fs_info, in init_scrub_stripe()
292 static void __scrub_blocked_if_needed(struct btrfs_fs_info *fs_info) in __scrub_blocked_if_needed()
302 static void scrub_pause_on(struct btrfs_fs_info *fs_info) in scrub_pause_on()
308 static void scrub_pause_off(struct btrfs_fs_info *fs_info) in scrub_pause_off()
318 static void scrub_blocked_if_needed(struct btrfs_fs_info *fs_info) in scrub_blocked_if_needed()
344 struct btrfs_fs_info *fs_info, int is_dev_replace) in scrub_setup_ctx()
399 struct btrfs_fs_info *fs_info = swarn->dev->fs_info; in scrub_print_warning_inode() local
482 struct btrfs_fs_info *fs_info = dev->fs_info; in scrub_print_common_warning() local
585 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_stripe_get_page() local
594 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_stripe_get_page_offset() local
601 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_verify_one_metadata() local
692 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_verify_one_sector() local
754 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_verify_one_stripe() local
787 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_repair_read_endio() local
821 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_stripe_submit_repair_read() local
872 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_stripe_report_errors() local
1013 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_stripe_read_repair_worker() local
1130 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_write_endio() local
1157 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_submit_write_bio() local
1198 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_write_sectors() local
1337 struct btrfs_fs_info *fs_info = path->nodes[0]->fs_info; in compare_extent_item_range() local
1376 struct btrfs_fs_info *fs_info = extent_root->fs_info; in find_first_extent_item() local
1458 struct btrfs_fs_info *fs_info = sctx->fs_info; in sync_write_pointer_for_zoned() local
1479 static void fill_one_extent_info(struct btrfs_fs_info *fs_info, in fill_one_extent_info()
1529 struct btrfs_fs_info *fs_info = bg->fs_info; in scrub_find_fill_first_stripe() local
1651 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_submit_initial_read() local
1700 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in stripe_has_metadata_error() local
1736 struct btrfs_fs_info *fs_info = sctx->fs_info; in flush_scrub_stripes() local
1850 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_raid56_parity_stripe() local
2020 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_simple_mirror() local
2151 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_stripe() local
2320 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_chunk() local
2366 struct btrfs_fs_info *fs_info = cache->fs_info; in finish_extent_writes_for_zoned() local
2388 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_enumerate_chunks() local
2682 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_one_super() local
2722 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_supers() local
2770 static void scrub_workers_put(struct btrfs_fs_info *fs_info) in scrub_workers_put()
2787 static noinline_for_stack int scrub_workers_get(struct btrfs_fs_info *fs_info) in scrub_workers_get()
2819 int btrfs_scrub_dev(struct btrfs_fs_info *fs_info, u64 devid, u64 start, in btrfs_scrub_dev()
2991 void btrfs_scrub_pause(struct btrfs_fs_info *fs_info) in btrfs_scrub_pause()
3006 void btrfs_scrub_continue(struct btrfs_fs_info *fs_info) in btrfs_scrub_continue()
3012 int btrfs_scrub_cancel(struct btrfs_fs_info *fs_info) in btrfs_scrub_cancel()
3035 struct btrfs_fs_info *fs_info = dev->fs_info; in btrfs_scrub_cancel_dev() local
3056 int btrfs_scrub_progress(struct btrfs_fs_info *fs_info, u64 devid, in btrfs_scrub_progress()