Searched refs:to_allocate (Results 1 – 1 of 1) sorted by relevance
/fs/ntfs3/ |
D | attrib.c | 505 CLST to_allocate; in attr_set_size() local 514 to_allocate = new_alen - old_alen; in attr_set_size() 544 if (to_allocate > free) { in attr_set_size() 549 if (pre_alloc && to_allocate + pre_alloc > free) in attr_set_size() 556 if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate, in attr_set_size() 561 alen = to_allocate; in attr_set_size() 565 sbi, run, vcn, lcn, to_allocate, &pre_alloc, in attr_set_size() 579 if (to_allocate > alen) in attr_set_size() 580 to_allocate -= alen; in attr_set_size() 582 to_allocate = 0; in attr_set_size() [all …]
|