Home
last modified time | relevance | path

Searched refs:fabric_alias (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/target/
H A Dtarget_core_fabric.h13 * If non-null, fabric_alias is used for matching target/$fabric
16 const char *fabric_alias; member
19 * without a fabric_alias (see above). It's also used for the ALUA state
/kernel/linux/linux-6.6/include/target/
H A Dtarget_core_fabric.h13 * If non-null, fabric_alias is used for matching target/$fabric
16 const char *fabric_alias; member
19 * without a fabric_alias (see above). It's also used for the ALUA state
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_configfs.c167 const char *cmp_name = tf->tf_ops->fabric_alias; in target_core_get_fabric()
340 if (tfo->fabric_alias) { in target_fabric_tf_ops_check()
341 if (strlen(tfo->fabric_alias) >= TARGET_FABRIC_NAME_SIZE) { in target_fabric_tf_ops_check()
343 "TARGET_FABRIC_NAME_SIZE\n", tfo->fabric_alias); in target_fabric_tf_ops_check()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_configfs.c168 const char *cmp_name = tf->tf_ops->fabric_alias; in target_core_get_fabric()
364 if (tfo->fabric_alias) { in target_fabric_tf_ops_check()
365 if (strlen(tfo->fabric_alias) >= TARGET_FABRIC_NAME_SIZE) { in target_fabric_tf_ops_check()
367 "TARGET_FABRIC_NAME_SIZE\n", tfo->fabric_alias); in target_fabric_tf_ops_check()
/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_configfs.c1530 .fabric_alias = "iscsi",
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_configfs.c1544 .fabric_alias = "iscsi",

Completed in 16 milliseconds