Lines Matching defs:num_to_be_allocated
115 unsigned int num_to_be_allocated = 0, num_clusters = 0;
122 num_to_be_allocated = clu_offset - num_clusters + 1;
124 if (!create && (num_to_be_allocated > 0)) {
175 if (num_to_be_allocated < 1) {
181 ret = exfat_alloc_cluster(inode, num_to_be_allocated, &new_clu);
215 num_clusters += num_to_be_allocated;
245 inode->i_blocks += EXFAT_CLU_TO_B(num_to_be_allocated, sbi) >> 9;
250 * This only works when num_to_be_allocated >= 2,
255 *clu += num_to_be_allocated - 1;
257 while (num_to_be_allocated > 1) {
260 num_to_be_allocated--;