Searched refs:to_allocate (Results 1 – 1 of 1) sorted by relevance
/fs/ntfs3/ |
D | attrib.c | 512 CLST to_allocate; in attr_set_size() local 528 to_allocate = new_alen - old_alen; in attr_set_size() 560 if (to_allocate > free) { in attr_set_size() 565 if (pre_alloc && to_allocate + pre_alloc > free) in attr_set_size() 572 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate, in attr_set_size() 577 alen = to_allocate; in attr_set_size() 581 sbi, run, vcn, lcn, to_allocate, &pre_alloc, in attr_set_size() 595 if (to_allocate > alen) in attr_set_size() 596 to_allocate -= alen; in attr_set_size() 598 to_allocate = 0; in attr_set_size() [all …]
|