Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dextents.c3897 unsigned int allocated_clusters = 0; in get_reserved_cluster_alloc() local
3903 allocated_clusters = alloc_cluster_end - alloc_cluster_start + 1; in get_reserved_cluster_alloc()
3914 allocated_clusters--; in get_reserved_cluster_alloc()
3919 if (allocated_clusters && c_offset) { in get_reserved_cluster_alloc()
3924 allocated_clusters--; in get_reserved_cluster_alloc()
3927 return allocated_clusters; in get_reserved_cluster_alloc()
4279 unsigned int allocated_clusters = 0; in ext4_ext_map_blocks() local
4465 allocated_clusters = ar.len; in ext4_ext_map_blocks()
4513 EXT4_C2B(sbi, allocated_clusters), fb_flags); in ext4_ext_map_blocks()
4536 BUG_ON(allocated_clusters < reserved_clusters); in ext4_ext_map_blocks()
[all …]