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

Data Fields

struct list_head list
 
struct ubifs_budbud
 
unsigned long long sqnum
 
int free
 
int dirty
 

Detailed Description

struct bud_entry - entry in the list of buds to replay. : next bud in the list : bud description object : reference node sequence number : free bytes in the bud : dirty bytes in the bud

Definition at line 80 of file replay.c.

Field Documentation

Definition at line 82 of file replay.c.

int dirty

Definition at line 85 of file replay.c.

int free

Definition at line 84 of file replay.c.

Definition at line 81 of file replay.c.

unsigned long long sqnum

Definition at line 83 of file replay.c.


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