Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
runlist_element Struct Reference

#include <runlist.h>

Data Fields

VCN vcn
 
LCN lcn
 
s64 length
 

Detailed Description

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).

Definition at line 42 of file runlist.h.

Field Documentation

LCN lcn

Definition at line 44 of file runlist.h.

s64 length

Definition at line 45 of file runlist.h.

VCN vcn

Definition at line 43 of file runlist.h.


The documentation for this struct was generated from the following file: