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

#include <dm-bio-record.h>

Data Fields

sector_t bi_sector
 
struct block_devicebi_bdev
 
unsigned int bi_size
 
unsigned short bi_idx
 
unsigned long bi_flags
 
struct dm_bio_vec_details bi_io_vec [BIO_MAX_PAGES]
 

Detailed Description

Definition at line 30 of file dm-bio-record.h.

Field Documentation

struct block_device* bi_bdev

Definition at line 32 of file dm-bio-record.h.

unsigned long bi_flags

Definition at line 35 of file dm-bio-record.h.

unsigned short bi_idx

Definition at line 34 of file dm-bio-record.h.

struct dm_bio_vec_details bi_io_vec[BIO_MAX_PAGES]

Definition at line 36 of file dm-bio-record.h.

sector_t bi_sector

Definition at line 31 of file dm-bio-record.h.

unsigned int bi_size

Definition at line 33 of file dm-bio-record.h.


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