Home
last modified time | relevance | path

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

12345678910>>...20

/dports/misc/rump/buildrump.sh-b914579/src/sys/nfs/
H A Dnfs_serv.c162 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv3_access()
225 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_getattr()
265 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_setattr()
392 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_lookup()
522 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_readlink()
617 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_read()
841 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_write()
1107 nfsd->nd_eoff = nfsd->nd_off + len; in nfsrv_writegather()
1182 for(; nfsd && NFSW_CONTIG(owp, nfsd); nfsd = wp) { in nfsrv_writegather()
1202 for (nfsd = LIST_FIRST(&slp->ns_tq); nfsd; nfsd = owp) { in nfsrv_writegather()
[all …]
H A Dnfs_syscalls.c187 struct nfsd *nfsd; in do_nfssvc() local
260 slp = nfsd->nfsd_slp; in do_nfssvc()
483 struct nfsd *nfsd = nsd->nsd_nfsd; in nfssvc_nfsd() local
495 if (nfsd == NULL) { in nfssvc_nfsd()
496 nsd->nsd_nfsd = nfsd = kmem_alloc(sizeof(*nfsd), KM_SLEEP); in nfssvc_nfsd()
497 memset(nfsd, 0, sizeof (struct nfsd)); in nfssvc_nfsd()
499 nfsd->nfsd_procp = p; in nfssvc_nfsd()
531 nfsd, nfsd, nfsd_idle); in nfssvc_nfsd()
592 slp = nfsd->nfsd_slp; in nfssvc_nfsd()
601 nfsd->nfsd_slp = NULL; in nfssvc_nfsd()
[all …]
H A Dnfsm_subs.h434 nfsd->nd_repstat = error; \
435 if (error && !(nfsd->nd_flag & ND_NFSV3)) \
436 (void) nfs_rephead(0, nfsd, slp, error, cache, &frev, \
439 (void) nfs_rephead((s), nfsd, slp, error, cache, &frev, \
446 if (error && (!(nfsd->nd_flag & ND_NFSV3) || \
455 nfsd->nd_repstat = error; \
457 (void) nfs_rephead(0, nfsd, slp, error, cache, &frev, \
476 if (nfsd->nd_flag & ND_NFSV3) { \
510 nfsm_srvfattr(nfsd, (a), (f))
513 nfsm_srvwcc(nfsd, (br), (b), (ar), (a), &mb, &bpos)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfsd/
H 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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfsd/
H 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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfsd/
H 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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/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:
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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/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:
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 …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/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:
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 …]
/dports/textproc/wiggle/wiggle-1.3/tests/linux/nfsd-defines/
H A Dpatch8 ./include/linux/nfsd/nfsd.h | 4 ++--
11 diff ./include/linux/nfsd/nfsd.h~current~ ./include/linux/nfsd/nfsd.h
12 --- ./include/linux/nfsd/nfsd.h~current~ 2003-04-17 10:31:15.000000000 +1000
13 +++ ./include/linux/nfsd/nfsd.h 2003-04-17 10:31:08.000000000 +1000
H A Dmerge2 * linux/include/linux/nfsd/nfsd.h
19 #include <linux/nfsd/debug.h>
20 #include <linux/nfsd/nfsfh.h>
21 #include <linux/nfsd/export.h>
22 #include <linux/nfsd/auth.h>
23 #include <linux/nfsd/stats.h>
24 #include <linux/nfsd/interface.h>
26 * nfsd version
68 /* nfsd/vfs.c */
H A Dorig2 * linux/include/linux/nfsd/nfsd.h
19 #include <linux/nfsd/debug.h>
20 #include <linux/nfsd/nfsfh.h>
21 #include <linux/nfsd/export.h>
22 #include <linux/nfsd/auth.h>
23 #include <linux/nfsd/stats.h>
24 #include <linux/nfsd/interface.h>
26 * nfsd version
68 /* nfsd/vfs.c */
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-nfs/src/test/java/org/apache/hadoop/hdfs/nfs/nfs3/
H A DTestRpcProgramNfs3.java114 static RpcProgramNfs3 nfsd; field in TestRpcProgramNfs3
154 nfsd = (RpcProgramNfs3) nfs.getRpcProgram(); in setup()
241 LOOKUP3Response response1 = nfsd.lookup(xdr_req.asReadOnlyWrap(), in testLookup()
248 LOOKUP3Response response2 = nfsd.lookup(xdr_req.asReadOnlyWrap(), in testLookup()
324 READ3Response response1 = nfsd.read(xdr_req.asReadOnlyWrap(), in testRead()
331 READ3Response response2 = nfsd.read(xdr_req.asReadOnlyWrap(), in testRead()
453 WRITE3Response response1 = nfsd.write(xdr_req.asReadOnlyWrap(), in testWrite()
460 WRITE3Response response2 = nfsd.write(xdr_req.asReadOnlyWrap(), in testWrite()
500 MKDIR3Response response1 = nfsd.mkdir(xdr_req.asReadOnlyWrap(), in testMkdir()
574 RMDIR3Response response1 = nfsd.rmdir(xdr_req.asReadOnlyWrap(), in testRmdir()
[all …]
H A DTestReaddir.java67 static RpcProgramNfs3 nfsd; field in TestReaddir
94 nfsd = (RpcProgramNfs3) nfs3.getRpcProgram(); in setup()
131 READDIR3Response response = nfsd.readdir(xdr_req.asReadOnlyWrap(), in testReaddirBasic()
148 response = nfsd.readdir(xdr_req.asReadOnlyWrap(), securityHandler, in testReaddirBasic()
158 response = nfsd.readdir(xdr_req.asReadOnlyWrap(), securityHandler, in testReaddirBasic()
180 READDIRPLUS3Response responsePlus = nfsd.readdirplus(xdr_req in testReaddirPlus()
199 responsePlus = nfsd.readdirplus(xdr_req.asReadOnlyWrap(), securityHandler, in testReaddirPlus()
209 responsePlus = nfsd.readdirplus(xdr_req.asReadOnlyWrap(), securityHandler, in testReaddirPlus()
H A DTestWrites.java446 OpenFileCtx ctx = nfsd.getWriteManager() in waitWrite()
465 RpcProgramNfs3 nfsd; in testWriteStableHow() local
492 nfsd = (RpcProgramNfs3) nfs3.getRpcProgram(); in testWriteStableHow()
517 waitWrite(nfsd, handle, 60000); in testWriteStableHow()
523 READ3Response readRsp = nfsd.read(readXdr.asReadOnlyWrap(), in testWriteStableHow()
546 waitWrite(nfsd, handle2, 60000); in testWriteStableHow()
552 READ3Response readRsp2 = nfsd.read(readXdr2.asReadOnlyWrap(), in testWriteStableHow()
571 RpcProgramNfs3 nfsd; in testOOOWrites() local
597 nfsd = (RpcProgramNfs3) nfs3.getRpcProgram(); in testOOOWrites()
627 waitWrite(nfsd, handle, 60000); in testOOOWrites()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/volume/nfs/
H A Drun_nfs.sh51 mount -t nfsd nfsd /proc/fs/nfsd
58 /usr/sbin/rpc.nfsd -G 10 -N 2 -V 3
67 /usr/sbin/rpc.nfsd 0
72 umount /proc/fs/nfsd
/dports/net/samba412/samba-4.12.15/ctdb/doc/examples/
H A Dnfs-ganesha-callout262 dbus-send --print-reply --system --dest=org.ganesha.nfsd \
263 /org/ganesha/nfsd/admin org.ganesha.nfsd.admin.grace \
278 dbus-send --print-reply --system --dest=org.ganesha.nfsd \
279 /org/ganesha/nfsd/admin org.ganesha.nfsd.admin.grace \
/dports/multimedia/libv4l/linux-5.13-rc2/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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/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 …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/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 …]
/dports/sysutils/runit-faster/freebsd-runit-2.1.3.7/etc/runit/core-services/
H A D92-nfs.sh.sample7 kldload -n nfsd || return 1
23 sysctl vfs.nfsd.server_max_nfsvers=4 > /dev/null
25 sysctl vfs.nfsd.server_max_nfsvers=3 > /dev/null
53 if ! nfsd ${nfsd_flags}; then
54 echo "WARNING: Cannot run nfsd"
/dports/sysutils/webmin/webmin-1.981/exports/
H A Dconfig-syno-linux1 nfs_server=rpc.nfsd
3 restart_command=if (killall -HUP rpc.nfsd && killall -HUP rpc.mountd); then /bin/true; else (rpc.nf…
/dports/net-mgmt/xymon-server/xymon-4.3.30/demotool/data/democonf/demohost/
H A Dclient_top58 …4768 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
61 …4771 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
62 …4772 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
63 …4773 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
64 …4774 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
65 …4775 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
66 …4776 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
67 …4777 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
/dports/net-mgmt/xymon-client/xymon-4.3.30/demotool/data/democonf/demohost/
H A Dclient_top58 …4768 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
61 …4771 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
62 …4772 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
63 …4773 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
64 …4774 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
65 …4775 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
66 …4776 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
67 …4777 root 15 0 0 0 0 S 0.0 0.0 0:00.00 nfsd
/dports/devel/libvirt/libvirt-7.10.0/tests/vircgroupdata/
H A Dall-in-one.mounts6 nfsd /proc/fs/nfsd nfsd rw,relatime 0 0

12345678910>>...20