Home
last modified time | relevance | path

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

12

/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfsserver22 test -r /etc/default/nfsd && . /etc/default/nfsd
26 test -x "$NFS_NFSD" || NFS_NFSD=/usr/sbin/rpc.nfsd
54 modprobe -q nfsd
55 grep -q nfsd /proc/filesystems || {
59 grep -q nfsd /proc/mounts || mount -t nfsd nfsd /proc/fs/nfsd
60 grep -q nfsd /proc/mounts || {
61 echo nfsd filesystem could not be mounted at /proc/fs/nfsd
72 if pidof nfsd >/dev/null
86 start-stop-daemon --stop --quiet --signal 1 --name nfsd
90 start-stop-daemon --stop --quiet --signal 9 --name nfsd
[all …]
H A Dnfs-server.service4 Requires=network.target proc-fs-nfsd.mount
8 After=network.target proc-fs-nfsd.mount rpcbind.service nfs-mountd.service
15 ExecStart=@SBINDIR@/rpc.nfsd $NFSD_OPTS $NFSD_COUNT
16 ExecStop=@SBINDIR@/rpc.nfsd 0
H A Dproc-fs-nfsd.mount6 What=nfsd
7 Where=/proc/fs/nfsd
8 Type=nfsd
H A Dnfs-mountd.service5 Requires=proc-fs-nfsd.mount
6 After=proc-fs-nfsd.mount
/openbmc/linux/fs/nfsd/
H A DMakefile8 obj-$(CONFIG_NFSD) += nfsd.o
11 nfsd-y += trace.o
13 nfsd-y += nfssvc.o nfsctl.o nfsfh.o vfs.o \
16 nfsd-$(CONFIG_NFSD_V2) += nfsproc.o nfsxdr.o
17 nfsd-$(CONFIG_NFSD_V2_ACL) += nfs2acl.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 …]
H A Dstats.c74 DEFINE_PROC_SHOW_ATTRIBUTE(nfsd);
H A Dnfssvc.c39 static int nfsd(void *vrqstp);
655 return kthread_func(current) == nfsd; in i_am_nfsd()
673 nfsd_max_blksize, nfsd); in nfsd_create_serv()
926 nfsd(void *vrqstp) in nfsd() function
/openbmc/linux/Documentation/admin-guide/nfs/
H 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:
22 If nfsd is started without doing any of these, then it will create one
25 On startup, nfsd and lockd grace periods start. nfsd is shut down by a write of
26 0 to nfsd/threads. All locks and state are thrown away at that point.
29 or down by additional writes to nfsd/threads or by writes to
30 nfsd/pool_threads.
[all …]
H 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
H A Dindex.rst11 nfsd-admin-interfaces
/openbmc/linux/Documentation/filesystems/nfs/
H 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 …]
H 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
H 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_
H A Drpc-server-gss.rst91 before starting nfsd. Whoever starts nfsd can guarantee this by reading
H A Dreexport.rst99 - include/uapi/linux/nfsd/nfsfh.h:struct nfs_fhbase_new
100 - fs/nfsd/nfsfh.c:set_version_and_fsid_type
H A Dpnfs.rst43 The hash code is copied from the nfsd code base. A discussion of
/openbmc/openbmc/poky/meta/conf/machine/include/
H A Dqemu.inc27 KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
28 KERNEL_FEATURES:append:pn-linux-yocto-rt = " features/nfsd/nfsd-enable.scc"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dexports-lib.pl.patch4 Subject: [PATCH] nfs export: remove nfsd check
6 nfsd runs as a kernel process and does not have a pid. This means
21 @@ -301,7 +301,7 @@ return !&has_command("rpc.nfsd") && !&ha
25 -if ($config{'apply_cmd'} && &find_byname("nfsd") && &find_byname("mountd")) {
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/
H A Dnfs-utils_2.8.2.bb13 RRECOMMENDS:${PN} = "kernel-module-nfsd"
28 file://proc-fs-nfsd.mount \
39 # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will
141 install -m 0644 ${UNPACKDIR}/proc-fs-nfsd.mount ${D}${systemd_system_unitdir}/
143 ln -sf ../proc-fs-nfsd.mount ${D}${systemd_system_unitdir}/sysinit.target.wants/proc-fs-nfsd.mount
/openbmc/openbmc/poky/meta-poky/conf/distro/include/
H A Dpoky-distro-alt-test-config.inc8 KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
/openbmc/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst159 module nfsd
174 format nfsd:\040SETATTR // one way to match a format with whitespace
175 format "nfsd: SETATTR" // a neater way to match a format with whitespace
176 format 'nfsd: SETATTR' // yet another way to match a format with whitespace
312 :#> ddcmd 'module nfsd +p'
321 :#> ddcmd 'format "nfsd: READ" +p'
/openbmc/linux/fs/smb/client/
H A DKconfig175 bool "Allow nfsd to export CIFS file system"
178 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
/openbmc/linux/fs/
H A DMakefile87 obj-$(CONFIG_NFSD) += nfsd/
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf440 [plugin:proc:/proc/net/rpc/nfsd]
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dchanges.rst336 mount -t nfsd nfsd /proc/fs/nfsd

12