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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcompress.c329 VCN start_vcn, vcn, end_vcn; local
403 end_vcn = ((pos + count + cb_size - 1) & ~cb_size_mask) >>
406 nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits >>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dattrib.c85 VCN end_vcn; local
119 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
124 if (!a->data.non_resident.lowest_vcn && end_vcn <= 0)
125 end_vcn = allocated_size_vcn - 1;
138 <= vcn && end_vcn >= vcn))
181 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1;
182 if (!a->data.non_resident.lowest_vcn && end_vcn == 1)
183 end_vcn = sle64_to_cpu(a->data.non_resident.allocated_size) >>
185 if (unlikely(vcn >= end_vcn)) {
H A Dcompress.c467 VCN end_vcn = ((((s64)(index + 1UL) << PAGE_CACHE_SHIFT) + cb_size - 1) local
470 unsigned int nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits
475 * guarantees of start_vcn and end_vcn, no need to round up here.
477 unsigned int nr_pages = (end_vcn - start_vcn) <<

Completed in 44 milliseconds