Searched refs:alloc_device (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_backend.h | 33 struct se_device *(*alloc_device)(struct se_hba *, const char *); member
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_backend.h | 33 struct se_device *(*alloc_device)(struct se_hba *, const char *); member
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_rd.c | 643 .alloc_device = rd_alloc_device,
|
H A D | target_core_pscsi.c | 1088 .alloc_device = pscsi_alloc_device,
|
H A D | target_core_file.c | 931 .alloc_device = fd_alloc_device,
|
H A D | target_core_iblock.c | 868 .alloc_device = iblock_alloc_device,
|
H A D | target_core_device.c | 729 dev = hba->backend->ops->alloc_device(hba, name); in target_alloc_device()
|
H A D | target_core_user.c | 2854 .alloc_device = tcmu_alloc_device,
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_rd.c | 662 .alloc_device = rd_alloc_device,
|
H A D | target_core_iblock.c | 1161 .alloc_device = iblock_alloc_device,
|
H A D | target_core_pscsi.c | 1045 .alloc_device = pscsi_alloc_device,
|
H A D | target_core_file.c | 923 .alloc_device = fd_alloc_device,
|
H A D | target_core_device.c | 689 dev = hba->backend->ops->alloc_device(hba, name); in target_alloc_device()
|
H A D | target_core_user.c | 3171 .alloc_device = tcmu_alloc_device,
|
Completed in 23 milliseconds