Linux Kernel
3.7.1
|
#include <ubifs.h>
Data Fields | |
union ubifs_key | key |
struct ubifs_zbranch | zbranch [UBIFS_MAX_BULK_READ] |
void * | buf |
int | buf_len |
int | gc_seq |
int | cnt |
int | blk_cnt |
int | eof |
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
struct ubifs_zbranch zbranch[UBIFS_MAX_BULK_READ] |