Home
last modified time | relevance | path

Searched refs:core_tpg_alloc_lun (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_internal.h127 struct se_lun *core_tpg_alloc_lun(struct se_portal_group *, u64);
H A Dtarget_core_tpg.c544 se_tpg->tpg_virt_lun0 = core_tpg_alloc_lun(se_tpg, 0); in core_tpg_register()
607 struct se_lun *core_tpg_alloc_lun( in core_tpg_alloc_lun() function
H A Dtarget_core_fabric_configfs.c760 lun = core_tpg_alloc_lun(se_tpg, unpacked_lun); in target_fabric_make_lun()