Home
last modified time | relevance | path

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

/linux-2.6.39/fs/btrfs/
Dfree-space-cache.c1096 u64 extent_bytes; in recalculate_thresholds() local
1126 extent_bytes = max_bytes - bitmap_bytes; in recalculate_thresholds()
1127 extent_bytes = min_t(u64, extent_bytes, div64_u64(max_bytes, 2)); in recalculate_thresholds()
1130 div64_u64(extent_bytes, (sizeof(struct btrfs_free_space))); in recalculate_thresholds()