Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dsysfs.c346 SPACE_INFO_ATTR(bytes_may_use);
359 BTRFS_ATTR_PTR(space_info, bytes_may_use),
Dextent-tree.c4112 (may_use_included ? s_info->bytes_may_use : 0); in btrfs_space_info_used()
4231 data_sinfo->bytes_may_use += bytes; in btrfs_alloc_data_chunk_ondemand()
4284 if (WARN_ON(data_sinfo->bytes_may_use < len)) in btrfs_free_reserved_data_space_noquota()
4285 data_sinfo->bytes_may_use = 0; in btrfs_free_reserved_data_space_noquota()
4287 data_sinfo->bytes_may_use -= len; in btrfs_free_reserved_data_space_noquota()
4606 used += space_info->bytes_may_use; in can_overcommit()
4917 to_reclaim = min(to_reclaim, space_info->bytes_may_use + in btrfs_calc_reclaim_metadata_size()
5083 space_info->bytes_may_use -= num_bytes; in wait_reserve_ticket()
5129 space_info->bytes_may_use += orig_bytes; in __reserve_metadata_bytes()
5135 space_info->bytes_may_use += orig_bytes; in __reserve_metadata_bytes()
[all …]
Dctree.h396 u64 bytes_may_use; /* number of bytes that may be used for member