extent_bytes     1659 fs/btrfs/free-space-cache.c 	u64 extent_bytes;
extent_bytes     1694 fs/btrfs/free-space-cache.c 	extent_bytes = max_bytes - bitmap_bytes;
extent_bytes     1695 fs/btrfs/free-space-cache.c 	extent_bytes = min_t(u64, extent_bytes, max_bytes >> 1);
extent_bytes     1698 fs/btrfs/free-space-cache.c 		div_u64(extent_bytes, sizeof(struct btrfs_free_space));
extent_bytes     3203 fs/btrfs/free-space-cache.c 	u64 extent_bytes;
extent_bytes     3244 fs/btrfs/free-space-cache.c 		extent_bytes = entry->bytes;
extent_bytes     3246 fs/btrfs/free-space-cache.c 		bytes = min(extent_start + extent_bytes, end) - start;
extent_bytes     3258 fs/btrfs/free-space-cache.c 		trim_entry.bytes = extent_bytes;
extent_bytes     3263 fs/btrfs/free-space-cache.c 				  extent_start, extent_bytes, &trim_entry);