Searched refs:bytes_may_use (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/btrfs/
H A Dsysfs.c322 SPACE_INFO_ATTR(bytes_may_use); variable
333 BTRFS_ATTR_PTR(bytes_may_use),
H A Dextent-tree.c66 * RESERVE_ALLOC - allocating space and we need to update bytes_may_use for
69 * bytes_may_use as the ENOSPC accounting is done elsewhere
3723 found->bytes_may_use = 0; update_space_info()
3913 data_sinfo->bytes_may_use; btrfs_check_data_free_space()
4013 data_sinfo->bytes_may_use += bytes; btrfs_check_data_free_space()
4035 WARN_ON(data_sinfo->bytes_may_use < bytes); btrfs_free_reserved_data_space()
4036 data_sinfo->bytes_may_use -= bytes; btrfs_free_reserved_data_space()
4272 used += space_info->bytes_may_use; can_overcommit()
4554 space_info->bytes_may_use; btrfs_calc_reclaim_metadata_size()
4565 to_reclaim = min(to_reclaim, space_info->bytes_may_use + btrfs_calc_reclaim_metadata_size()
4604 space_info->bytes_may_use; btrfs_need_do_async_reclaim()
4700 space_info->bytes_may_use; reserve_metadata_bytes()
4711 space_info->bytes_may_use += orig_bytes; reserve_metadata_bytes()
4734 space_info->bytes_may_use += orig_bytes; reserve_metadata_bytes()
4927 space_info->bytes_may_use -= num_bytes; block_rsv_release_bytes()
5120 sinfo->bytes_may_use; update_global_block_rsv()
5125 sinfo->bytes_may_use += num_bytes; update_global_block_rsv()
5132 sinfo->bytes_may_use -= num_bytes; update_global_block_rsv()
5925 space_info->bytes_may_use -= num_bytes; btrfs_update_reserved_bytes()
6025 space_info->bytes_may_use += len; unpin_extent_range()
7147 info->bytes_reserved, info->bytes_may_use, dump_space_info()
8792 sinfo->bytes_may_use + sinfo->bytes_readonly + num_bytes + set_block_group_ro()
9227 space_info->bytes_may_use > 0)) { btrfs_free_block_groups()
H A Dctree.h1153 u64 bytes_may_use; /* number of bytes that may be used for member in struct:btrfs_space_info

Completed in 123 milliseconds