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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlogfile.c728 VCN vcn, end_vcn; local
754 end_vcn = (log_ni->initialized_size + vol->cluster_size_mask) >>
796 if (rl[1].vcn > end_vcn)
797 len = end_vcn - rl->vcn;
833 } while ((++rl)->vcn < end_vcn);
H A Dcompress.c468 VCN end_vcn = ((((s64)(index + 1UL) << PAGE_CACHE_SHIFT) + cb_size - 1) local
471 unsigned int nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits
476 * guarantees of start_vcn and end_vcn, no need to round up here.
478 unsigned int nr_pages = (end_vcn - start_vcn) <<
H A Dattrib.c86 VCN end_vcn; local
120 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn);
125 if (!a->data.non_resident.lowest_vcn && end_vcn <= 0)
126 end_vcn = allocated_size_vcn - 1;
139 <= vcn && end_vcn >= vcn))
182 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1;
183 if (unlikely(vcn && vcn >= end_vcn)) {

Completed in 60 milliseconds