Searched defs:iblock_dev (Results 1 – 2 of 2) sorted by relevance
20 struct iblock_dev { struct21 struct se_device dev;22 unsigned char ibd_udev_path[SE_UDEV_PATH_LEN];23 u32 ibd_flags;24 struct bio_set ibd_bio_set;25 struct block_device *ibd_bd;26 bool ibd_readonly;
29 struct iblock_dev { struct36 struct iblock_dev_plug *ibd_plug; argument