Home
last modified time | relevance | path

Searched refs:alloc_device (Results 1 – 6 of 6) sorted by relevance

/linux/include/target/
H A Dtarget_core_backend.h33 struct se_device *(*alloc_device)(struct se_hba *, const char *); member
/linux/drivers/target/
H A Dtarget_core_rd.c662 .alloc_device = rd_alloc_device,
H A Dtarget_core_file.c919 .alloc_device = fd_alloc_device,
H A Dtarget_core_iblock.c1167 .alloc_device = iblock_alloc_device,
H A Dtarget_core_device.c688 dev = hba->backend->ops->alloc_device(hba, name); in target_alloc_device()
H A Dtarget_core_user.c3171 .alloc_device = tcmu_alloc_device,