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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Drunlist.h88 const VCN last_vcn);
92 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn);
H A Drunlist.c1073 * @last_vcn: last vcn which to include in the mapping pairs array
1077 * finishing with vcn @last_vcn.
1079 * A @last_vcn of -1 means end of runlist and in that case the size of the
1099 const VCN last_vcn)
1106 BUG_ON(last_vcn < -1);
1107 BUG_ON(last_vcn >= 0 && first_vcn > last_vcn);
1110 BUG_ON(last_vcn > 0);
1133 if (unlikely(last_vcn >= 0 && rl[1].vcn > last_vcn)) {
1097 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn) argument
1289 ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, const int dst_len, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn) argument
[all...]
H A Dfile.c1799 VCN last_vcn; local
1951 last_vcn = -1;
1966 if (vcn != last_vcn) {
1967 last_vcn = vcn;
H A Dinode.c1755 VCN next_vcn, last_vcn, highest_vcn; local
1988 next_vcn = last_vcn = highest_vcn = 0;
2038 last_vcn = sle64_to_cpu(
2129 if (highest_vcn && highest_vcn != last_vcn - 1) {
2133 ntfs_debug("highest_vcn = 0x%llx, last_vcn - 1 = 0x%llx",
2135 (unsigned long long)last_vcn - 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dvolume.c232 VCN next_vcn, last_vcn, highest_vcn; local
312 last_vcn = vol->mft_na->allocated_size >> vol->cluster_size_bits;
363 if (highest_vcn && highest_vcn != last_vcn - 1) {
365 ntfs_log_error("highest_vcn = 0x%llx, last_vcn - 1 = 0x%llx\n",
366 (long long)highest_vcn, (long long)last_vcn - 1);
H A Dattrib.c560 VCN next_vcn, last_vcn, highest_vcn; local
574 next_vcn = last_vcn = highest_vcn = 0;
608 last_vcn = sle64_to_cpu(a->allocated_size) >>
634 if (highest_vcn && highest_vcn != last_vcn - 1) {
637 "highest_vcn: 0x%llx last_vcn: 0x%llx",
639 (long long)highest_vcn, (long long)last_vcn);

Completed in 109 milliseconds