Lines Matching refs:vcn
81 s64 vcn, old_vcn;
283 /* Get the starting vcn of the index_block holding the child node. */
284 vcn = le64_to_cpup((__le64 *)((u8 *)ie + le16_to_cpu(ie->length) - 8));
304 * Convert vcn to index into the index allocation attribute in units
308 folio = read_mapping_folio(ia_mapping, vcn <<
332 ia = (struct index_block *)(kaddr + ((vcn <<
345 vcn, dir_ni->mft_no);
350 vcn, COLLATION_FILE_NAME,
514 old_vcn = vcn;
515 vcn = le64_to_cpup((__le64 *)((u8 *)ie +
517 if (vcn >= 0) {
519 * If vcn is in the same page cache page as old_vcn we
523 ntfs_cluster_to_pidx(vol, vcn))
529 ntfs_error(sb, "Negative child node vcn in directory inode 0x%llx.",