Home
last modified time | relevance | path

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

1234

/Linux-v4.19/fs/afs/
Dserver_list.c22 afs_put_cb_interest(net, slist->servers[i].cb_interest); in afs_put_serverlist()
23 afs_put_server(net, slist->servers[i].server); in afs_put_serverlist()
70 if (memcmp(&slist->servers[j].server->uuid, in afs_alloc_server_list()
75 if (slist->servers[j].server == server) { in afs_alloc_server_list()
80 memmove(slist->servers + j + 1, in afs_alloc_server_list()
81 slist->servers + j, in afs_alloc_server_list()
85 slist->servers[j].server = server; in afs_alloc_server_list()
115 if (old->servers[i].server != new->servers[i].server) in afs_annotate_server_list()
122 cur = old->servers[old->index].server; in afs_annotate_server_list()
124 if (new->servers[j].server == cur) { in afs_annotate_server_list()
[all …]
Dvolume.c59 volume->servers = slist; in afs_alloc_volume()
200 afs_put_serverlist(net, volume->servers); in afs_destroy_volume()
300 old = volume->servers; in afs_update_volume_status()
303 volume->servers = new; in afs_update_volume_status()
Drotate.c65 fc->server_list = afs_get_serverlist(vnode->volume->servers); in afs_start_fs_iteration()
72 if (fc->server_list->servers[i].cb_interest == cbi) { in afs_start_fs_iteration()
202 if (vnode->volume->servers == fc->server_list) { in afs_select_fileserver()
292 if (vnode->volume->servers == fc->server_list) { in afs_select_fileserver()
345 server = fc->server_list->servers[fc->index].server; in afs_select_fileserver()
Dcallback.c92 struct afs_server_entry *entry = &slist->servers[index]; in afs_register_server_cb_interest()
336 afs_put_cb_interest(net, slist->servers[i].cb_interest); in afs_clear_callback_interests()
337 slist->servers[i].cb_interest = NULL; in afs_clear_callback_interests()
/Linux-v4.19/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt25 * Client is able to switch between different servers (if one goes down, client
28 Resending transactions to different servers on timeout or error.
29 * Read request (data read, directory listing, lookup requests) balancing between multiple servers.
30 * Write requests are replicated to multiple servers and completed only when all of them are acked.
31 * Ability to add and/or remove servers from the working set at run-time.
38 can contain creation and data writing commands). Transactions are committed by all the servers
40 For example, reading will return an error if no servers are available.
45 servers and async threads will pick up replies in parallel, find appropriate transactions in the
55 workloads and can fully utilize the bandwidth to the servers when doing bulk
58 POHMELFS clients operate with a working set of servers and are capable of balancing read-only
[all …]
Dinfo.txt8 Administrator can add or remove servers from the given index, so all mounts,
21 the system checks that servers have to be added or removed from current working set.
62 Client will connect to all servers specified in the working set via previous command:
/Linux-v4.19/fs/cifs/
DKconfig34 and similar very old servers.
37 for mounting to SMB3 (and CIFS) compliant servers. It includes
68 bool "Support legacy servers which use less secure dialects"
83 bool "Support legacy servers which use weaker LANMAN security"
86 Modern CIFS servers including Samba and most Windows versions
91 establish sessions with some old SMB servers.
94 LANMAN based servers such as OS/2 and Windows 95, but such
97 have a need to access old SMB servers (and are on a private
116 which are needed to mount to certain secure servers (for which more
127 servers without the user namespace prefix, but their names are
[all …]
/Linux-v4.19/fs/nfs/
DKconfig13 To mount file systems exported by NFS servers, you also need to
21 available in the kernel to mount NFS servers. Support for NFS
56 Some NFS servers support an auxiliary NFSv3 ACL protocol that
60 Lists on files residing on NFS servers. NFS servers enforce
67 Most NFS servers don't support the Solaris NFSv3 ACL protocol
83 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-v4.19/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-v4.19/Documentation/filesystems/cifs/
Dcifs.txt8 file servers such as Windows 2000, 2003, 2008, 2012 and 2016
13 servers.
16 file system function for SMB3 compliant servers, including advanced
DREADME9 servers. This code was developed in participation with the Protocol Freedom
123 Most current servers support SMB2.1 and SMB3 which are more secure,
128 2.2.5 or later) but the CIFS vfs works fine with a wide variety of CIFS servers.
152 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers
189 Mac or Windows servers:
234 problem as most servers support this.
240 servers can remap such characters when an explicit mapping is specified in
265 passed in on mount. For mounts to servers
275 For servers which do not support the CIFS Unix
284 servers which do not report a uid/gid owner
[all …]
DTODO62 different servers, and the server we are connected to has gone down.
102 negotiated size) and send larger write sizes to modern servers.
104 4) More exhaustively test against less common servers
/Linux-v4.19/drivers/firmware/google/
DKconfig5 These firmware drivers are used by Google's servers. They are
7 proprietary servers. If in doubt, say "N".
55 the EBDA on Google servers. If found, this log is exported to
/Linux-v4.19/net/netfilter/ipvs/
DKconfig10 virtual server based on cluster of two or more real servers. This
13 single IP address and scheduling them to real servers.
19 thus load balancing can be achieved among the servers. For more
117 connections to different real servers in a round-robin manner.
126 connections to different real servers based on server weights
128 new connections first than those with less weights, and servers
130 weights and servers with equal weights get equal connections.
212 connections to the servers through looking up a statically assigned
222 connections to the servers through looking up a statically assigned
233 network connections to the servers through looking up a statically
[all …]
/Linux-v4.19/kernel/
DKconfig.hz11 beneficial for servers and NUMA systems that do not need to have
22 100 Hz is a typical choice for servers, SMP and NUMA systems
/Linux-v4.19/net/ipv4/
Dipconfig.c888 u8 servers; in ic_do_bootp_ext() local
909 servers= *ext/4; in ic_do_bootp_ext()
910 if (servers > CONF_NAMESERVERS_MAX) in ic_do_bootp_ext()
911 servers = CONF_NAMESERVERS_MAX; in ic_do_bootp_ext()
912 for (i = 0; i < servers; i++) { in ic_do_bootp_ext()
939 servers = *ext / 4; in ic_do_bootp_ext()
940 if (servers > CONF_NTP_SERVERS_MAX) in ic_do_bootp_ext()
941 servers = CONF_NTP_SERVERS_MAX; in ic_do_bootp_ext()
942 for (i = 0; i < servers; i++) { in ic_do_bootp_ext()
/Linux-v4.19/drivers/parisc/
DKconfig9 were also used in servers from the E-class to the K-class. They
17 The HP-PB bus was used in the Nova class and K-class servers.
33 many PA-RISC workstations & servers. It includes interfaces
141 message logging) as found on high end servers such as A, L and
/Linux-v4.19/Documentation/networking/
Dipvs-sysctl.txt44 real servers to a very busy cluster.
116 before forwarding them to real servers. If the rate is 1, then
154 connections are allowed to quiescent destination servers.
176 servers but the connection entries don't exist.
245 The number of threads that master and backup servers can use for
277 sloppy_sctp flags on backup servers. For non-persistent services
/Linux-v4.19/Documentation/filesystems/
Dafs.txt85 volume location servers within that cell, with the latter separated by colons.
161 servers, volumes, and active servers known within that cell.
163 [root@andromeda ~]# cat /proc/fs/afs/cambridge.redhat.com/servers
179 IP addresses of the volume location servers for those cells. The cell to which
/Linux-v4.19/Documentation/filesystems/nfs/
Dpnfs.txt5 reference multiple devices, each of which can reference multiple data servers.
46 file driver devices refer to data servers, which are kept in a module
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/opal/
Dsensor-groups.txt7 servers. Each child node indicates a sensor group.
/Linux-v4.19/Documentation/
Ddell_rbu.txt9 for updating BIOS images on Dell servers and desktops.
22 the BIOS on Dell servers (starting from servers sold since 1999), desktops
/Linux-v4.19/fs/nfsd/
DKconfig50 Solaris NFS servers support an auxiliary NFSv3 ACL protocol that
54 servers. NFS servers enforce POSIX ACLs on local files whether
/Linux-v4.19/net/dns_resolver/
DKconfig15 cell's volume location database servers.

1234