| /Linux-v5.10/fs/afs/ |
| D | server_list.c | 18 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()
|
| D | vl_list.c | 55 vllist = kzalloc(struct_size(vllist, servers, nr_servers), GFP_KERNEL); in afs_alloc_vlserver_list() 74 afs_put_vlserver(net, vllist->servers[i].server); in afs_put_vlserverlist() 235 struct afs_vlserver *p = previous->servers[i].server; in afs_extract_vlserver_list() 294 if (bs.priority < vllist->servers[j].priority) in afs_extract_vlserver_list() 296 if (bs.priority == vllist->servers[j].priority && in afs_extract_vlserver_list() 297 bs.weight > vllist->servers[j].weight) in afs_extract_vlserver_list() 302 memmove(vllist->servers + j + 1, in afs_extract_vlserver_list() 303 vllist->servers + j, in afs_extract_vlserver_list() 309 vllist->servers[j].priority = bs.priority; in afs_extract_vlserver_list() 310 vllist->servers[j].weight = bs.weight; in afs_extract_vlserver_list() [all …]
|
| D | rotate.c | 30 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() 342 struct afs_server *s = op->server_list->servers[i].server; in afs_select_fileserver() 365 server = op->server_list->servers[op->index].server; in afs_select_fileserver() 448 struct afs_server *s = op->server_list->servers[i].server; in afs_select_fileserver() 491 const struct afs_server *s = sl->servers[i].server; in afs_dump_edestaddrreq()
|
| D | vl_probe.c | 195 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()
|
| D | vl_alias.c | 125 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()
|
| D | vl_rotate.c | 193 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()
|
| D | volume.c | 104 rcu_assign_pointer(volume->servers, slist); in afs_alloc_volume() 230 afs_put_serverlist(net, rcu_access_pointer(volume->servers)); in afs_destroy_volume() 340 old = rcu_dereference_protected(volume->servers, in afs_update_volume_status() 344 rcu_assign_pointer(volume->servers, new); in afs_update_volume_status()
|
| D | fs_probe.c | 241 server = slist->servers[i].server; in afs_wait_for_fs_probes() 257 server = slist->servers[i].server; in afs_wait_for_fs_probes() 269 server = slist->servers[i].server; in afs_wait_for_fs_probes() 287 server = slist->servers[i].server; in afs_wait_for_fs_probes()
|
| D | addr_list.c | 125 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-v5.10/fs/cifs/ |
| D | Kconfig | 37 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" 86 bool "Support legacy servers which use weaker LANMAN security" 89 Modern CIFS servers including Samba and most Windows versions 94 establish sessions with some old SMB servers. 97 LANMAN based servers such as OS/2 and Windows 95, but such 100 have a need to access old SMB servers (and are on a private 119 which are needed to mount to certain secure servers (for which more 130 servers without the user namespace prefix, but their names are [all …]
|
| /Linux-v5.10/net/qrtr/ |
| D | ns.c | 68 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-v5.10/fs/nfs/ |
| D | Kconfig | 14 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-v5.10/Documentation/ABI/testing/ |
| D | sysfs-firmware-opal-psr | 4 Description: Power-Shift-Ratio directory for Powernv P9 servers 14 Description: PSR sysfs attributes for Powernv P9 servers
|
| D | sysfs-firmware-opal-powercap | 4 Description: Powercap directory for Powernv (P8, P9) servers 16 Powernv (P8, P9) servers
|
| /Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | cls_redirect.c | 375 int servers[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common() local 386 &servers[UDP][i], &conns[UDP][i], in test_cls_redirect_common() 391 &servers[TCP][i], &conns[TCP][i], in test_cls_redirect_common() 444 close_fds((int *)servers, sizeof(servers) / sizeof(servers[0][0])); in test_cls_redirect_common()
|
| /Linux-v5.10/drivers/firmware/google/ |
| D | Kconfig | 6 These firmware drivers are used by Google's servers. They are 8 proprietary servers. If in doubt, say "N". 50 the EBDA on Google servers. If found, this log is exported to
|
| /Linux-v5.10/net/netfilter/ipvs/ |
| D | Kconfig | 11 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-v5.10/kernel/ |
| D | Kconfig.hz | 12 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-v5.10/net/ipv4/ |
| D | ipconfig.c | 892 u8 servers; in ic_do_bootp_ext() local 913 servers= *ext/4; in ic_do_bootp_ext() 914 if (servers > CONF_NAMESERVERS_MAX) in ic_do_bootp_ext() 915 servers = CONF_NAMESERVERS_MAX; in ic_do_bootp_ext() 916 for (i = 0; i < servers; i++) { in ic_do_bootp_ext() 943 servers = *ext / 4; in ic_do_bootp_ext() 944 if (servers > CONF_NTP_SERVERS_MAX) in ic_do_bootp_ext() 945 servers = CONF_NTP_SERVERS_MAX; in ic_do_bootp_ext() 946 for (i = 0; i < servers; i++) { in ic_do_bootp_ext()
|
| /Linux-v5.10/drivers/parisc/ |
| D | Kconfig | 11 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-v5.10/Documentation/admin-guide/cifs/ |
| D | usage.rst | 13 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 …]
|
| D | introduction.rst | 14 is implemented and supported by all major file servers 25 file system function for SMB3 compliant servers, including advanced
|
| /Linux-v5.10/Documentation/networking/ |
| D | ipvs-sysctl.rst | 51 real servers to a very busy cluster. 123 before forwarding them to real servers. If the rate is 1, then 161 connections are allowed to quiescent destination servers. 183 servers but the connection entries don't exist. 252 The number of threads that master and backup servers can use for 285 sloppy_sctp flags on backup servers. For non-persistent services
|
| /Linux-v5.10/Documentation/filesystems/ |
| D | afs.rst | 84 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
|
| /Linux-v5.10/drivers/platform/x86/intel_speed_select_if/ |
| D | Kconfig | 10 architectural and only supported on specific Xeon(R) servers.
|