Lines Matching refs:btrfs_fs_info
1282 struct btrfs_fs_info *fs_info;
1387 struct btrfs_fs_info { struct
1834 struct btrfs_fs_info *fs_info;
3304 static inline struct btrfs_fs_info *btrfs_sb(struct super_block *sb) in btrfs_sb()
3373 struct btrfs_fs_info *info,
3430 int btrfs_free_block_groups(struct btrfs_fs_info *info);
3440 void btrfs_delete_unused_bgs(struct btrfs_fs_info *fs_info);
3444 void btrfs_clear_space_info_full(struct btrfs_fs_info *info);
3492 int btrfs_cond_migrate_bytes(struct btrfs_fs_info *fs_info,
3502 void btrfs_put_block_group_cache(struct btrfs_fs_info *info);
3512 int btrfs_init_space_info(struct btrfs_fs_info *fs_info);
3514 struct btrfs_fs_info *fs_info);
3527 void btrfs_set_item_key_safe(struct btrfs_fs_info *fs_info,
3651 static inline int btrfs_fs_closing(struct btrfs_fs_info *fs_info) in btrfs_fs_closing()
3671 static inline void free_fs_info(struct btrfs_fs_info *fs_info) in free_fs_info()
3689 u64 btrfs_get_tree_mod_seq(struct btrfs_fs_info *fs_info,
3691 void btrfs_put_tree_mod_seq(struct btrfs_fs_info *fs_info,
3733 int btrfs_uuid_tree_iterate(struct btrfs_fs_info *fs_info,
3734 int (*check_func)(struct btrfs_fs_info *, u8 *, u8,
3905 int btrfs_start_delalloc_roots(struct btrfs_fs_info *fs_info, int delay_iput,
3968 void update_ioctl_balance_args(struct btrfs_fs_info *fs_info, int lock,
3977 int btrfs_run_defrag_inodes(struct btrfs_fs_info *fs_info);
3978 void btrfs_cleanup_defrag_inodes(struct btrfs_fs_info *fs_info);
4009 int btrfs_sysfs_add_one(struct btrfs_fs_info *fs_info);
4010 void btrfs_sysfs_remove_one(struct btrfs_fs_info *fs_info);
4021 void btrfs_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...);
4024 void btrfs_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...) in btrfs_printk()
4069 void __btrfs_std_error(struct btrfs_fs_info *fs_info, const char *function,
4080 static inline void __btrfs_set_fs_incompat(struct btrfs_fs_info *fs_info, in __btrfs_set_fs_incompat()
4104 static inline int __btrfs_fs_incompat(struct btrfs_fs_info *fs_info, u64 flag) in __btrfs_fs_incompat()
4136 void __btrfs_panic(struct btrfs_fs_info *fs_info, const char *function,
4183 int btrfs_scrub_dev(struct btrfs_fs_info *fs_info, u64 devid, u64 start,
4188 int btrfs_scrub_cancel(struct btrfs_fs_info *info);
4189 int btrfs_scrub_cancel_dev(struct btrfs_fs_info *info,
4195 void btrfs_bio_counter_inc_blocked(struct btrfs_fs_info *fs_info);
4196 void btrfs_bio_counter_inc_noblocked(struct btrfs_fs_info *fs_info);
4197 void btrfs_bio_counter_sub(struct btrfs_fs_info *fs_info, s64 amount);
4199 static inline void btrfs_bio_counter_dec(struct btrfs_fs_info *fs_info) in btrfs_bio_counter_dec()
4229 static inline int btrfs_defrag_cancelled(struct btrfs_fs_info *fs_info) in btrfs_defrag_cancelled()