Home
last modified time | relevance | path

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

/Linux-v5.10/fs/exfat/
Dinode.c115 unsigned int num_to_be_allocated = 0, num_clusters = 0; in exfat_map_cluster() local
123 num_to_be_allocated = clu_offset - num_clusters + 1; in exfat_map_cluster()
125 if (!create && (num_to_be_allocated > 0)) { in exfat_map_cluster()
176 if (num_to_be_allocated < 1) { in exfat_map_cluster()
182 ret = exfat_alloc_cluster(inode, num_to_be_allocated, &new_clu); in exfat_map_cluster()
216 num_clusters += num_to_be_allocated; in exfat_map_cluster()
247 num_to_be_allocated << sbi->sect_per_clus_bits; in exfat_map_cluster()
257 *clu += num_to_be_allocated - 1; in exfat_map_cluster()
259 while (num_to_be_allocated > 1) { in exfat_map_cluster()
262 num_to_be_allocated--; in exfat_map_cluster()