Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs3/
A Dattrib.c505 CLST to_allocate; in attr_set_size() local
521 to_allocate = new_alen - old_alen; in attr_set_size()
553 if (to_allocate > free) { in attr_set_size()
558 if (pre_alloc && to_allocate + pre_alloc > free) in attr_set_size()
565 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate, in attr_set_size()
570 alen = to_allocate; in attr_set_size()
574 sbi, run, vcn, lcn, to_allocate, &pre_alloc, in attr_set_size()
588 if (to_allocate > alen) in attr_set_size()
589 to_allocate -= alen; in attr_set_size()
591 to_allocate = 0; in attr_set_size()
[all …]
/linux-6.3-rc2/drivers/nvdimm/
A Dnamespace_devs.c438 const resource_size_t to_allocate = n; in scan_allocate() local
468 to_allocate, &valid); in scan_allocate()
479 to_allocate, &valid); in scan_allocate()
490 to_allocate, &valid); in scan_allocate()
568 if (n == to_allocate) in scan_allocate()
/linux-6.3-rc2/mm/
A Dhugetlb.c606 int to_allocate = 0, i = 0; in allocate_file_region_entries() local
622 to_allocate = resv->adds_in_progress + regions_needed - in allocate_file_region_entries()
632 for (i = 0; i < to_allocate; i++) { in allocate_file_region_entries()
642 resv->region_cache_count += to_allocate; in allocate_file_region_entries()

Completed in 20 milliseconds