Lines Matching refs:btrfs_fs_info
59 struct btrfs_fs_info *fs_info;
228 struct btrfs_fs_info *fs_info = block_group->fs_info; in btrfs_should_fragment_free_space()
238 struct btrfs_fs_info *info, u64 bytenr);
240 struct btrfs_fs_info *info, u64 bytenr);
245 void btrfs_dec_block_group_reservations(struct btrfs_fs_info *fs_info,
248 bool btrfs_inc_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr);
249 void btrfs_dec_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr);
262 struct btrfs_fs_info *fs_info,
266 void btrfs_delete_unused_bgs(struct btrfs_fs_info *fs_info);
269 void btrfs_reclaim_bgs(struct btrfs_fs_info *fs_info);
271 int btrfs_read_block_groups(struct btrfs_fs_info *info);
292 u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags);
293 void btrfs_put_block_group_cache(struct btrfs_fs_info *info);
294 int btrfs_free_block_groups(struct btrfs_fs_info *info);
297 int btrfs_rmap_block(struct btrfs_fs_info *fs_info, u64 chunk_start,
301 static inline u64 btrfs_data_alloc_profile(struct btrfs_fs_info *fs_info) in btrfs_data_alloc_profile()
306 static inline u64 btrfs_metadata_alloc_profile(struct btrfs_fs_info *fs_info) in btrfs_metadata_alloc_profile()
311 static inline u64 btrfs_system_alloc_profile(struct btrfs_fs_info *fs_info) in btrfs_system_alloc_profile()