Linux Kernel
3.7.1
|
#include <ubifs.h>
Data Fields | |
int | free |
int | dirty |
int | flags |
int | lnum |
union { | |
struct list_head list | |
int hpos | |
}; | |
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)
union { ... } |