Linux Kernel
3.7.1
|
#include <ubifs.h>
Data Fields | |
struct list_head | list |
int | lnum |
int | unmap |
struct ubifs_gced_idx_leb - garbage-collected indexing LEB. : list : LEB number : OK to unmap this LEB
This data structure is used to temporary store garbage-collected indexing LEBs - they are not released immediately, but only after the next commit. This is needed to guarantee recoverability.