Searched refs:allocated_clusters (Results 1 – 1 of 1) sorted by relevance
3902 unsigned int allocated_clusters = 0; in get_reserved_cluster_alloc() local3908 allocated_clusters = alloc_cluster_end - alloc_cluster_start + 1; in get_reserved_cluster_alloc()3919 allocated_clusters--; in get_reserved_cluster_alloc()3924 if (allocated_clusters && c_offset) { in get_reserved_cluster_alloc()3929 allocated_clusters--; in get_reserved_cluster_alloc()3932 return allocated_clusters; in get_reserved_cluster_alloc()4284 unsigned int allocated_clusters = 0; in ext4_ext_map_blocks() local4472 allocated_clusters = ar.len; in ext4_ext_map_blocks()4520 EXT4_C2B(sbi, allocated_clusters), fb_flags); in ext4_ext_map_blocks()4543 BUG_ON(allocated_clusters < reserved_clusters); in ext4_ext_map_blocks()[all …]