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

#include <ubifs.h>

Data Fields

int free
 
int dirty
 
int flags
 
int lnum
 
union {
   struct list_head   list
 
   int   hpos
 
}; 
 

Detailed Description

struct ubifs_lprops - logical eraseblock properties. : amount of free space in bytes : amount of dirty space in bytes : LEB properties flags (see above) : LEB number : list of same-category lprops (for LPROPS_EMPTY and LPROPS_FREEABLE) : heap position in heap of same-category lprops (other categories)

Definition at line 469 of file ubifs.h.

Field Documentation

union { ... }
int dirty

Definition at line 471 of file ubifs.h.

int flags

Definition at line 472 of file ubifs.h.

int free

Definition at line 470 of file ubifs.h.

int hpos

Definition at line 476 of file ubifs.h.

Definition at line 475 of file ubifs.h.

int lnum

Definition at line 473 of file ubifs.h.


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