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

#include <ubifs.h>

Data Fields

struct list_head list
 
int lnum
 
int endpt
 

Detailed Description

struct ubifs_unclean_leb - records a LEB recovered under read-only mode. : list : LEB number of recovered LEB : offset where recovery ended

This structure records a LEB identified during recovery that needs to be cleaned but was not because UBIFS was mounted read-only. The information is used to clean the LEB when remounting to read-write mode.

Definition at line 425 of file ubifs.h.

Field Documentation

int endpt

Definition at line 428 of file ubifs.h.

Definition at line 426 of file ubifs.h.

int lnum

Definition at line 427 of file ubifs.h.


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