Searched refs:to_allocate (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ntfs3/
H A Dattrib.c505 CLST to_allocate; local
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
[all...]
/linux-master/drivers/nvdimm/
H A Dnamespace_devs.c443 const resource_size_t to_allocate = n; local
473 to_allocate, &valid);
484 to_allocate, &valid);
495 to_allocate, &valid);
573 if (n == to_allocate)
/linux-master/mm/
H A Dhugetlb.c640 int to_allocate = 0, i = 0; variable
656 to_allocate = resv->adds_in_progress + regions_needed -
666 for (i = 0; i < to_allocate; i++) {
676 resv->region_cache_count += to_allocate;

Completed in 142 milliseconds