/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fib_nexthop_multiprefix.sh | 155 local hostid=$1 158 run_cmd ip -netns h${hostid} li set eth0 mtu ${mtu} 159 run_cmd ip -netns r1 li set eth${hostid} mtu ${mtu}
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fib_nexthop_multiprefix.sh | 155 local hostid=$1 158 run_cmd ip -netns h${hostid} li set eth0 mtu ${mtu} 159 run_cmd ip -netns r1 li set eth${hostid} mtu ${mtu}
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | fabrics.c | 399 uuid_copy(&data->hostid, &ctrl->opts->host->id); in nvmf_connect_admin_queue() 462 uuid_copy(&data->hostid, &ctrl->opts->host->id); in nvmf_connect_io_queue() 615 { NVMF_OPT_HOST_ID, "hostid=%s" }, 634 uuid_t hostid; in nvmf_parse_options() local 650 uuid_gen(&hostid); in nvmf_parse_options() 817 ret = uuid_parse(p, &hostid); in nvmf_parse_options() 819 pr_err("Invalid hostid %s\n", p); in nvmf_parse_options() 903 uuid_copy(&opts->host->id, &hostid); in nvmf_parse_options()
|
H A D | fc.c | 1219 uuid_copy(&assoc_rqst->assoc_cmd.hostid, &ctrl->ctrl.opts->host->id); in nvme_fc_connect_admin_queue()
|
H A D | core.c | 3612 static DEVICE_ATTR(hostid, S_IRUGO, nvme_sysfs_show_hostid, NULL);
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | fabrics-cmd.c | 205 uuid_copy(&ctrl->hostid, &d->hostid); in nvmet_execute_admin_connect()
|
H A D | admin-cmd.c | 32 return sizeof(req->sq->ctrl->hostid); in nvmet_feat_data_len() 885 status = nvmet_copy_to_sgl(req, 0, &req->sq->ctrl->hostid, in nvmet_execute_get_features() 886 sizeof(req->sq->ctrl->hostid)); in nvmet_execute_get_features()
|
H A D | nvmet.h | 176 uuid_t hostid; member
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fabrics.c | 60 pr_err("found same hostnqn %s but different hostid %pUb\n", in nvmf_host_add() 66 pr_err("found same hostid %pUb but different hostnqn %s\n", in nvmf_host_add() 387 uuid_copy(&data->hostid, &ctrl->opts->host->id); in nvmf_connect_data_prep() 638 { NVMF_OPT_HOST_ID, "hostid=%s" }, 663 uuid_t hostid; in nvmf_parse_options() local 682 uuid_copy(&hostid, &nvmf_default_host->id); in nvmf_parse_options() 868 ret = uuid_parse(p, &hostid); in nvmf_parse_options() 870 pr_err("Invalid hostid %s\n", p); in nvmf_parse_options() 987 opts->host = nvmf_host_add(hostnqn, &hostid); in nvmf_parse_options()
|
H A D | sysfs.c | 276 static DEVICE_ATTR(hostid, S_IRUGO, nvme_sysfs_show_hostid, NULL);
|
H A D | fc.c | 1213 uuid_copy(&assoc_rqst->assoc_cmd.hostid, &ctrl->ctrl.opts->host->id); in nvme_fc_connect_admin_queue()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/ |
H A D | mount_setattr_test.c | 1152 static int map_ids(pid_t pid, unsigned long nsid, unsigned long hostid, in map_ids() argument 1158 snprintf(map, sizeof(map), "%lu %lu %lu", nsid, hostid, range); in map_ids() 1164 snprintf(map, sizeof(map), "%lu %lu %lu", nsid, hostid, range); in map_ids() 1211 static int get_userns_fd(unsigned long nsid, unsigned long hostid, unsigned long range) in get_userns_fd() argument 1221 ret = map_ids(pid, nsid, hostid, range); in get_userns_fd()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fabrics-cmd.c | 256 uuid_copy(&ctrl->hostid, &d->hostid); in nvmet_execute_admin_connect()
|
H A D | admin-cmd.c | 32 return sizeof(req->sq->ctrl->hostid); in nvmet_feat_data_len() 946 status = nvmet_copy_to_sgl(req, 0, &req->sq->ctrl->hostid, in nvmet_execute_get_features() 947 sizeof(req->sq->ctrl->hostid)); in nvmet_execute_get_features()
|
H A D | nvmet.h | 192 uuid_t hostid; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nvme-fc.h | 262 uuid_t hostid; member
|
H A D | nvme.h | 661 __le64 hostid; member 1347 uuid_t hostid; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nvme-fc.h | 262 uuid_t hostid; member
|
H A D | nvme.h | 779 __le64 hostid; member 798 __u8 hostid[16]; member 1534 uuid_t hostid; member
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 54 module_param_named(hostid, sym_driver_setup.host_id, byte, 0); 68 MODULE_PARM_DESC(hostid, "The SCSI ID to use for the host adapters");
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 54 module_param_named(hostid, sym_driver_setup.host_id, byte, 0); 68 MODULE_PARM_DESC(hostid, "The SCSI ID to use for the host adapters");
|