bytes_may_use    3173 fs/btrfs/block-group.c 			    space_info->bytes_may_use > 0))
bytes_may_use      19 fs/btrfs/space-info.c 		(may_use_included ? s_info->bytes_may_use : 0);
bytes_may_use     273 fs/btrfs/space-info.c 		info->bytes_reserved, info->bytes_may_use,
bytes_may_use     663 fs/btrfs/space-info.c 	to_reclaim = min(to_reclaim, space_info->bytes_may_use +
bytes_may_use      17 fs/btrfs/space-info.h 	u64 bytes_may_use;	/* number of bytes that may be used for
bytes_may_use     109 fs/btrfs/space-info.h DECLARE_SPACE_INFO_UPDATE(bytes_may_use, "space_info");
bytes_may_use     432 fs/btrfs/sysfs.c SPACE_INFO_ATTR(bytes_may_use);
bytes_may_use     445 fs/btrfs/sysfs.c 	BTRFS_ATTR_PTR(space_info, bytes_may_use),