Searched refs:cont1_bytes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | free-space-cache.c | 3318 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() 3343 entry->max_extent_size < cont1_bytes) in btrfs_bitmap_cluster() 3376 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster() 3405 * extent of cont1_bytes, and other clusters of at least min_bytes. 3411 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() 3465 if (window_free < bytes || max_extent < cont1_bytes) in setup_cluster_no_bitmap() 3504 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() 3531 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap() 3560 u64 cont1_bytes; in btrfs_find_space_cluster() local 3570 cont1_bytes in btrfs_find_space_cluster() 3314 btrfs_bitmap_cluster(struct btrfs_block_group *block_group, struct btrfs_free_space *entry, struct btrfs_free_cluster *cluster, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) btrfs_bitmap_cluster() argument 3408 setup_cluster_no_bitmap(struct btrfs_block_group *block_group, struct btrfs_free_cluster *cluster, struct list_head *bitmaps, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) setup_cluster_no_bitmap() argument 3501 setup_cluster_bitmap(struct btrfs_block_group *block_group, struct btrfs_free_cluster *cluster, struct list_head *bitmaps, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) setup_cluster_bitmap() argument [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | free-space-cache.c | 3080 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() 3103 entry->max_extent_size < cont1_bytes) in btrfs_bitmap_cluster() 3136 if (total_found < want_bits || cluster->max_size < cont1_bytes) { in btrfs_bitmap_cluster() 3155 * extent of cont1_bytes, and other clusters of at least min_bytes. 3161 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() 3213 if (window_free < bytes || max_extent < cont1_bytes) in setup_cluster_no_bitmap() 3252 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() 3279 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap() 3308 u64 cont1_bytes; in btrfs_find_space_cluster() local 3318 cont1_bytes in btrfs_find_space_cluster() 3076 btrfs_bitmap_cluster(struct btrfs_block_group *block_group, struct btrfs_free_space *entry, struct btrfs_free_cluster *cluster, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) btrfs_bitmap_cluster() argument 3158 setup_cluster_no_bitmap(struct btrfs_block_group *block_group, struct btrfs_free_cluster *cluster, struct list_head *bitmaps, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) setup_cluster_no_bitmap() argument 3249 setup_cluster_bitmap(struct btrfs_block_group *block_group, struct btrfs_free_cluster *cluster, struct list_head *bitmaps, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) setup_cluster_bitmap() argument [all...] |
Completed in 9 milliseconds