Lines Matching refs:size
398 * a free extent of a given size, but this is a good start.
464 u64 extent_start, extent_end, size, total_added = 0;
478 size = extent_start - start;
479 total_added += size;
481 start, size);
490 size = end - start;
491 total_added += size;
493 size);
1658 * @stripe_len: size of IO stripe for the given block group
2155 u64 type, u64 chunk_offset, u64 size)
2167 cache->length = size;
2182 add_new_free_space(cache, chunk_offset, chunk_offset + size);
2188 u64 new_bytes_used = size - bytes_used;
2214 btrfs_update_space_info(fs_info, cache->flags, size, bytes_used,
3075 * about 1% of the FS size.