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

#include <ubifs.h>

Data Fields

struct list_head list
 
union ubifs_key key
 
unsigned long long sqnum
 
int type
 
int offs
 
int len
 
voidnode
 

Detailed Description

struct ubifs_scan_node - UBIFS scanned node information. : list of scanned nodes : key of node scanned (if it has one) : sequence number : type of node scanned : offset with LEB of node scanned : length of node scanned : raw node

Definition at line 292 of file ubifs.h.

Field Documentation

union ubifs_key key

Definition at line 294 of file ubifs.h.

int len

Definition at line 298 of file ubifs.h.

Definition at line 293 of file ubifs.h.

Definition at line 299 of file ubifs.h.

int offs

Definition at line 297 of file ubifs.h.

unsigned long long sqnum

Definition at line 295 of file ubifs.h.

Definition at line 296 of file ubifs.h.


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