Lines Matching refs:to_allocate
505 CLST to_allocate;
521 to_allocate = new_alen - old_alen;
552 if (to_allocate > free) {
557 if (pre_alloc && to_allocate + pre_alloc > free)
564 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate,
569 alen = to_allocate;
573 sbi, run, vcn, lcn, to_allocate, &pre_alloc,
587 if (to_allocate > alen)
588 to_allocate -= alen;
590 to_allocate = 0;
602 if (next_svcn >= vcn && !to_allocate) {