Linux Kernel
3.7.1
|
#include <runlist.h>
Data Fields | |
VCN | vcn |
LCN | lcn |
s64 | length |
runlist_element - in memory vcn to lcn mapping array element : starting vcn of the current array element : starting lcn of the current array element : length in clusters of the current array element
The last vcn (in fact the last vcn + 1) is reached when length == 0.
When lcn == -1 this means that the count vcns starting at vcn are not physically allocated (i.e. this is a hole / data is sparse).