|
Linux Kernel
3.7.1
|
#include <dm-bio-record.h>
Data Fields | |
| sector_t | bi_sector |
| struct block_device * | bi_bdev |
| unsigned int | bi_size |
| unsigned short | bi_idx |
| unsigned long | bi_flags |
| struct dm_bio_vec_details | bi_io_vec [BIO_MAX_PAGES] |
Definition at line 30 of file dm-bio-record.h.
| 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.
1.8.2