Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dextents.c3930 unsigned int allocated_clusters = 0; in get_reserved_cluster_alloc() local
3936 allocated_clusters = alloc_cluster_end - alloc_cluster_start + 1; in get_reserved_cluster_alloc()
3947 allocated_clusters--; in get_reserved_cluster_alloc()
3952 if (allocated_clusters && c_offset) { in get_reserved_cluster_alloc()
3957 allocated_clusters--; in get_reserved_cluster_alloc()
3960 return allocated_clusters; in get_reserved_cluster_alloc()
4309 unsigned int allocated_clusters = 0; in ext4_ext_map_blocks() local
4506 allocated_clusters = ar.len; in ext4_ext_map_blocks()
4537 EXT4_C2B(sbi, allocated_clusters), fb_flags); in ext4_ext_map_blocks()
4560 BUG_ON(allocated_clusters < reserved_clusters); in ext4_ext_map_blocks()
[all …]