Linux Kernel
3.7.1
|
#include <ubifs.h>
Data Fields | |
struct list_head | list |
int | lnum |
int | endpt |
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.