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

#include <ubifs.h>

Data Fields

struct list_head list
 
int lnum
 
int unmap
 

Detailed Description

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.

Definition at line 330 of file ubifs.h.

Field Documentation

Definition at line 331 of file ubifs.h.

int lnum

Definition at line 332 of file ubifs.h.

int unmap

Definition at line 333 of file ubifs.h.


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