Home
last modified time | relevance | path

Searched refs:iblock_dev (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_iblock.c36 static inline struct iblock_dev *IBLOCK_DEV(struct se_device *dev) in IBLOCK_DEV()
38 return container_of(dev, struct iblock_dev, dev); in IBLOCK_DEV()
56 struct iblock_dev *ib_dev = NULL; in iblock_alloc_device()
58 ib_dev = kzalloc(sizeof(struct iblock_dev), GFP_KERNEL); in iblock_alloc_device()
71 struct iblock_dev *ib_dev = IBLOCK_DEV(dev); in iblock_configure_device()
172 struct iblock_dev *ib_dev = IBLOCK_DEV(dev); in iblock_dev_call_rcu()
184 struct iblock_dev *ib_dev = IBLOCK_DEV(dev); in iblock_destroy_device()
310 struct iblock_dev *ib_dev = IBLOCK_DEV(cmd->se_dev); in iblock_get_bio()
370 struct iblock_dev *ib_dev = IBLOCK_DEV(cmd->se_dev); in iblock_execute_sync_cache()
534 struct iblock_dev *ib_dev = IBLOCK_DEV(dev); in iblock_set_configfs_dev_params()
[all …]
H A Dtarget_core_iblock.h20 struct iblock_dev { struct