Lines Matching refs:cont1_bytes
3323 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument
3348 entry->max_extent_size < cont1_bytes) in btrfs_bitmap_cluster()
3381 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster()
3416 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument
3470 if (window_free < bytes || max_extent < cont1_bytes) in setup_cluster_no_bitmap()
3509 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument
3536 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap()
3565 u64 cont1_bytes; in btrfs_find_space_cluster() local
3575 cont1_bytes = bytes + empty_size; in btrfs_find_space_cluster()
3576 min_bytes = cont1_bytes; in btrfs_find_space_cluster()
3578 cont1_bytes = bytes; in btrfs_find_space_cluster()
3581 cont1_bytes = max(bytes, (bytes + empty_size) >> 2); in btrfs_find_space_cluster()
3609 cont1_bytes, min_bytes); in btrfs_find_space_cluster()
3613 cont1_bytes, min_bytes); in btrfs_find_space_cluster()