Lines Matching refs:to_allocate
507 CLST to_allocate;
523 to_allocate = new_alen - old_alen;
554 if (to_allocate > free) {
559 if (pre_alloc && to_allocate + pre_alloc > free)
566 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate,
571 alen = to_allocate;
575 sbi, run, vcn, lcn, to_allocate, &pre_alloc,
589 if (to_allocate > alen)
590 to_allocate -= alen;
592 to_allocate = 0;
604 if (next_svcn >= vcn && !to_allocate) {