Searched defs:_runlist_element (Results 1 – 1 of 1) sorted by relevance
46 struct _runlist_element {/* In memory vcn to lcn mapping structure element. */ struct47 VCN vcn; /* vcn = Starting virtual cluster number. */48 LCN lcn; /* lcn = Starting logical cluster number. */49 s64 length; /* Run length in clusters. */