Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dinode.c136 unsigned int num_to_be_allocated = 0, num_clusters; in exfat_map_cluster() local
141 num_to_be_allocated = clu_offset - num_clusters + 1; in exfat_map_cluster()
143 if (!create && (num_to_be_allocated > 0)) { in exfat_map_cluster()
177 if (num_to_be_allocated < 1) { in exfat_map_cluster()
183 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()
219 inode->i_blocks += EXFAT_CLU_TO_B(num_to_be_allocated, sbi) >> 9; in exfat_map_cluster()
229 *clu += num_to_be_allocated - 1; in exfat_map_cluster()
231 while (num_to_be_allocated > 1) { in exfat_map_cluster()
234 num_to_be_allocated--; in exfat_map_cluster()