Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dattrib.c420 u64 old_valid, old_size, old_alloc, new_alloc, new_alloc_tmp; in attr_set_size() local
461 old_alloc = le64_to_cpu(attr_b->nres.alloc_size); in attr_set_size()
464 old_alen = old_alloc >> cluster_bits; in attr_set_size()
515 if (new_alloc <= old_alloc) { in attr_set_size()
691 old_valid = old_size = old_alloc = (u64)vcn << cluster_bits; in attr_set_size()
699 (new_alloc != old_alloc && !keep_prealloc)) { in attr_set_size()
847 attr_b->nres.alloc_size = cpu_to_le64(old_alloc); in attr_set_size()