Searched refs:to_allocate (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/ntfs3/ |
D | attrib.c | 508 CLST to_allocate; in attr_set_size() local 524 to_allocate = new_alen - old_alen; in attr_set_size() 556 if (to_allocate > free) { in attr_set_size() 561 if (pre_alloc && to_allocate + pre_alloc > free) in attr_set_size() 568 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate, in attr_set_size() 573 alen = to_allocate; in attr_set_size() 577 sbi, run, vcn, lcn, to_allocate, &pre_alloc, in attr_set_size() 591 if (to_allocate > alen) in attr_set_size() 592 to_allocate -= alen; in attr_set_size() 594 to_allocate = 0; in attr_set_size() [all …]
|
/Linux-v6.1/drivers/nvdimm/ |
D | namespace_devs.c | 438 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-v6.1/mm/ |
D | hugetlb.c | 464 int to_allocate = 0, i = 0; in allocate_file_region_entries() local 480 to_allocate = resv->adds_in_progress + regions_needed - in allocate_file_region_entries() 490 for (i = 0; i < to_allocate; i++) { in allocate_file_region_entries() 500 resv->region_cache_count += to_allocate; in allocate_file_region_entries()
|