Lines Matching defs:fs_info
15 int btrfs_init_dev_replace(struct btrfs_fs_info *fs_info);
17 int btrfs_dev_replace_by_ioctl(struct btrfs_fs_info *fs_info,
19 void btrfs_dev_replace_status(struct btrfs_fs_info *fs_info,
21 int btrfs_dev_replace_cancel(struct btrfs_fs_info *fs_info);
22 void btrfs_dev_replace_suspend_for_unmount(struct btrfs_fs_info *fs_info);
23 int btrfs_resume_dev_replace_async(struct btrfs_fs_info *fs_info);
28 void btrfs_bio_counter_inc_blocked(struct btrfs_fs_info *fs_info);
29 void btrfs_bio_counter_sub(struct btrfs_fs_info *fs_info, s64 amount);
31 static inline void btrfs_bio_counter_dec(struct btrfs_fs_info *fs_info)
33 btrfs_bio_counter_sub(fs_info, 1);