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

#include <ubifs.h>

Data Fields

int lnum
 
int start
 
int jhead
 
struct list_head list
 
struct rb_node rb
 

Detailed Description

struct ubifs_bud - bud logical eraseblock. : logical eraseblock number : where the (uncommitted) bud data starts : journal head number this bud belongs to : link in the list buds belonging to the same journal head : link in the tree of all buds

Definition at line 706 of file ubifs.h.

Field Documentation

int jhead

Definition at line 709 of file ubifs.h.

Definition at line 710 of file ubifs.h.

int lnum

Definition at line 707 of file ubifs.h.

Definition at line 711 of file ubifs.h.

int start

Definition at line 708 of file ubifs.h.


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