Lines Matching defs:vcn

80 	VCN vcn, old_vcn;
291 /* Get the starting vcn of the index_block holding the child node. */
292 vcn = sle64_to_cpup((sle64*)((u8*)ie + le16_to_cpu(ie->length) - 8));
304 * Convert vcn to index into the index allocation attribute in units
308 page = ntfs_map_page(ia_mapping, vcn <<
320 ia = (INDEX_ALLOCATION*)(kaddr + ((vcn <<
330 ntfs_error(sb, "Directory index record with vcn 0x%llx is "
332 (unsigned long long)vcn, dir_ni->mft_no);
335 if (sle64_to_cpu(ia->index_block_vcn) != vcn) {
341 (unsigned long long)vcn, dir_ni->mft_no);
350 (unsigned long long)vcn, dir_ni->mft_no,
360 "driver.", (unsigned long long)vcn,
368 (unsigned long long)vcn, dir_ni->mft_no);
542 old_vcn = vcn;
543 vcn = sle64_to_cpup((sle64*)((u8*)ie +
545 if (vcn >= 0) {
546 /* If vcn is in the same page cache page as old_vcn we
549 PAGE_SHIFT == vcn <<
557 ntfs_error(sb, "Negative child node vcn in directory inode "
634 VCN vcn, old_vcn;
769 /* Get the starting vcn of the index_block holding the child node. */
770 vcn = sle64_to_cpup((u8*)ie + le16_to_cpu(ie->length) - 8);
782 * Convert vcn to index into the index allocation attribute in units
786 page = ntfs_map_page(ia_mapping, vcn <<
798 ia = (INDEX_ALLOCATION*)(kaddr + ((vcn <<
808 ntfs_error(sb, "Directory index record with vcn 0x%llx is "
810 (unsigned long long)vcn, dir_ni->mft_no);
813 if (sle64_to_cpu(ia->index_block_vcn) != vcn) {
819 (unsigned long long)vcn, dir_ni->mft_no);
828 (unsigned long long)vcn, dir_ni->mft_no,
838 "driver.", (unsigned long long)vcn,
846 (unsigned long long)vcn, dir_ni->mft_no);
952 old_vcn = vcn;
953 vcn = sle64_to_cpup((u8*)ie + le16_to_cpu(ie->length) - 8);
954 if (vcn >= 0) {
955 /* If vcn is in the same page cache page as old_vcn we
958 PAGE_SHIFT == vcn <<
966 ntfs_error(sb, "Negative child node vcn in directory inode "
1307 ntfs_error(sb, "Directory index record with vcn 0x%llx is "