Home
last modified time | relevance | path

Searched refs:servers (Results 1 – 25 of 113) sorted by relevance

12345

/Linux-v6.1/fs/afs/
Dserver_list.c18 afs_unuse_server(net, slist->servers[i].server, in afs_put_serverlist()
40 slist = kzalloc(struct_size(slist, servers, nr_servers), GFP_KERNEL); in afs_alloc_server_list()
67 if (memcmp(&slist->servers[j].server->uuid, in afs_alloc_server_list()
72 if (slist->servers[j].server == server) { in afs_alloc_server_list()
78 memmove(slist->servers + j + 1, in afs_alloc_server_list()
79 slist->servers + j, in afs_alloc_server_list()
83 slist->servers[j].server = server; in afs_alloc_server_list()
113 if (old->servers[i].server != new->servers[i].server) in afs_annotate_server_list()
120 cur = old->servers[old->preferred].server; in afs_annotate_server_list()
122 if (new->servers[j].server == cur) { in afs_annotate_server_list()
Dvl_list.c51 vllist = kzalloc(struct_size(vllist, servers, nr_servers), GFP_KERNEL); in afs_alloc_vlserver_list()
67 afs_put_vlserver(net, vllist->servers[i].server); in afs_put_vlserverlist()
228 struct afs_vlserver *p = previous->servers[i].server; in afs_extract_vlserver_list()
287 if (bs.priority < vllist->servers[j].priority) in afs_extract_vlserver_list()
289 if (bs.priority == vllist->servers[j].priority && in afs_extract_vlserver_list()
290 bs.weight > vllist->servers[j].weight) in afs_extract_vlserver_list()
295 memmove(vllist->servers + j + 1, in afs_extract_vlserver_list()
296 vllist->servers + j, in afs_extract_vlserver_list()
302 vllist->servers[j].priority = bs.priority; in afs_extract_vlserver_list()
303 vllist->servers[j].weight = bs.weight; in afs_extract_vlserver_list()
[all …]
Drotate.c30 rcu_dereference_protected(op->volume->servers, in afs_start_fs_iteration()
41 server = op->server_list->servers[i].server; in afs_start_fs_iteration()
176 if (rcu_access_pointer(op->volume->servers) == op->server_list) { in afs_select_fileserver()
266 if (rcu_access_pointer(op->volume->servers) == op->server_list) { in afs_select_fileserver()
346 struct afs_server *s = op->server_list->servers[i].server; in afs_select_fileserver()
369 server = op->server_list->servers[op->index].server; in afs_select_fileserver()
453 struct afs_server *s = op->server_list->servers[i].server; in afs_select_fileserver()
496 const struct afs_server *s = sl->servers[i].server; in afs_dump_edestaddrreq()
Dvl_probe.c195 server = vllist->servers[i].server; in afs_send_vl_probes()
224 server = vllist->servers[i].server; in afs_wait_for_vl_probes()
240 server = vllist->servers[i].server; in afs_wait_for_vl_probes()
252 server = vllist->servers[i].server; in afs_wait_for_vl_probes()
270 server = vllist->servers[i].server; in afs_wait_for_vl_probes()
Dvl_alias.c125 la = rcu_dereference(vol_a->servers); in afs_compare_volume_slists()
126 lb = rcu_dereference(vol_b->servers); in afs_compare_volume_slists()
133 const struct afs_server *server_a = la->servers[a].server; in afs_compare_volume_slists()
134 const struct afs_server *server_b = lb->servers[b].server; in afs_compare_volume_slists()
Dvl_rotate.c193 struct afs_vlserver *s = vc->server_list->servers[i].server; in afs_select_vlserver()
216 vlserver = vc->server_list->servers[vc->index].server; in afs_select_vlserver()
264 struct afs_vlserver *s = vc->server_list->servers[i].server; in afs_select_vlserver()
305 const struct afs_vlserver *s = sl->servers[i].server; in afs_vl_dump_edestaddrreq()
Dvolume.c103 rcu_assign_pointer(volume->servers, slist); in afs_alloc_volume()
229 afs_put_serverlist(net, rcu_access_pointer(volume->servers)); in afs_destroy_volume()
359 old = rcu_dereference_protected(volume->servers, in afs_update_volume_status()
363 rcu_assign_pointer(volume->servers, new); in afs_update_volume_status()
Dfs_probe.c247 server = slist->servers[i].server; in afs_wait_for_fs_probes()
263 server = slist->servers[i].server; in afs_wait_for_fs_probes()
275 server = slist->servers[i].server; in afs_wait_for_fs_probes()
293 server = slist->servers[i].server; in afs_wait_for_fs_probes()
Daddr_list.c125 vllist->servers[0].server = afs_alloc_vlserver("<dummy>", 7, AFS_VL_PORT); in afs_parse_text_addrs()
126 if (!vllist->servers[0].server) in afs_parse_text_addrs()
206 rcu_assign_pointer(vllist->servers[0].server->addresses, alist); in afs_parse_text_addrs()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dmigrate_reuseport.c51 __s64 servers[NR_SERVERS]; member
228 test_case->servers[i] = socket(test_case->family, SOCK_STREAM, in start_servers()
230 if (!ASSERT_NEQ(test_case->servers[i], -1, "socket")) in start_servers()
233 err = setsockopt(test_case->servers[i], SOL_SOCKET, in start_servers()
238 err = bind(test_case->servers[i], in start_servers()
245 err = setsockopt(test_case->servers[i], SOL_SOCKET, in start_servers()
252 err = getsockname(test_case->servers[i], in start_servers()
260 err = setsockopt(test_case->servers[i], in start_servers()
269 err = listen(test_case->servers[i], qlen); in start_servers()
332 value = (__u64)test_case->servers[i]; in update_maps()
[all …]
Dcls_redirect.c376 int servers[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common() local
387 &servers[UDP][i], &conns[UDP][i], in test_cls_redirect_common()
392 &servers[TCP][i], &conns[TCP][i], in test_cls_redirect_common()
445 close_fds((int *)servers, sizeof(servers) / sizeof(servers[0][0])); in test_cls_redirect_common()
/Linux-v6.1/net/qrtr/
Dns.c68 struct radix_tree_root servers; member
204 radix_tree_for_each_slot(slot, &node->servers, &iter, 0) { in announce_servers()
255 old = radix_tree_lookup(&node->servers, port); in server_add()
257 radix_tree_delete(&node->servers, port); in server_add()
261 radix_tree_insert(&node->servers, port, srv); in server_add()
279 srv = radix_tree_lookup(&node->servers, port); in server_del()
283 radix_tree_delete(&node->servers, port); in server_del()
362 radix_tree_for_each_slot(slot, &node->servers, &iter, 0) { in ctrl_cmd_bye()
387 radix_tree_for_each_slot(slot, &local_node->servers, &iter, 0) { in ctrl_cmd_bye()
474 radix_tree_for_each_slot(slot, &local_node->servers, &iter, 0) { in ctrl_cmd_del_client()
[all …]
/Linux-v6.1/fs/nfs/
DKconfig14 To mount file systems exported by NFS servers, you also need to
22 available in the kernel to mount NFS servers. Support for NFS
57 Some NFS servers support an auxiliary NFSv3 ACL protocol that
61 Lists on files residing on NFS servers. NFS servers enforce
68 Most NFS servers don't support the Solaris NFSv3 ACL protocol
84 To mount NFS servers using NFSv4, you also need to install user
149 This option makes the NFS client advertise to NFSv4.1 servers that
/Linux-v6.1/Documentation/filesystems/nfs/
Dclient-identifier.rst22 NFSv4 servers provide file lock guarantees and manage their
36 restarts, it indicates to servers that open and lock state
50 Each NFSv4 client presents an identifier to NFSv4 servers so that
63 NFSv4 servers tie this identifier to the principal and security
69 As part of the identity presented to servers, a good
75 - The "co_ownerid" string helps servers distinguish the client
90 NFSv4 servers utilize the "client_owner4" as described above to
185 identifying itself to servers. The "sec=" mount option does not
203 enables lease state to transition to other servers, following data
206 migration by presenting the same "client_owner4" to all servers it
/Linux-v6.1/fs/cifs/
DKconfig37 and similar very old servers.
40 for mounting to SMB3 (and CIFS) compliant servers. It includes
71 bool "Support legacy servers which use less secure dialects"
91 which are needed to mount to certain secure servers (for which more
102 servers without the user namespace prefix, but their names are
114 negotiate a newer dialect with servers, such as Samba 3.0.5
117 support for POSIX ACLs (getfacl and setfacl) to servers
161 servers if their addresses change or for implicit mounts of
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-firmware-opal-psr4 Description: Power-Shift-Ratio directory for Powernv P9 servers
14 Description: PSR sysfs attributes for Powernv P9 servers
Dsysfs-firmware-opal-powercap4 Description: Powercap directory for Powernv (P8, P9) servers
16 Powernv (P8, P9) servers
/Linux-v6.1/net/netfilter/ipvs/
DKconfig11 virtual server based on cluster of two or more real servers. This
14 single IP address and scheduling them to real servers.
20 thus load balancing can be achieved among the servers. For more
118 connections to different real servers in a round-robin manner.
127 connections to different real servers based on server weights
129 new connections first than those with less weights, and servers
131 weights and servers with equal weights get equal connections.
213 connections to the servers through looking up a statically assigned
223 connections to the servers through looking up a statically assigned
234 network connections to the servers through looking up a statically
[all …]
/Linux-v6.1/kernel/
DKconfig.hz12 beneficial for servers and NUMA systems that do not need to have
23 100 Hz is a typical choice for servers, SMP and NUMA systems
/Linux-v6.1/drivers/firmware/google/
DKconfig6 These firmware drivers are used by Google servers,
50 the EBDA on Google servers. If found, this log is exported to
/Linux-v6.1/drivers/parisc/
DKconfig11 were also used in servers from the E-class to the K-class. They
19 The HP-PB bus was used in the Nova class and K-class servers.
35 many PA-RISC workstations & servers. It includes interfaces
120 message logging) as found on high end servers such as A, L and
/Linux-v6.1/net/ipv4/
Dipconfig.c916 u8 servers; in ic_do_bootp_ext() local
937 servers= *ext/4; in ic_do_bootp_ext()
938 if (servers > CONF_NAMESERVERS_MAX) in ic_do_bootp_ext()
939 servers = CONF_NAMESERVERS_MAX; in ic_do_bootp_ext()
940 for (i = 0; i < servers; i++) { in ic_do_bootp_ext()
970 servers = *ext / 4; in ic_do_bootp_ext()
971 if (servers > CONF_NTP_SERVERS_MAX) in ic_do_bootp_ext()
972 servers = CONF_NTP_SERVERS_MAX; in ic_do_bootp_ext()
973 for (i = 0; i < servers; i++) { in ic_do_bootp_ext()
/Linux-v6.1/Documentation/admin-guide/cifs/
Dusage.rst13 servers. This code was developed in participation with the Protocol Freedom
139 Most current servers support SMB2.1 and SMB3 which are more secure,
144 2.2.5 or later) but the CIFS vfs works fine with a wide variety of CIFS servers.
168 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers
208 Mac or Windows servers::
257 problem as most servers support this.
263 servers can remap such characters when an explicit mapping is specified in
295 passed in on mount. For mounts to servers
305 For servers which do not support the CIFS Unix
314 servers which do not report a uid/gid owner
[all …]
Dintroduction.rst15 file servers such as Windows (including Windows 2019 Server), as
25 file system function for SMB3 compliant servers, including advanced
/Linux-v6.1/Documentation/filesystems/
Dafs.rst84 volume location servers within that cell, with the latter separated by colons.
157 servers, volumes, and active servers known within that cell::
159 [root@andromeda ~]# cat /proc/fs/afs/cambridge.redhat.com/servers
174 IP addresses of the volume location servers for those cells. The cell to which

12345