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

#include <ubifs.h>

Data Fields

int lnum
 
int nodes_cnt
 
struct list_head nodes
 
int endpt
 
int ecc
 
voidbuf
 

Detailed Description

struct ubifs_scan_leb - UBIFS scanned LEB information. : logical eraseblock number : number of nodes scanned : list of struct ubifs_scan_node : end point (and therefore the start of empty space) : read returned -EBADMSG : buffer containing entire LEB scanned

Definition at line 311 of file ubifs.h.

Field Documentation

Definition at line 317 of file ubifs.h.

int ecc

Definition at line 316 of file ubifs.h.

int endpt

Definition at line 315 of file ubifs.h.

int lnum

Definition at line 312 of file ubifs.h.

Definition at line 314 of file ubifs.h.

int nodes_cnt

Definition at line 313 of file ubifs.h.


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