|
Linux Kernel
3.7.1
|
#include <ubifs.h>
Data Fields | |
| union { | |
| int len | |
| int min_len | |
| }; | |
| int | max_len |
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 .
| union { ... } |
1.8.2