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

#include <ubifs.h>

Data Fields

int free
 
int dirty
 
unsigned tgc:1
 
unsigned cmt:1
 

Detailed Description

struct ubifs_lpt_lprops - LPT logical eraseblock properties. : amount of free space in bytes : amount of dirty space in bytes : trivial GC flag (1 => unmap after commit end) : commit flag (1 => reserved for commit)

Definition at line 487 of file ubifs.h.

Field Documentation

unsigned cmt

Definition at line 491 of file ubifs.h.

int dirty

Definition at line 489 of file ubifs.h.

int free

Definition at line 488 of file ubifs.h.

unsigned tgc

Definition at line 490 of file ubifs.h.


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