Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dattrib.c416 u64 old_valid, old_size, old_alloc, new_alloc, new_alloc_tmp; in attr_set_size() local
457 old_alloc = le64_to_cpu(attr_b->nres.alloc_size); in attr_set_size()
460 old_alen = old_alloc >> cluster_bits; in attr_set_size()
511 if (new_alloc <= old_alloc) { in attr_set_size()
687 old_valid = old_size = old_alloc = (u64)vcn << cluster_bits; in attr_set_size()
695 (new_alloc != old_alloc && !keep_prealloc)) { in attr_set_size()
843 attr_b->nres.alloc_size = cpu_to_le64(old_alloc); in attr_set_size()