Linux Kernel
3.7.1
|
#include <target_core_iblock.h>
Data Fields | |
unsigned char | ibd_udev_path [SE_UDEV_PATH_LEN] |
u32 | ibd_flags |
struct bio_set * | ibd_bio_set |
struct block_device * | ibd_bd |
bool | ibd_readonly |
Definition at line 16 of file target_core_iblock.h.
struct block_device* ibd_bd |
Definition at line 20 of file target_core_iblock.h.
struct bio_set* ibd_bio_set |
Definition at line 19 of file target_core_iblock.h.
u32 ibd_flags |
Definition at line 18 of file target_core_iblock.h.
bool ibd_readonly |
Definition at line 21 of file target_core_iblock.h.
unsigned char ibd_udev_path[SE_UDEV_PATH_LEN] |
Definition at line 17 of file target_core_iblock.h.