Lines Matching refs:btrfs_fs_info
1316 struct btrfs_fs_info *fs_info;
1421 struct btrfs_fs_info { struct
1861 struct btrfs_fs_info *fs_info;
3348 static inline struct btrfs_fs_info *btrfs_sb(struct super_block *sb) in btrfs_sb()
3417 struct btrfs_fs_info *info,
3476 int btrfs_free_block_groups(struct btrfs_fs_info *info);
3484 struct btrfs_fs_info *fs_info,
3489 void btrfs_delete_unused_bgs(struct btrfs_fs_info *fs_info);
3495 void btrfs_clear_space_info_full(struct btrfs_fs_info *info);
3547 int btrfs_cond_migrate_bytes(struct btrfs_fs_info *fs_info,
3557 void btrfs_put_block_group_cache(struct btrfs_fs_info *info);
3567 int btrfs_init_space_info(struct btrfs_fs_info *fs_info);
3569 struct btrfs_fs_info *fs_info);
3585 void btrfs_set_item_key_safe(struct btrfs_fs_info *fs_info,
3709 static inline int btrfs_fs_closing(struct btrfs_fs_info *fs_info) in btrfs_fs_closing()
3729 static inline void free_fs_info(struct btrfs_fs_info *fs_info) in free_fs_info()
3747 u64 btrfs_get_tree_mod_seq(struct btrfs_fs_info *fs_info,
3749 void btrfs_put_tree_mod_seq(struct btrfs_fs_info *fs_info,
3791 int btrfs_uuid_tree_iterate(struct btrfs_fs_info *fs_info,
3792 int (*check_func)(struct btrfs_fs_info *, u8 *, u8,
3963 int btrfs_start_delalloc_roots(struct btrfs_fs_info *fs_info, int delay_iput,
4025 void update_ioctl_balance_args(struct btrfs_fs_info *fs_info, int lock,
4034 int btrfs_run_defrag_inodes(struct btrfs_fs_info *fs_info);
4035 void btrfs_cleanup_defrag_inodes(struct btrfs_fs_info *fs_info);
4066 int btrfs_sysfs_add_mounted(struct btrfs_fs_info *fs_info);
4067 void btrfs_sysfs_remove_mounted(struct btrfs_fs_info *fs_info);
4078 void btrfs_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...);
4081 void btrfs_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...) in btrfs_printk()
4216 void __btrfs_std_error(struct btrfs_fs_info *fs_info, const char *function,
4229 static inline void __btrfs_set_fs_incompat(struct btrfs_fs_info *fs_info, in __btrfs_set_fs_incompat()
4253 static inline int __btrfs_fs_incompat(struct btrfs_fs_info *fs_info, u64 flag) in __btrfs_fs_incompat()
4285 void __btrfs_panic(struct btrfs_fs_info *fs_info, const char *function,
4331 int btrfs_scrub_dev(struct btrfs_fs_info *fs_info, u64 devid, u64 start,
4336 int btrfs_scrub_cancel(struct btrfs_fs_info *info);
4337 int btrfs_scrub_cancel_dev(struct btrfs_fs_info *info,
4343 void btrfs_bio_counter_inc_blocked(struct btrfs_fs_info *fs_info);
4344 void btrfs_bio_counter_inc_noblocked(struct btrfs_fs_info *fs_info);
4345 void btrfs_bio_counter_sub(struct btrfs_fs_info *fs_info, s64 amount);
4347 static inline void btrfs_bio_counter_dec(struct btrfs_fs_info *fs_info) in btrfs_bio_counter_dec()
4377 static inline int btrfs_defrag_cancelled(struct btrfs_fs_info *fs_info) in btrfs_defrag_cancelled()