Lines Matching refs:btrfs_fs_info
87 struct btrfs_fs_info *fs_info;
360 struct btrfs_fs_info *fs_info;
416 struct btrfs_fs_info *fs_info;
596 int btrfs_map_block(struct btrfs_fs_info *fs_info, enum btrfs_map_op op,
601 int btrfs_map_repair_block(struct btrfs_fs_info *fs_info,
604 struct btrfs_discard_stripe *btrfs_map_discard(struct btrfs_fs_info *fs_info,
607 int btrfs_read_sys_array(struct btrfs_fs_info *fs_info);
608 int btrfs_read_chunk_tree(struct btrfs_fs_info *fs_info);
620 struct btrfs_device *btrfs_find_device_by_devspec(struct btrfs_fs_info *fs_info,
623 int btrfs_get_dev_args_from_path(struct btrfs_fs_info *fs_info,
626 struct btrfs_device *btrfs_alloc_device(struct btrfs_fs_info *fs_info,
630 int btrfs_rm_device(struct btrfs_fs_info *fs_info,
634 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
640 int btrfs_init_new_device(struct btrfs_fs_info *fs_info, const char *path);
641 int btrfs_balance(struct btrfs_fs_info *fs_info,
645 int btrfs_resume_balance_async(struct btrfs_fs_info *fs_info);
646 int btrfs_recover_balance(struct btrfs_fs_info *fs_info);
647 int btrfs_pause_balance(struct btrfs_fs_info *fs_info);
648 int btrfs_relocate_chunk(struct btrfs_fs_info *fs_info, u64 chunk_offset);
649 int btrfs_cancel_balance(struct btrfs_fs_info *fs_info);
650 int btrfs_create_uuid_tree(struct btrfs_fs_info *fs_info);
652 bool btrfs_chunk_writeable(struct btrfs_fs_info *fs_info, u64 chunk_offset);
654 int btrfs_get_dev_stats(struct btrfs_fs_info *fs_info,
656 int btrfs_init_devices_late(struct btrfs_fs_info *fs_info);
657 int btrfs_init_dev_stats(struct btrfs_fs_info *fs_info);
662 int btrfs_is_parity_mirror(struct btrfs_fs_info *fs_info,
664 unsigned long btrfs_full_stripe_len(struct btrfs_fs_info *fs_info,
671 struct extent_map *btrfs_get_chunk_map(struct btrfs_fs_info *fs_info,
737 bool btrfs_check_rw_degradable(struct btrfs_fs_info *fs_info,
739 void btrfs_scratch_superblocks(struct btrfs_fs_info *fs_info,
746 int btrfs_verify_dev_extents(struct btrfs_fs_info *fs_info);
747 bool btrfs_repair_one_zone(struct btrfs_fs_info *fs_info, u64 logical);
749 bool btrfs_pinned_by_swapfile(struct btrfs_fs_info *fs_info, void *ptr);