| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
| H A D | nfsserver | 22 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 D | nfs-server.service | 4 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 D | proc-fs-nfsd.mount | 6 What=nfsd 7 Where=/proc/fs/nfsd 8 Type=nfsd
|
| H A D | nfs-mountd.service | 5 Requires=proc-fs-nfsd.mount 6 After=proc-fs-nfsd.mount
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | Makefile | 8 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 …]
|
| H A D | nfssvc.c | 41 static int nfsd(void *vrqstp); 597 .svo_function = nfsd, 605 return kthread_func(current) == nfsd; in i_am_nfsd() 887 nfsd(void *vrqstp) in nfsd() function
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/ |
| H A D | nfsd-admin-interfaces.rst | 2 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 D | pnfs-block-server.rst | 23 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 D | index.rst | 11 nfsd-admin-interfaces
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/nfsd/ |
| H A D | ..install.cmd | 1 …nfsd/.install := /bin/sh scripts/headers_install.sh /data/jenkins/workspace/GNU-toolchain/arm-10/b…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/nfsd/ |
| H A D | ..install.cmd | 1 …nfsd/.install := /bin/sh scripts/headers_install.sh /data/jenkins/workspace/GNU-toolchain/arm-10/b…
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/ |
| H A D | knfsd-stats.rst | 22 /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 D | nfs41-server.rst | 6 /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 D | rpc-server-gss.rst | 91 before starting nfsd. Whoever starts nfsd can guarantee this by reading
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/ |
| H A D | qemu.inc | 28 KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc" 29 KERNEL_FEATURES:append:pn-linux-yocto-rt = " features/nfsd/nfsd-enable.scc"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | exports-lib.pl.patch | 4 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")) {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/ |
| H A D | nfs-utils_2.6.1.bb | 13 RRECOMMENDS:${PN} = "kernel-module-nfsd" 28 file://proc-fs-nfsd.mount \ 36 # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will 131 install -m 0644 ${WORKDIR}/proc-fs-nfsd.mount ${D}${systemd_system_unitdir}/ 133 ln -sf ../proc-fs-nfsd.mount ${D}${systemd_system_unitdir}/sysinit.target.wants/proc-fs-nfsd.mount
|
| /OK3568_Linux_fs/buildroot/package/nfs-utils/ |
| H A D | S60nfs | 11 CFG_FILE=/etc/default/nfsd 31 rpc.nfsd ${NR_THREADS} 47 killall -q nfsd 2>/dev/null
|
| H A D | Config.in | 50 bool "rpc.nfsd"
|
| H A D | nfs-utils.mk | 45 usr/sbin/rpc.mountd usr/sbin/rpc.nfsd usr/lib/systemd/system/nfs-server.service
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/distro/include/ |
| H A D | poky-distro-alt-test-config.inc | 8 KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 187 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 334 nullarbor:~ # echo -n 'module nfsd +p' > 346 nullarbor:~ # echo -n 'format "nfsd: READ" +p' >
|
| /OK3568_Linux_fs/buildroot/system/skeleton/etc/ |
| H A D | services | 186 nfsd-keepalive 1110/udp 200 nfsd 2049/tcp nfs 201 nfsd 2049/udp nfs
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | changes.rst | 311 mount -t nfsd nfsd /proc/fs/nfsd
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/ |
| H A D | changes.rst | 308 mount -t nfsd nfsd /proc/fs/nfsd
|