Lines Matching refs:btrfs_fs_info

96 	struct btrfs_fs_info *fs_info;
358 struct btrfs_fs_info *fs_info;
499 struct btrfs_fs_info *fs_info;
608 int btrfs_map_block(struct btrfs_fs_info *fs_info, enum btrfs_map_op op,
611 int btrfs_map_sblock(struct btrfs_fs_info *fs_info, enum btrfs_map_op op,
614 struct btrfs_discard_stripe *btrfs_map_discard(struct btrfs_fs_info *fs_info,
617 int btrfs_get_io_geometry(struct btrfs_fs_info *fs_info, struct extent_map *map,
620 int btrfs_read_sys_array(struct btrfs_fs_info *fs_info);
621 int btrfs_read_chunk_tree(struct btrfs_fs_info *fs_info);
625 void btrfs_submit_bio(struct btrfs_fs_info *fs_info, struct bio *bio, int mirror_num);
635 struct btrfs_device *btrfs_find_device_by_devspec(struct btrfs_fs_info *fs_info,
638 int btrfs_get_dev_args_from_path(struct btrfs_fs_info *fs_info,
641 struct btrfs_device *btrfs_alloc_device(struct btrfs_fs_info *fs_info,
646 int btrfs_rm_device(struct btrfs_fs_info *fs_info,
650 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
656 int btrfs_init_new_device(struct btrfs_fs_info *fs_info, const char *path);
657 int btrfs_balance(struct btrfs_fs_info *fs_info,
661 int btrfs_resume_balance_async(struct btrfs_fs_info *fs_info);
662 int btrfs_recover_balance(struct btrfs_fs_info *fs_info);
663 int btrfs_pause_balance(struct btrfs_fs_info *fs_info);
664 int btrfs_relocate_chunk(struct btrfs_fs_info *fs_info, u64 chunk_offset);
665 int btrfs_cancel_balance(struct btrfs_fs_info *fs_info);
666 int btrfs_create_uuid_tree(struct btrfs_fs_info *fs_info);
668 bool btrfs_chunk_writeable(struct btrfs_fs_info *fs_info, u64 chunk_offset);
672 int btrfs_get_dev_stats(struct btrfs_fs_info *fs_info,
674 int btrfs_init_devices_late(struct btrfs_fs_info *fs_info);
675 int btrfs_init_dev_stats(struct btrfs_fs_info *fs_info);
680 int btrfs_is_parity_mirror(struct btrfs_fs_info *fs_info,
682 unsigned long btrfs_full_stripe_len(struct btrfs_fs_info *fs_info,
689 struct extent_map *btrfs_get_chunk_map(struct btrfs_fs_info *fs_info,
747 bool btrfs_check_rw_degradable(struct btrfs_fs_info *fs_info,
749 void btrfs_scratch_superblocks(struct btrfs_fs_info *fs_info,
756 int btrfs_verify_dev_extents(struct btrfs_fs_info *fs_info);
757 bool btrfs_repair_one_zone(struct btrfs_fs_info *fs_info, u64 logical);
759 bool btrfs_pinned_by_swapfile(struct btrfs_fs_info *fs_info, void *ptr);