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

#include <ubifs.h>

Data Fields

struct ubifs_wbuf wbuf
 
struct list_head buds_list
 
unsigned int grouped:1
 

Detailed Description

struct ubifs_jhead - journal head. : head's write-buffer : list of bud LEBs belonging to this journal head : non-zero if UBIFS groups nodes when writing to this journal head

Note, the list is protected by the ->buds_lock.

Definition at line 722 of file ubifs.h.

Field Documentation

struct list_head buds_list

Definition at line 724 of file ubifs.h.

unsigned int grouped

Definition at line 725 of file ubifs.h.

Definition at line 723 of file ubifs.h.


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