Lines Matching defs:fs_info
102 struct btrfs_fs_info *fs_info;
288 void btrfs_dec_block_group_reservations(struct btrfs_fs_info *fs_info,
291 struct btrfs_block_group *btrfs_inc_nocow_writers(struct btrfs_fs_info *fs_info,
304 struct btrfs_fs_info *fs_info,
308 void btrfs_delete_unused_bgs(struct btrfs_fs_info *fs_info);
311 void btrfs_reclaim_bgs(struct btrfs_fs_info *fs_info);
337 u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags);
340 int btrfs_rmap_block(struct btrfs_fs_info *fs_info, u64 chunk_start,
343 static inline u64 btrfs_data_alloc_profile(struct btrfs_fs_info *fs_info)
345 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_DATA);
348 static inline u64 btrfs_metadata_alloc_profile(struct btrfs_fs_info *fs_info)
350 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_METADATA);
353 static inline u64 btrfs_system_alloc_profile(struct btrfs_fs_info *fs_info)
355 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_SYSTEM);