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

#include <ubifs.h>

Data Fields

union {
   int   len
 
   int   min_len
 
}; 
 
int max_len
 

Detailed Description

struct ubifs_node_range - node length range description data structure. : fixed node length : minimum possible node length : maximum possible node length

If is %0, the node has fixed length .

Definition at line 810 of file ubifs.h.

Field Documentation

union { ... }
int len

Definition at line 812 of file ubifs.h.

int max_len

Definition at line 815 of file ubifs.h.

int min_len

Definition at line 813 of file ubifs.h.


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