Linux Kernel
3.7.1
|
#include <ubifs.h>
Data Fields | |
union ubifs_key | key |
union { | |
struct ubifs_znode * znode | |
void * leaf | |
}; | |
int | lnum |
int | offs |
int | len |
struct ubifs_zbranch - key/coordinate/length branch stored in znodes. : key : znode address in memory : LEB number of the target node (indexing node or data node) : target node offset within : target node length
union { ... } |
struct ubifs_znode* znode |