Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dfree-space-cache.c2772 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument
2814 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
2839 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument
2891 if (window_free < bytes || max_extent < cont1_bytes) in setup_cluster_no_bitmap()
2930 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument
2955 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap()
2984 u64 cont1_bytes; in btrfs_find_space_cluster() local
2994 cont1_bytes = min_bytes = bytes + empty_size; in btrfs_find_space_cluster()
2996 cont1_bytes = bytes; in btrfs_find_space_cluster()
2999 cont1_bytes = max(bytes, (bytes + empty_size) >> 2); in btrfs_find_space_cluster()
[all …]