Home
last modified time | relevance | path

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

/fs/btrfs/
Dfree-space-cache.c1325 u64 extent_bytes; in recalculate_thresholds() local
1359 extent_bytes = max_bytes - bitmap_bytes; in recalculate_thresholds()
1360 extent_bytes = min_t(u64, extent_bytes, div64_u64(max_bytes, 2)); in recalculate_thresholds()
1363 div64_u64(extent_bytes, (sizeof(struct btrfs_free_space))); in recalculate_thresholds()
2641 u64 extent_bytes; in trim_no_bitmap() local
2675 extent_bytes = entry->bytes; in trim_no_bitmap()
2677 bytes = min(extent_start + extent_bytes, end) - start; in trim_no_bitmap()
2689 extent_start, extent_bytes); in trim_no_bitmap()