Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/target/
Dtarget_core_internal.h127 struct se_lun *core_tpg_alloc_lun(struct se_portal_group *, u64);
Dtarget_core_tpg.c481 se_tpg->tpg_virt_lun0 = core_tpg_alloc_lun(se_tpg, 0); in core_tpg_register()
542 struct se_lun *core_tpg_alloc_lun( in core_tpg_alloc_lun() function
Dtarget_core_fabric_configfs.c759 lun = core_tpg_alloc_lun(se_tpg, unpacked_lun); in target_fabric_make_lun()