Lines Matching defs:vcn
61 * @start_vcn: vcn to use for the first allocated cluster
73 * @start_vcn specifies the vcn of the first allocated cluster. This makes
388 rl[rlpos].vcn = rl[rlpos - 1].vcn +
393 rl[rlpos].vcn = start_vcn;
726 rl[rlpos].vcn = rl[rlpos - 1].vcn + rl[rlpos - 1].length;
778 * @start_vcn: vcn in the runlist of @ni at which to start freeing clusters
883 delta = start_vcn - rl->vcn;
916 VCN vcn;
919 vcn = rl->vcn;
920 rl = ntfs_attr_find_vcn_nolock(ni, vcn, ctx);