Searched refs:old_alen (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ntfs3/
H A Dattrib.c414 CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; local
457 old_alen = old_alloc >> cluster_bits;
468 vcn = old_alen - 1;
521 to_allocate = new_alen - old_alen;
541 if (old_alen &&
561 vcn = old_alen;
617 old_alen = next_svcn;
618 evcn = old_alen - 1;

Completed in 188 milliseconds