Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dattrib.c410 u64 old_valid, old_size, old_alloc, new_alloc, new_alloc_tmp; in attr_set_size() local
454 old_alloc = le64_to_cpu(attr_b->nres.alloc_size); in attr_set_size()
457 old_alen = old_alloc >> cluster_bits; in attr_set_size()
508 if (new_alloc <= old_alloc) { in attr_set_size()
683 old_valid = old_size = old_alloc = (u64)vcn << cluster_bits; in attr_set_size()
691 (new_alloc != old_alloc && !keep_prealloc)) { in attr_set_size()
833 attr_b->nres.alloc_size = cpu_to_le64(old_alloc); in attr_set_size()