Lines Matching refs:cont1_bytes
2800 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument
2823 entry->max_extent_size < cont1_bytes) in btrfs_bitmap_cluster()
2856 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
2881 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument
2933 if (window_free < bytes || max_extent < cont1_bytes) in setup_cluster_no_bitmap()
2972 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument
2999 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap()
3028 u64 cont1_bytes; in btrfs_find_space_cluster() local
3038 cont1_bytes = min_bytes = bytes + empty_size; in btrfs_find_space_cluster()
3040 cont1_bytes = bytes; in btrfs_find_space_cluster()
3043 cont1_bytes = max(bytes, (bytes + empty_size) >> 2); in btrfs_find_space_cluster()
3071 cont1_bytes, min_bytes); in btrfs_find_space_cluster()
3075 cont1_bytes, min_bytes); in btrfs_find_space_cluster()