Lines Matching defs:num_to_be_allocated
121 unsigned int num_to_be_allocated = 0, num_clusters = 0;
128 num_to_be_allocated = clu_offset - num_clusters + 1;
130 if (!create && (num_to_be_allocated > 0)) {
181 if (num_to_be_allocated < 1) {
187 ret = exfat_alloc_cluster(inode, num_to_be_allocated, &new_clu,
220 num_clusters += num_to_be_allocated;
223 inode->i_blocks += EXFAT_CLU_TO_B(num_to_be_allocated, sbi) >> 9;
228 * This only works when num_to_be_allocated >= 2,
233 *clu += num_to_be_allocated - 1;
235 while (num_to_be_allocated > 1) {
238 num_to_be_allocated--;