Lines Matching defs:vcn
252 VCN vcn;
386 /* Determine the size of a vcn in the directory index. */
393 /* Get the starting vcn of the index_block holding the child node. */
394 vcn = sle64_to_cpup((sle64*)((u8*)ie + le16_to_cpu(ie->length) - 8));
398 /* Read the index block starting at vcn. */
399 br = ntfs_attr_mst_pread(ia_na, vcn << index_vcn_size_bits, 1,
404 ntfs_log_perror("Failed to read vcn 0x%llx from inode %lld",
405 (unsigned long long)vcn,
411 ia_na->ni->mft_no, vcn)) {
487 vcn = sle64_to_cpup((sle64*)((u8*)ie + le16_to_cpu(ie->length) - 8));
488 if (vcn >= 0)
490 ntfs_log_error("Negative child node vcn in directory inode "
949 * @ivcn_bits: log(2) of index vcn size
1098 * Note: Index blocks are parsed in ascending vcn order, from which follows
1195 /* Determine the size of a vcn in the directory index. */