Home
last modified time | relevance | path

Searched refs:nfsd (Results 1 – 25 of 32) sorted by relevance

12

/linux/fs/nfsd/
A DMakefile8 obj-$(CONFIG_NFSD) += nfsd.o
11 nfsd-y += trace.o
13 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
16 nfsd-$(CONFIG_NFSD_V2_ACL) += nfs2acl.o
17 nfsd-$(CONFIG_NFSD_V3) += nfs3proc.o nfs3xdr.o
18 nfsd-$(CONFIG_NFSD_V3_ACL) += nfs3acl.o
19 nfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4idmap.o \
21 nfsd-$(CONFIG_NFSD_PNFS) += nfs4layouts.o
22 nfsd-$(CONFIG_NFSD_BLOCKLAYOUT) += blocklayout.o blocklayoutxdr.o
23 nfsd-$(CONFIG_NFSD_SCSILAYOUT) += blocklayout.o blocklayoutxdr.o
[all …]
A Dnfssvc.c37 static int nfsd(void *vrqstp);
595 .svo_function = nfsd,
634 return kthread_func(current) == nfsd; in i_am_nfsd()
918 nfsd(void *vrqstp) in nfsd() function
A DKconfig16 choose M here: the module will be called nfsd.
A Dtrace.h6 #define TRACE_SYSTEM nfsd
/linux/Documentation/admin-guide/nfs/
A Dnfsd-admin-interfaces.rst2 Administrative interfaces for nfsd
8 nfsd is controlled mainly by pseudofiles under the "nfsd" filesystem,
9 which is normally mounted at /proc/fs/nfsd/.
12 nfsd/threads.
15 writing to nfsd/portlist; that write may be:
25 On startup, nfsd and lockd grace periods start. nfsd is shut down by a write of
29 or down by additional writes to nfsd/threads or by writes to
30 nfsd/pool_threads.
32 For more detail about files under nfsd/ and what they control, see
33 fs/nfsd/nfsctl.c; most of them have detailed comments.
[all …]
A Dpnfs-block-server.rst23 If the nfsd server needs to fence a non-responding client it calls
24 /sbin/nfsd-recall-failed with the first argument set to the IP address of
29 cat > /sbin/nfsd-recall-failed << EOF
A Dindex.rst11 nfsd-admin-interfaces
A Dnfs-rdma.rst271 $ echo rdma 20049 > /proc/fs/nfsd/portlist
/linux/Documentation/filesystems/nfs/
A Dknfsd-stats.rst22 /proc/fs/nfsd/pool_stats
26 /proc/fs/nfsd filesystem is mounted (it almost always should be).
45 which contains all the nfsd threads and all the CPUs in the system,
64 an nfsd thread to service it, i.e. no nfsd thread was considered
73 This can happen because there are too few nfsd threads in the thread
75 case configuring more nfsd threads will probably improve the
79 Counts how many times an idle nfsd thread is woken to try to
88 Counts how many times an nfsd thread triggered an idle timeout,
92 This statistic counts a circumstance where there are more nfsd
94 a clue that the number of nfsd threads can be reduced without
[all …]
A Dnfs41-server.rst6 /proc/fs/nfsd/versions control file. The string output returned
12 the /proc/fs/nfsd/versions control file. Note that to write this
13 control file, the nfsd service must be taken down. You can use rpc.nfsd
14 for this; see rpc.nfsd(8).
19 on or off; rpc.nfsd does this correctly.)
21 The NFSv4 minorversion 1 (NFSv4.1) implementation in nfsd is based
A Dexporting.rst160 filesystem to communicate such information to nfsd. See the Export
175 contains a "flags" field that allows the filesystem to communicate to nfsd
187 and atomicity is difficult to guarantee. This flag indicates to nfsd
197 export consists of an entire filesystem, this is trivial. nfsd can just
199 filesystem is exported however, then nfsd must walk the ancestors of the
211 file is held by nfsd so we usually end up doing a sillyrename, and
215 This flag causes nfsd to close any open files for this inode _before_
A Drpc-server-gss.rst91 before starting nfsd. Whoever starts nfsd can guarantee this by reading
A Dreexport.rst99 - include/uapi/linux/nfsd/nfsfh.h:struct nfs_fhbase_new
100 - fs/nfsd/nfsfh.c:set_version_and_fsid_type
A Dpnfs.rst43 The hash code is copied from the nfsd code base. A discussion of
/linux/Documentation/admin-guide/
A Ddynamic-debug-howto.rst187 module nfsd
202 format nfsd:\040SETATTR // one way to match a format with whitespace
203 format "nfsd: SETATTR" // a neater way to match a format with whitespace
204 format 'nfsd: SETATTR' // yet another way to match a format with whitespace
332 nullarbor:~ # echo -n 'module nfsd +p' >
344 nullarbor:~ # echo -n 'format "nfsd: READ" +p' >
A Ddevices.rst82 /dev/nfsd socksys symbolic Required by iBCS-2
/linux/Documentation/process/
A Dchanges.rst321 mount -t nfsd nfsd /proc/fs/nfsd
/linux/Documentation/translations/it_IT/process/
A Dchanges.rst318 mount -t nfsd nfsd /proc/fs/nfsd
/linux/Documentation/
A DChanges321 mount -t nfsd nfsd /proc/fs/nfsd
/linux/fs/cifs/
A DKconfig176 bool "Allow nfsd to export CIFS file system"
179 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
/linux/fs/
A DMakefile94 obj-$(CONFIG_NFSD) += nfsd/
A DKconfig335 source "fs/nfsd/Kconfig"
/linux/Documentation/filesystems/cifs/
A Dksmbd.rst113 ksmbd/nfsd interoperability Planned for future. The features that ksmbd
/linux/Documentation/filesystems/
A Doverlayfs.rst79 [*] nfsd v3 readdirplus verifies d_ino == i_ino. i_ino is exposed via several
/linux/Documentation/admin-guide/cgroup-v1/
A Dcgroups.rst134 Browsers like Firefox/Lynx go into the WWW network class, while (k)nfsd goes

Completed in 29 milliseconds

12