Home
last modified time | relevance | path

Searched refs:hostname (Results 1 – 25 of 76) sorted by relevance

1234

/linux/fs/nfs/
H A Ddns_resolve.c62 char *hostname; member
93 kfree(new->hostname); in nfs_dns_ent_init()
94 new->hostname = kmemdup_nul(key->hostname, key->namelen, GFP_KERNEL); in nfs_dns_ent_init()
95 if (new->hostname) { in nfs_dns_ent_init()
109 kfree(item->hostname); in nfs_dns_ent_free_rcu()
126 item->hostname = NULL; in nfs_dns_ent_alloc()
136 return hash_str(key->hostname, NFS_DNS_HASHBITS); in nfs_dns_hash()
145 qword_add(bpp, blen, key->hostname); in nfs_dns_request()
156 if (!nfs_cache_upcall(cd, key->hostname)) in nfs_dns_upcall()
173 return memcmp(a->hostname, b->hostname, a->namelen) == 0; in nfs_dns_match()
[all …]
H A Dnfs4super.c144 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 Dnfs4namespace.c307 kfree(ctx->nfs_server.hostname); in try_location()
308 ctx->nfs_server.hostname = kmalloc(len + 1, GFP_KERNEL); in try_location()
309 if (!ctx->nfs_server.hostname) in try_location()
343 memcpy(ctx->nfs_server.hostname, buf->data, buf->len); in try_location()
344 ctx->nfs_server.hostname[buf->len] = '\0'; in try_location()
500 char *hostname; in nfs4_try_replacing_one_location() local
515 hostname = kmemdup_nul(buf->data, buf->len, GFP_KERNEL); in nfs4_try_replacing_one_location()
516 if (hostname == NULL) in nfs4_try_replacing_one_location()
519 error = nfs4_update_server(server, hostname, sap, salen, net); in nfs4_try_replacing_one_location()
520 kfree(hostname); in nfs4_try_replacing_one_location()
H A Dfs_context.c933 kfree(ctx->mount_server.hostname); in nfs_fs_context_parse_param()
934 ctx->mount_server.hostname = param->string; in nfs_fs_context_parse_param()
1100 kfree(ctx->nfs_server.hostname); in nfs_parse_source()
1103 ctx->nfs_server.hostname = kmemdup_nul(dev_name, len, GFP_KERNEL); in nfs_parse_source()
1104 if (!ctx->nfs_server.hostname) in nfs_parse_source()
1240 ctx->nfs_server.hostname = kstrdup(data->hostname, GFP_KERNEL); in nfs23_parse_monolithic()
1241 if (!ctx->nfs_server.hostname) in nfs23_parse_monolithic()
1347 struct compat_nfs_string hostname; member
1366 compat_nfs_string(&data->hostname, &compat->hostname); in nfs4_compat_mount_data_conv()
1431 c = strndup_user(data->hostname.data, NFS4_MAXNAMLEN); in nfs4_parse_monolithic()
[all …]
H A Dnfs4client.c1002 cl_init.hostname = buf; in nfs4_set_ds_client()
1147 .hostname = ctx->nfs_server.hostname, in nfs4_init_server()
1251 .hostname = ctx->nfs_server.hostname, in nfs4_create_referral_server()
1328 int nfs4_update_server(struct nfs_server *server, const char *hostname, in nfs4_update_server() argument
1338 .servername = hostname, in nfs4_update_server()
1345 .hostname = hostname, in nfs4_update_server()
1381 server->nfs_client->cl_hostname = kstrdup(hostname, GFP_KERNEL); in nfs4_update_server()
H A Dmount_clnt.c159 .servername = info->hostname, in nfs_mount()
169 (info->hostname ? info->hostname : "server"), in nfs_mount()
H A Dinternal.h73 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 Dsuper.c873 if (ctx->mount_server.hostname) in nfs_request_mount()
874 request.hostname = ctx->mount_server.hostname; in nfs_request_mount()
876 request.hostname = ctx->nfs_server.hostname; in nfs_request_mount()
904 request.hostname, status); in nfs_request_mount()
/linux/fs/lockd/
H A Dmon.c211 const char *hostname, const size_t len) in nsm_lookup_hostname() argument
217 memcmp(nsm->sm_name, hostname, len) == 0) in nsm_lookup_hostname()
274 const char *hostname, in nsm_create_handle() argument
279 if (!hostname) in nsm_create_handle()
296 memcpy(new->sm_name, hostname, hostname_len); in nsm_create_handle()
319 const size_t salen, const char *hostname, in nsm_get_handle() argument
325 if (hostname && memchr(hostname, '/', hostname_len) != NULL) { in nsm_get_handle()
329 (int)hostname_len, hostname); in nsm_get_handle()
337 if (nsm_use_hostnames && hostname != NULL) in nsm_get_handle()
339 hostname, hostname_len); in nsm_get_handle()
[all …]
H A Dhost.c59 const char *hostname; /* remote's hostname */ member
121 ni->hostname, ni->hostname_len); in nlm_alloc_host()
219 const char *hostname, in nlmclnt_lookup_host() argument
230 .hostname = hostname, in nlmclnt_lookup_host()
231 .hostname_len = strlen(hostname), in nlmclnt_lookup_host()
242 (hostname ? hostname : "<none>"), version, in nlmclnt_lookup_host()
328 const char *hostname, in nlmsvc_lookup_host() argument
343 .hostname = hostname, in nlmsvc_lookup_host()
350 (int)hostname_len, hostname, rqstp->rq_vers, in nlmsvc_lookup_host()
/linux/fs/smb/client/
H A Dtrace.h1394 TP_PROTO(char *hostname,
1397 TP_ARGS(hostname, conn_id, dst_addr),
1399 __string(hostname, hostname)
1409 __assign_str(hostname);
1413 __get_str(hostname),
1419 TP_PROTO(char *hostname, \
1422 TP_ARGS(hostname, conn_id, addr))
1429 TP_PROTO(char *hostname, __u64 conn_id,
1431 TP_ARGS(hostname, conn_id, dst_addr, rc),
1433 __string(hostname, hostname)
[all …]
H A Dcifs_debug.h87 __FILE__, server->hostname, \
91 server->hostname, ##__VA_ARGS__); \
94 server->hostname, ##__VA_ARGS__); \
147 server->hostname, ##__VA_ARGS__); \
H A Dcifs_spnego.c92 const char *hostname = server->hostname; in cifs_get_spnego_key() local
97 HOST_KEY_LEN + strlen(hostname) + in cifs_get_spnego_key()
121 hostname); in cifs_get_spnego_key()
H A Ddfs.c324 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 Dconnect.c78 if (!server->hostname) in reconn_set_ipaddr_from_hostname()
82 if (server->hostname[0] == '\0') in reconn_set_ipaddr_from_hostname()
89 rc = dns_resolve_name(server->dns_dom, server->hostname, in reconn_set_ipaddr_from_hostname()
90 strlen(server->hostname), in reconn_set_ipaddr_from_hostname()
358 server->hostname); in cifs_tcp_ses_needs_reconnect()
446 char *hostname; in __reconnect_target_locked() local
449 if (server->hostname != target) { in __reconnect_target_locked()
450 hostname = extract_hostname(target); in __reconnect_target_locked()
451 if (!IS_ERR(hostname)) { in __reconnect_target_locked()
453 kfree(server->hostname); in __reconnect_target_locked()
[all …]
H A Dtransport.c366 server->conn_id, server->hostname); in __smb_send_rqst()
462 server->conn_id, server->hostname, scredits, -1, in_flight); in wait_for_free_credits()
495 server->conn_id, server->hostname, scredits, in wait_for_free_credits()
538 server->conn_id, server->hostname, in wait_for_free_credits()
568 server->conn_id, server->hostname, scredits, in wait_for_free_credits()
618 server->conn_id, server->hostname, scredits, in wait_for_compound_request()
/linux/scripts/package/
H A Dmkspec55 buildhost=${KBUILD_BUILD_HOST:-$(hostname -f 2>/dev/null || hostname)}
H A Dmkdebian142 buildhost=${KBUILD_BUILD_HOST:-$(hostname -f 2>/dev/null || hostname)}
/linux/tools/usb/usbip/src/
H A Dusbip_network.c261 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()
/linux/Documentation/admin-guide/nfs/
H A Dnfs-client.rst75 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/linux/lockd/
H A Dlockd.h236 const char *hostname,
242 const char *hostname,
262 const char *hostname,
H A Dbind.h43 const char *hostname; member
/linux/include/uapi/linux/
H A Dnfs4_mount.h46 struct nfs_string hostname; /* 1 */ member
H A Dnfs_mount.h41 char hostname[NFS_MAXNAMLEN + 1]; /* 1 */ member
/linux/net/dns_resolver/
H A DKconfig14 being resolving a UNC hostname element to an IP address for CIFS or

1234