Lines Matching defs:vcn
18 * runlist_element - in memory vcn to lcn mapping array element
19 * @vcn: starting vcn of the current array element
23 * The last vcn (in fact the last vcn + 1) is reached when length == 0.
25 * When lcn == -1 this means that the count vcns starting at vcn are not
28 typedef struct { /* In memory vcn to lcn mapping structure element. */
29 VCN vcn; /* vcn = Starting virtual cluster number. */
35 * runlist - in memory vcn to lcn mapping array including a read/write lock
65 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
70 const VCN vcn);