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

#include <ubifs.h>

Data Fields

union ubifs_key key
 
struct ubifs_zbranch zbranch [UBIFS_MAX_BULK_READ]
 
voidbuf
 
int buf_len
 
int gc_seq
 
int cnt
 
int blk_cnt
 
int eof
 

Detailed Description

struct bu_info - bulk-read information. : first data node key : zbranches of data nodes to bulk read : buffer to read into : buffer length : GC sequence number to detect races with GC : number of data nodes for bulk read : number of data blocks including holes : end of file reached

Definition at line 791 of file ubifs.h.

Field Documentation

int blk_cnt

Definition at line 798 of file ubifs.h.

Definition at line 794 of file ubifs.h.

int buf_len

Definition at line 795 of file ubifs.h.

int cnt

Definition at line 797 of file ubifs.h.

int eof

Definition at line 799 of file ubifs.h.

int gc_seq

Definition at line 796 of file ubifs.h.

union ubifs_key key

Definition at line 792 of file ubifs.h.

Definition at line 793 of file ubifs.h.


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