| /linux/fs/nfs/ |
| H A D | nfs4super.c | 144 const char *hostname, in do_nfs4_mount() argument 181 if (strchr(hostname, ':')) in do_nfs4_mount() 182 source = kasprintf(GFP_KERNEL, "[%s]:/", hostname); in do_nfs4_mount() 184 source = kasprintf(GFP_KERNEL, "%s:/", hostname); in do_nfs4_mount() 229 fc, ctx->nfs_server.hostname, in nfs4_try_get_tree() 252 fc, ctx->nfs_server.hostname, in nfs4_get_referral_tree()
|
| H A D | nfs4client.c | 819 cl_init.hostname = buf; in nfs4_set_ds_client() 962 .hostname = ctx->nfs_server.hostname, in nfs4_init_server() 1066 .hostname = ctx->nfs_server.hostname, in nfs4_create_referral_server() 1143 int nfs4_update_server(struct nfs_server *server, const char *hostname, in nfs4_update_server() argument 1153 .servername = hostname, in nfs4_update_server() 1160 .hostname = hostname, in nfs4_update_server() 1196 server->nfs_client->cl_hostname = kstrdup(hostname, GFP_KERNEL); in nfs4_update_server()
|
| H A D | mount_clnt.c | 159 .servername = info->hostname, in nfs_mount() 169 (info->hostname ? info->hostname : "server"), in nfs_mount()
|
| H A D | internal.h | 73 const char *hostname; /* Hostname of the server */ member 125 char *hostname; member 137 char *hostname; member 197 char *hostname; member 236 extern int nfs4_update_server(struct nfs_server *server, const char *hostname,
|
| H A D | nfs3client.c | 116 cl_init.hostname = buf; in nfs3_set_ds_client()
|
| /linux/fs/smb/client/ |
| H A D | cifs_spnego.c | 108 const char *hostname = server->hostname; in cifs_get_spnego_key() local 113 HOST_KEY_LEN + strlen(hostname) + in cifs_get_spnego_key() 137 hostname); in cifs_get_spnego_key()
|
| H A D | dfs.c | 324 if (dfs_host_len != strlen(server->hostname) || in target_share_matches_server() 325 strncasecmp(dfs_host, server->hostname, dfs_host_len)) { in target_share_matches_server() 327 (int)dfs_host_len, dfs_host, server->hostname); in target_share_matches_server() 426 scnprintf(tree, MAX_TREE_SIZE, "\\\\%s\\IPC$", server->hostname); in cifs_tree_connect()
|
| H A D | connect.c | 81 if (!server->hostname) in reconn_set_ipaddr_from_hostname() 85 if (server->hostname[0] == '\0') in reconn_set_ipaddr_from_hostname() 92 rc = dns_resolve_name(server->dns_dom, server->hostname, in reconn_set_ipaddr_from_hostname() 93 strlen(server->hostname), in reconn_set_ipaddr_from_hostname() 361 server->hostname); in cifs_tcp_ses_needs_reconnect() 449 char *hostname; in __reconnect_target_locked() local 452 if (server->hostname != target) { in __reconnect_target_locked() 453 hostname = extract_hostname(target); in __reconnect_target_locked() 454 if (!IS_ERR(hostname)) { in __reconnect_target_locked() 456 kfree(server->hostname); in __reconnect_target_locked() [all …]
|
| H A D | transport.c | 365 server->conn_id, server->hostname); in __smb_send_rqst() 461 server->conn_id, server->hostname, scredits, -1, in_flight); in wait_for_free_credits() 494 server->conn_id, server->hostname, scredits, in wait_for_free_credits() 537 server->conn_id, server->hostname, in wait_for_free_credits() 567 server->conn_id, server->hostname, scredits, in wait_for_free_credits() 617 server->conn_id, server->hostname, scredits, in wait_for_compound_request()
|
| H A D | smbdirect.c | 244 trace_smb3_smbd_connect_done(server->hostname, server->conn_id, &server->dstaddr); in smbd_reconnect() 247 trace_smb3_smbd_connect_err(server->hostname, server->conn_id, &server->dstaddr); in smbd_reconnect()
|
| /linux/scripts/package/ |
| H A D | mkspec | 87 buildhost=${KBUILD_BUILD_HOST:-$(hostname -f 2>/dev/null || hostname)}
|
| H A D | mkdebian | 142 buildhost=${KBUILD_BUILD_HOST:-$(hostname -f 2>/dev/null || hostname)}
|
| /linux/tools/usb/usbip/src/ |
| H A D | usbip_network.c | 261 int usbip_net_tcp_connect(char *hostname, char *service) in usbip_net_tcp_connect() argument 272 ret = getaddrinfo(hostname, service, &hints, &res); in usbip_net_tcp_connect() 274 dbg("getaddrinfo: %s service %s: %s", hostname, service, in usbip_net_tcp_connect()
|
| H A D | usbip_network.h | 176 int usbip_net_tcp_connect(char *hostname, char *port);
|
| /linux/Documentation/admin-guide/nfs/ |
| H A D | nfs-client.rst | 75 a path, or a DNS hostname and a path. The latter requires the NFS client to 89 - the hostname to resolve 96 "<ip address> <hostname> <ttl>\n" 100 <hostname> is identical to the second argument of the helper 106 entry is created, which will cause the kernel to treat the hostname
|
| /linux/include/uapi/linux/ |
| H A D | nfs4_mount.h | 46 struct nfs_string hostname; /* 1 */ member
|
| H A D | nfs_mount.h | 41 char hostname[NFS_MAXNAMLEN + 1]; /* 1 */ member
|
| /linux/fs/lockd/ |
| H A D | lockd.h | 281 const char *hostname, 287 const char *hostname, 307 const char *hostname,
|
| /linux/include/linux/lockd/ |
| H A D | bind.h | 42 const char *hostname; member
|
| /linux/net/dns_resolver/ |
| H A D | Kconfig | 14 being resolving a UNC hostname element to an IP address for CIFS or
|
| /linux/tools/perf/ |
| H A D | perf-archive.sh | 133 HOSTNAME=$(hostname)
|
| /linux/tools/perf/util/ |
| H A D | env.h | 72 char *hostname; 73 char *hostname; global() member
|
| /linux/tools/power/pm-graph/config/ |
| H A D | freeze.cfg | 26 output-dir: freeze-{hostname}-{date}-{time}
|
| H A D | standby.cfg | 26 output-dir: standby-{hostname}-{date}-{time}
|
| H A D | standby-callgraph.cfg | 27 output-dir: standby-{hostname}-{date}-{time}-cg
|