Lines Matching defs:fs_info
154 struct btrfs_fs_info *fs_info; member
275 static void __scrub_blocked_if_needed(struct btrfs_fs_info *fs_info) in __scrub_blocked_if_needed()
285 static void scrub_pause_on(struct btrfs_fs_info *fs_info) in scrub_pause_on()
291 static void scrub_pause_off(struct btrfs_fs_info *fs_info) in scrub_pause_off()
301 static void scrub_blocked_if_needed(struct btrfs_fs_info *fs_info) in scrub_blocked_if_needed()
419 static int lock_full_stripe(struct btrfs_fs_info *fs_info, u64 bytenr, in lock_full_stripe()
466 static int unlock_full_stripe(struct btrfs_fs_info *fs_info, u64 bytenr, in unlock_full_stripe()
576 struct btrfs_fs_info *fs_info = dev->fs_info; in scrub_setup_ctx() local
644 struct btrfs_fs_info *fs_info = swarn->dev->fs_info; in scrub_print_warning_inode() local
729 struct btrfs_fs_info *fs_info; in scrub_print_warning() local
801 static inline void scrub_put_recover(struct btrfs_fs_info *fs_info, in scrub_put_recover()
823 struct btrfs_fs_info *fs_info; in scrub_handle_errored_block() local
1254 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_setup_recheck_block() local
1380 static int scrub_submit_raid56_bio_wait(struct btrfs_fs_info *fs_info, in scrub_submit_raid56_bio_wait()
1403 static void scrub_recheck_block_on_raid56(struct btrfs_fs_info *fs_info, in scrub_recheck_block_on_raid56()
1449 static void scrub_recheck_block(struct btrfs_fs_info *fs_info, in scrub_recheck_block()
1538 struct btrfs_fs_info *fs_info = sblock_bad->sctx->fs_info; in scrub_repair_page_from_good_copy() local
1580 struct btrfs_fs_info *fs_info = sblock->sctx->fs_info; in scrub_write_block_to_dev_replace() local
1704 struct btrfs_fs_info *fs_info = sbio->dev->fs_info; in scrub_wr_bio_end_io() local
1823 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_checksum_tree_block() local
2086 struct btrfs_fs_info *fs_info = sblock->sctx->fs_info; in scrub_missing_raid56_end_io() local
2100 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_missing_raid56_worker() local
2142 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_missing_raid56_pages() local
2293 struct btrfs_fs_info *fs_info = sbio->dev->fs_info; in scrub_bio_end_io() local
2714 struct btrfs_fs_info *fs_info = sparity->sctx->fs_info; in scrub_parity_bio_endio() local
2730 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_parity_check_and_repair() local
2804 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_raid56_parity() local
3029 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_stripe() local
3403 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_chunk() local
3457 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_enumerate_chunks() local
3699 struct btrfs_fs_info *fs_info = sctx->fs_info; in scrub_supers() local
3730 static noinline_for_stack int scrub_workers_get(struct btrfs_fs_info *fs_info, in scrub_workers_get()
3765 static noinline_for_stack void scrub_workers_put(struct btrfs_fs_info *fs_info) in scrub_workers_put()
3775 int btrfs_scrub_dev(struct btrfs_fs_info *fs_info, u64 devid, u64 start, in btrfs_scrub_dev()
3918 void btrfs_scrub_pause(struct btrfs_fs_info *fs_info) in btrfs_scrub_pause()
3933 void btrfs_scrub_continue(struct btrfs_fs_info *fs_info) in btrfs_scrub_continue()
3939 int btrfs_scrub_cancel(struct btrfs_fs_info *fs_info) in btrfs_scrub_cancel()
3960 int btrfs_scrub_cancel_dev(struct btrfs_fs_info *fs_info, in btrfs_scrub_cancel_dev()
3983 int btrfs_scrub_progress(struct btrfs_fs_info *fs_info, u64 devid, in btrfs_scrub_progress()
4000 static void scrub_remap_extent(struct btrfs_fs_info *fs_info, in scrub_remap_extent()