Lines Matching refs:btrfs_fs_info

83 	struct btrfs_fs_info *fs_info;
347 struct btrfs_fs_info *fs_info;
403 struct btrfs_fs_info *fs_info;
519 int btrfs_map_block(struct btrfs_fs_info *fs_info, enum btrfs_map_op op,
522 int btrfs_map_sblock(struct btrfs_fs_info *fs_info, enum btrfs_map_op op,
525 int __btrfs_map_block(struct btrfs_fs_info *fs_info, enum btrfs_map_op op,
530 struct btrfs_discard_stripe *btrfs_map_discard(struct btrfs_fs_info *fs_info,
533 int btrfs_read_sys_array(struct btrfs_fs_info *fs_info);
534 int btrfs_read_chunk_tree(struct btrfs_fs_info *fs_info);
547 struct btrfs_device *btrfs_find_device_by_devspec(struct btrfs_fs_info *fs_info,
550 int btrfs_get_dev_args_from_path(struct btrfs_fs_info *fs_info,
553 struct btrfs_device *btrfs_alloc_device(struct btrfs_fs_info *fs_info,
558 int btrfs_rm_device(struct btrfs_fs_info *fs_info,
562 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
568 int btrfs_init_new_device(struct btrfs_fs_info *fs_info, const char *path);
569 int btrfs_balance(struct btrfs_fs_info *fs_info,
573 int btrfs_resume_balance_async(struct btrfs_fs_info *fs_info);
574 int btrfs_recover_balance(struct btrfs_fs_info *fs_info);
575 int btrfs_pause_balance(struct btrfs_fs_info *fs_info);
576 int btrfs_relocate_chunk(struct btrfs_fs_info *fs_info, u64 chunk_offset);
577 int btrfs_cancel_balance(struct btrfs_fs_info *fs_info);
578 int btrfs_create_uuid_tree(struct btrfs_fs_info *fs_info);
580 bool btrfs_chunk_writeable(struct btrfs_fs_info *fs_info, u64 chunk_offset);
584 int btrfs_get_dev_stats(struct btrfs_fs_info *fs_info,
586 int btrfs_init_devices_late(struct btrfs_fs_info *fs_info);
587 int btrfs_init_dev_stats(struct btrfs_fs_info *fs_info);
592 int btrfs_is_parity_mirror(struct btrfs_fs_info *fs_info,
594 unsigned long btrfs_full_stripe_len(struct btrfs_fs_info *fs_info,
601 struct extent_map *btrfs_get_chunk_map(struct btrfs_fs_info *fs_info,
667 bool btrfs_check_rw_degradable(struct btrfs_fs_info *fs_info,
669 void btrfs_scratch_superblocks(struct btrfs_fs_info *fs_info,
676 int btrfs_verify_dev_extents(struct btrfs_fs_info *fs_info);
677 bool btrfs_repair_one_zone(struct btrfs_fs_info *fs_info, u64 logical);
679 bool btrfs_pinned_by_swapfile(struct btrfs_fs_info *fs_info, void *ptr);