Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dspace-info.h17 u64 bytes_may_use; /* number of bytes that may be used for member
116 DECLARE_SPACE_INFO_UPDATE(bytes_may_use, "space_info");
Dspace-info.c166 (may_use_included ? s_info->bytes_may_use : 0); in btrfs_space_info_used()
428 info->bytes_reserved, info->bytes_may_use, in __btrfs_dump_space_info()
796 to_reclaim = min(to_reclaim, space_info->bytes_may_use + in btrfs_calc_reclaim_metadata_size()
Dsysfs.c634 SPACE_INFO_ATTR(bytes_may_use);
647 BTRFS_ATTR_PTR(space_info, bytes_may_use),
Dblock-group.c3393 space_info->bytes_may_use > 0)) in btrfs_free_block_groups()