Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dsysfs.c345 SPACE_INFO_ATTR(bytes_may_use);
358 BTRFS_ATTR_PTR(space_info, bytes_may_use),
Dextent-tree.c4105 (may_use_included ? s_info->bytes_may_use : 0); in btrfs_space_info_used()
4224 data_sinfo->bytes_may_use += bytes; in btrfs_alloc_data_chunk_ondemand()
4277 if (WARN_ON(data_sinfo->bytes_may_use < len)) in btrfs_free_reserved_data_space_noquota()
4278 data_sinfo->bytes_may_use = 0; in btrfs_free_reserved_data_space_noquota()
4280 data_sinfo->bytes_may_use -= len; in btrfs_free_reserved_data_space_noquota()
4600 used += space_info->bytes_may_use; in can_overcommit()
4911 to_reclaim = min(to_reclaim, space_info->bytes_may_use + in btrfs_calc_reclaim_metadata_size()
5077 space_info->bytes_may_use -= num_bytes; in wait_reserve_ticket()
5123 space_info->bytes_may_use += orig_bytes; in __reserve_metadata_bytes()
5129 space_info->bytes_may_use += orig_bytes; in __reserve_metadata_bytes()
[all …]
Dctree.h395 u64 bytes_may_use; /* number of bytes that may be used for member