Home
last modified time | relevance | path

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

/linux-4.1.27/fs/afs/
Dvolume.c119 volume->cell, &vlocation->vldb.servers[loop]); in afs_volume_lookup()
125 volume->servers[volume->nservers] = server; in afs_volume_lookup()
163 afs_put_server(volume->servers[loop]); in afs_volume_lookup()
207 afs_put_server(volume->servers[loop]); in afs_put_volume()
248 server = volume->servers[loop]; in afs_volume_pick_fileserver()
333 if (volume->servers[loop] == server) in afs_volume_release_fileserver()
341 memmove(&volume->servers[loop], in afs_volume_release_fileserver()
342 &volume->servers[loop + 1], in afs_volume_release_fileserver()
343 sizeof(volume->servers[loop]) * in afs_volume_release_fileserver()
345 volume->servers[volume->nservers] = NULL; in afs_volume_release_fileserver()
Dvlocation.c207 ntohl(vl->vldb.servers[0].s_addr), in afs_vlocation_update_record()
209 ntohl(vl->vldb.servers[1].s_addr), in afs_vlocation_update_record()
211 ntohl(vl->vldb.servers[2].s_addr), in afs_vlocation_update_record()
272 ntohl(vldb->servers[0].s_addr), vldb->srvtmask[0], in afs_vlocation_apply_update()
273 ntohl(vldb->servers[1].s_addr), vldb->srvtmask[1], in afs_vlocation_apply_update()
274 ntohl(vldb->servers[2].s_addr), vldb->srvtmask[2]); in afs_vlocation_apply_update()
Dserver.c114 list_for_each_entry(server, &cell->servers, link) { in afs_lookup_server()
129 list_for_each_entry(server, &cell->servers, link) { in afs_lookup_server()
140 list_add_tail(&server->link, &cell->servers); in afs_lookup_server()
Dcell.c66 INIT_LIST_HEAD(&cell->servers); in afs_cell_alloc()
362 ASSERT(list_empty(&cell->servers)); in afs_put_cell()
403 ASSERT(list_empty(&cell->servers)); in afs_cell_destroy()
Dafs_vl.h81 } servers[8]; member
Dafs.h87 } servers[8]; member
Dproc.c619 return seq_list_start_head(&cell->servers, *_pos); in afs_proc_cell_servers_start()
631 return seq_list_next(v, &cell->servers, _pos); in afs_proc_cell_servers_next()
655 if (v == &cell->servers) { in afs_proc_cell_servers_show()
Dinternal.h205 struct list_head servers; /* active server list */ member
233 struct in_addr servers[8]; /* fileserver addresses */ member
316 struct afs_server *servers[8]; /* servers on which volume resides (ordered) */ member
Dvlclient.c91 entry->servers[loop].s_addr = *bp++; in afs_deliver_vl_get_entry_by_xxx()
/linux-4.1.27/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:
Dnetwork_protocol.txt141 It is sent to servers when attributes of the object are changed and received
204 @id - superblock index. Used to specify crypto information for group of servers.
/linux-4.1.27/drivers/firmware/google/
DKconfig6 These firmware drivers are used by Google's servers. They are
8 proprietary servers. If in doubt, say "N".
28 the EBDA on Google servers. If found, this log is exported to
/linux-4.1.27/fs/cifs/
DKconfig19 file servers such as Windows 2000 (including Windows 2003, Windows 2008,
22 support for OS/2 and Windows ME and similar servers is provided as
31 client for mounting to CIFS compliant servers. It includes
60 bool "Support legacy servers which use weaker LANMAN security"
63 Modern CIFS servers including Samba and most Windows versions
68 establish sessions with some old SMB servers.
71 LANMAN based servers such as OS/2 and Windows 95, but such
74 have a need to access old SMB servers (and are on a private
93 which are needed to mount to certain secure servers (for which more
104 to SMB/CIFS EAs. EAs are stored on Windows servers without the
[all …]
/linux-4.1.27/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
153 This option makes the NFS client advertise to NFSv4.1 servers that
Dnfs4namespace.c259 const struct nfs4_string *buf = &location->servers[s]; in try_location()
445 const struct nfs4_string *buf = &location->servers[s]; in nfs4_try_replacing_one_location()
Dnfs4xdr.c3634 server = &loc->servers[loc->nservers]; in decode_attr_fs_locations()
/linux-4.1.27/Documentation/filesystems/cifs/
Dcifs.txt7 file servers such as Windows 2000, 2003, 2008 and 2012
11 servers.
14 file system function for CIFS compliant servers, including better
DCHANGES8 Fix append problem to Samba servers (files opened with O_APPEND could
82 Samba servers (worked to Windows). Fix rmdir so that pending search
85 when using DFS. Add better file create support to servers which support
93 in a way that more servers accept, but only if we can first rename the
112 files (e.g. "cp -a") to Windows servers. For mkdir and create honor setgid bit
125 for referrals which enable a hierarchical name space among servers).
126 Disable temporary caching of mode bits to servers which do not support
127 storing of mode (e.g. Windows servers, when client mounts without cifsacl
142 mounted to Windows servers. Fix slow file open when cifsacl
148 Fix memory leak in statfs when mounted to very old servers (e.g.
[all …]
DTODO25 e) improve support for very old servers (OS/2 and Win9x for example)
37 h) Add support for storing symlink info to Windows servers
102 negotiated size) and send larger write sizes to modern servers.
104 4) More exhaustively test against less common servers
DREADME6 servers. This code was developed in participation with the Protocol Freedom
132 Samba 3.0) but the CIFS vfs works fine with a wide variety of CIFS servers.
156 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers
193 servers:
238 problem as most servers support this.
244 servers can remap such characters when an explicit mapping is specified in
266 passed in on mount. For mounts to servers
276 For servers which do not support the CIFS Unix
285 servers which do not report a uid/gid owner
334 newer servers (e.g. Samba 3.0.26 or later) do. rsize can be
[all …]
DAUTHORS39 Gunter Kukkukk (testing and suggestions for support of old servers)
/linux-4.1.27/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.
201 connections to the servers through looking up a statically assigned
211 connections to the servers through looking up a statically assigned
268 the IP address and port number of real servers cannot be sent to
/linux-4.1.27/drivers/staging/lustre/
DREADME.txt14 Lustre has independent Metadata and Data servers that clients can access
22 You will need to install and configure your Lustre servers separately.
67 Do not block in statfs() if some of the servers are down.
/linux-4.1.27/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-4.1.27/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-4.1.27/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.
166 servers but the connection entries don't exist.
215 sloppy_sctp flags on backup servers. For non-persistent services
Dudplite.txt51 to UDP-Lite servers. The kernel will assume that you are not interested in
Deql.txt26 terminal server. I do not know if other terminal servers support load-
Dvortex.txt328 My "standard config" for ports to which PC's/servers connect directly:
Dl2tp.txt46 clients/servers and are used to setup / teardown tunnels and
Dip-sysctl.txt35 only intended to secure e.g. name servers in namespaces where
515 It MUST NOT be used to help highly loaded servers to stand
/linux-4.1.27/Documentation/filesystems/
Dafs.txt85 volume location servers within that cell, with the latter separated by colons.
145 servers, volumes, and active servers known within that cell.
147 [root@andromeda ~]# cat /proc/fs/afs/cambridge.redhat.com/servers
163 IP addresses of the volume location servers for those cells. The cell to which
Dceph.txt34 Metadata servers effectively form a large, consistent, distributed
44 independent metadata servers, allowing scalable concurrent access.
49 go through the tedious process of migrating data between servers.
Ddnotify.txt43 access to files served by local user mode servers should be notified.
Dcoda.txt160 client cache and makes remote procedure calls to Coda file servers and
161 related servers (such as authentication servers) to service these
446 group of Coda servers acting under the aegis of a single system
721 ACLs to enforce protection and that ultimately the servers, not the
1026 SSuummmmaarryy Close a file, update it on the servers.
Dpath-lookup.txt13 web servers, it is important to optimize this code.
Dproc.txt1475 avoids servers and important system daemons from being killed and loses the
/linux-4.1.27/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
148 message logging) as found on high end servers such as A, L and
/linux-4.1.27/fs/ncpfs/
DKconfig9 used by Novell NetWare clients to talk to file servers. It is to
53 Allows you to utilize NFS namespace on NetWare servers. It brings
61 Allows you to utilize OS2/LONG namespace on NetWare servers.
/linux-4.1.27/Documentation/
Ddell_rbu.txt3 for updating BIOS images on Dell servers and desktops.
12 the BIOS on Dell servers (starting from servers sold since 1999), desktops
Dkernel-per-CPU-kthreads.txt210 f. If running on high-end powerpc servers, build with
Dapplying-patches.txt234 less bandwidth used globally and less load on the main kernel.org servers --
DIPMI.txt22 http://www.intel.com/design/servers/ipmi/index.htm. IPMI is a big
Dkernel-parameters.txt2398 in certain environments such as networked servers or
3479 SunRPC servers often require that client requests
/linux-4.1.27/net/dns_resolver/
DKconfig15 cell's volume location database servers.
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-server-gss.txt2 rpcsec_gss support for kernel RPC servers
6 implement RPCGSS authentication in kernel RPC servers such as the 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
Dnfs41-server.txt14 (Warning: older servers will interpret "+4.1" and "-4.1" as "+4" and
153 * mandatory only for servers that support CLAIM_DELEGATE_PREV and/or
Dnfs.txt22 NFSv4 requires clients to identify themselves to servers with a unique
Dnfsroot.txt60 servers for IP autoconfiguration and NFS.
/linux-4.1.27/Documentation/hwmon/
Dibmpowernv5 * Any recent IBM P servers based on POWERNV platform
Djc4261 which are used on many DDR3 memory modules for mobile devices and servers. Some
/linux-4.1.27/net/ipv4/
Dipconfig.c889 u8 servers; in ic_do_bootp_ext() local
912 servers= *ext/4; in ic_do_bootp_ext()
913 if (servers > CONF_NAMESERVERS_MAX) in ic_do_bootp_ext()
914 servers = CONF_NAMESERVERS_MAX; in ic_do_bootp_ext()
915 for (i = 0; i < servers; i++) { in ic_do_bootp_ext()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-firmware-gsmi5 Some servers used internally at Google have firmware
/linux-4.1.27/drivers/usb/
DREADME15 host controllers (on PCs, servers, and more); peripheral
/linux-4.1.27/arch/openrisc/
DREADME.openrisc88 ethernet support, functional http and telnet servers.
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dxics.txt12 Interrupt Control Presentation (ICP) entities, also called "servers",
/linux-4.1.27/Documentation/fb/
Dudlfb.txt37 * X servers and other applications can use the standard fbdev interface
75 xf86-video-fbdev X server. These servers have no real DisplayLink specific
Dmatroxfb.txt87 XFree servers have big troubles in multihead configurations (even on first
/linux-4.1.27/net/ipx/
DKconfig10 want to access Novell NetWare file or print servers using the Linux
/linux-4.1.27/drivers/pci/hotplug/
DKconfig30 bool "Save configuration into NVRAM on Compaq servers"
/linux-4.1.27/drivers/leds/
DKconfig140 tristate "LED support for SunFire servers."
146 LEDs on the I/O and CPU boards of SunFire UltraSPARC servers.
391 Network Attached Storage servers. You may control the hard
/linux-4.1.27/Documentation/x86/i386/
DIO-APIC.txt8 multiple IO-APICs. Multiple IO-APICs are used in high-end servers to
/linux-4.1.27/Documentation/x86/x86_64/
Dboot-options.txt200 pSeries and xSeries servers. This hardware IOMMU supports DMA address
271 bridge, X servers that access the hardware directly from user
/linux-4.1.27/Documentation/powerpc/
Dhvcs.txt288 adapter removal is impractical because other vty-servers in other
291 Due to this behavioral restriction disconnection of vty-servers from the
335 firmware and update the partner info for all the vty-servers that this
527 this driver assignment of hotplug added vty-servers may be in a different
/linux-4.1.27/arch/powerpc/kvm/
DKconfig194 IBM POWER (pSeries) servers.
/linux-4.1.27/net/
DKconfig138 run globally visible servers from within a masqueraded local network
292 maintain capacity for the other flows. This feature provides servers
/linux-4.1.27/Documentation/arm64/
Darm-acpi.txt3 ACPI can be used for ARMv8 general purpose servers designed to follow
20 industry-standard ARMv8 servers, they also apply to more than one operating
32 reasoning behind ACPI on ARMv8 servers. Actually, we snitch a good portion
66 Key to the use of ACPI is the support model. For servers in general, the
Dacpi_object_usage.txt550 that can be defined, but are not currently of general interest to ARM servers.
578 servers, there is either no hardware available at present, or in some cases
/linux-4.1.27/drivers/net/ppp/
DKconfig96 configuring PPTP clients and servers to utilize this method.
/linux-4.1.27/arch/parisc/
DKconfig35 in many of their workstations & servers (HP9000 700 and 800 series,
/linux-4.1.27/drivers/staging/unisys/Documentation/
Doverview.txt7 splitting large-scale Intel x86 servers into multiple isolated
/linux-4.1.27/Documentation/fmc/
Didentifiers.txt30 `http://download.intel.com/design/servers/ipmi/FRU1011.pdf' . The
/linux-4.1.27/drivers/tty/
DKconfig108 terminal. Typical programs for the master side are telnet servers
142 terminal. Typical programs for the master side are telnet servers
/linux-4.1.27/Documentation/scsi/
DFlashPoint.txt45 computer products for network servers, mass storage systems, workstations
/linux-4.1.27/Documentation/timers/
Dtimekeeping.txt48 servers using NTP, but all they do basically is update an offset against
/linux-4.1.27/net/ipv4/netfilter/
DKconfig320 network servers without having a dedicated load-balancing
/linux-4.1.27/drivers/hwmon/
DKconfig537 servers that support Active Energy Manager. This includes
550 power sensors in various IBM System X servers that support
625 mobile devices and servers. Support will include, but not be limited
1630 servers. Only developers and testers should enable it for the
/linux-4.1.27/include/linux/
Dnfs_xdr.h1040 struct nfs4_string servers[NFS4_FS_LOCATION_MAXSERVERS]; member
/linux-4.1.27/drivers/tty/serial/8250/
DKconfig13 servers, or users that have one of the various bus mice instead of a
/linux-4.1.27/Documentation/vm/
Dfrontswap.txt97 many servers in a cluster can swap, dynamically as needed, to a single
/linux-4.1.27/drivers/misc/
DKconfig266 with iLO management processors present on HP ProLiant servers.
/linux-4.1.27/drivers/block/
DKconfig292 servers (mount file systems on them etc.). Communication between
/linux-4.1.27/net/netfilter/
DKconfig913 This is used to overcome criminally braindead ISPs or servers which
977 network servers/stateful firewalls without having a dedicated
/linux-4.1.27/drivers/watchdog/
DKconfig584 as used in the x86 Cobalt servers and also found in some
585 SPARC Netra servers too.
/linux-4.1.27/Documentation/sysctl/
Dvm.txt792 zone_reclaim_mode is disabled by default. For file servers or workloads
Dkernel.txt902 NMI switch that most IA32 servers have fires unknown NMI up, for
/linux-4.1.27/init/
DKconfig281 userspace file servers, which now track files using handles instead
1189 to provide different user info for different servers.
/linux-4.1.27/drivers/scsi/
DKconfig990 many PA-RISC workstations & servers. If you do not know whether you
1000 SNI RM workstations & servers.
/linux-4.1.27/drivers/video/fbdev/
DKconfig1305 head is not compatible with accelerated XFree 3.3.x SVGA servers -
/linux-4.1.27/
DCREDITS2338 D: Developed original accelerated X servers included in XFree86