Home
last modified time | relevance | path

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

12

/trueos/sys/nfsserver/
HDnfs.h265 int nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
267 int nfsrv_commit(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
269 int nfsrv_create(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
277 int nfsrv_fsinfo(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
279 int nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
281 int nfsrv_link(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
283 int nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
285 int nfsrv_mkdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
287 int nfsrv_mknod(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
289 int nfsrv_noop(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
[all …]
HDnfs_serv.c226 nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv3_access() argument
229 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv3_access()
230 struct sockaddr *nam = nfsd->nd_nam; in nfsrv3_access()
231 caddr_t dpos = nfsd->nd_dpos; in nfsrv3_access()
232 struct ucred *cred = nfsd->nd_cr; in nfsrv3_access()
242 int v3 = (nfsd->nd_flag & ND_NFSV3); in nfsrv3_access()
250 error = nfsrv_fhtovp(fhp, 0, &vp, nfsd, slp, nam, &rdonly); in nfsrv3_access()
293 nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_getattr() argument
296 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_getattr()
297 struct sockaddr *nam = nfsd->nd_nam; in nfsrv_getattr()
[all …]
HDnfsm_subs.h114 t1 = nfsm_srvmtofh_xx((f), nfsd->nd_flag & ND_NFSV3, &md, &dpos); \
143 mreq = nfs_rephead((s), nfsd, error, &mb, &bpos); \
153 mreq = nfs_rephead((s), nfsd, error, &mb, &bpos); \
172 nfsm_srvwcc(nfsd, (br), (b), (ar), (a), &mb, &bpos)
175 nfsm_srvpostopattr(nfsd, (r), (a), &mb, &bpos)
178 nfsm_srvfattr(nfsd, (a), (f))
HDnfs_srvsubs.c582 nfs_namei(struct nameidata *ndp, struct nfsrv_descript *nfsd, in nfs_namei() argument
644 error = nfsrv_fhtovp(fhp, 0, &dp, nfsd, slp, nam, &rdonly); in nfs_namei()
934 nfsm_srvwcc(struct nfsrv_descript *nfsd, int before_ret, in nfsm_srvwcc() argument
956 nfsm_srvpostopattr(nfsd, after_ret, after_vap, mbp, bposp); in nfsm_srvwcc()
960 nfsm_srvpostopattr(struct nfsrv_descript *nfsd, int after_ret, in nfsm_srvpostopattr() argument
975 nfsm_srvfattr(nfsd, after_vap, fp); in nfsm_srvpostopattr()
982 nfsm_srvfattr(struct nfsrv_descript *nfsd, struct vattr *vap, in nfsm_srvfattr() argument
989 if (nfsd->nd_flag & ND_NFSV3) { in nfsm_srvfattr()
1029 struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_fhtovp() argument
1042 int v3 = nfsd->nd_flag & ND_NFSV3; in nfsrv_fhtovp()
[all …]
/trueos/etc/rc.d/
HDnfsd40 load_kld nfsd
44 sysctl vfs.nfsd.nfs_privport=1 > /dev/null
46 sysctl vfs.nfsd.nfs_privport=0 > /dev/null
50 sysctl vfs.nfsd.server_max_nfsvers=4 > /dev/null
54 sysctl vfs.nfsd.server_max_nfsvers=3 > /dev/null
HDMakefile83 nfsd \
/trueos/sys/fs/nfsclient/
HDnfs_clrpcops.c131 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_null() local
197 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_accessrpc() local
374 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_openrpc() local
570 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_opendowngrade() local
633 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_doclose() local
771 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_openconfirm() local
813 struct nfsrv_descript nfsd; in nfsrpc_setclient() local
814 struct nfsrv_descript *nd = &nfsd; in nfsrpc_setclient()
990 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_getattr() local
1018 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_getattrnovp() local
[all …]
HDnfs_clstate.c4112 struct nfsrv_descript nfsd, *nd = &nfsd; in nfscl_trylock() local
4177 struct nfsrv_descript nfsd, *nd = &nfsd; in nfscl_tryclose() local
/trueos/usr.sbin/nfsd/
HDMakefile4 PROG= nfsd
5 MAN= nfsd.8 nfsv4.4 stablerestart.5
/trueos/sys/modules/nfsd/
HDMakefile4 KMOD= nfsd
/trueos/contrib/netbsd-tests/fs/nfs/nfsservice/
HDREADME8 * nfsd
/trueos/contrib/netbsd-tests/fs/nfs/
HDt_rquotad.sh105 atf_check -s exit:0 nfsd
/trueos/sys/conf/
HDfiles2746 fs/nfs/nfs_commonkrpc.c optional nfscl | nfsd
2747 fs/nfs/nfs_commonsubs.c optional nfscl | nfsd
2748 fs/nfs/nfs_commonport.c optional nfscl | nfsd
2749 fs/nfs/nfs_commonacl.c optional nfscl | nfsd
2761 fs/nfsserver/nfs_fha_new.c optional nfsd inet
2762 fs/nfsserver/nfs_nfsdsocket.c optional nfsd inet
2763 fs/nfsserver/nfs_nfsdsubs.c optional nfsd inet
2764 fs/nfsserver/nfs_nfsdstate.c optional nfsd inet
2765 fs/nfsserver/nfs_nfsdkrpc.c optional nfsd inet
2766 fs/nfsserver/nfs_nfsdserv.c optional nfsd inet
[all …]
/trueos/contrib/netbsd-tests/lib/librumphijack/
HDt_tcpip.sh193 atf_check -s exit:0 nfsd
/trueos/sys/fs/nfsserver/
HDnfs_nfsdport.c51 FEATURE(nfsd, "NFSv4 server");
90 SYSCTL_NODE(_vfs, OID_AUTO, nfsd, CTLFLAG_RW, 0, "New NFS server");
3400 DECLARE_MODULE(nfsd, nfsd_mod, SI_SUB_VFS, SI_ORDER_ANY);
3403 MODULE_VERSION(nfsd, 1);
3404 MODULE_DEPEND(nfsd, nfscommon, 1, 1, 1);
3405 MODULE_DEPEND(nfsd, nfslock, 1, 1, 1);
3406 MODULE_DEPEND(nfsd, nfslockd, 1, 1, 1);
3407 MODULE_DEPEND(nfsd, krpc, 1, 1, 1);
3408 MODULE_DEPEND(nfsd, nfssvc, 1, 1, 1);
/trueos/usr.sbin/
HDMakefile53 nfsd \
/trueos/usr.sbin/crunch/examples/
HDreally-big.conf29 progs newfs nfsd nfsiod ping quotacheck reboot restore route routed savecore
/trueos/share/doc/smm/01.setup/
HDspell.ok416 nfsd
/trueos/tools/tools/tinybsd/conf/default/
HDtinybsd.basefiles212 usr/sbin/nfsd
/trueos/contrib/amd/
HDBUGS103 that nfsd is running. Normally these are not required.
153 The user-level nfsd (2.2beta44) on older SuSE Linux systems (and possibly
/trueos/share/examples/diskless/
HDREADME.BOOTP105 nfsd, and rpc.statd. The standard NFS server options in /etc/rc.conf
/trueos/sys/modules/
HDMakefile253 nfsd \
/trueos/etc/
HDservices1527 nfsd-status 1110/tcp #Cluster status info
1528 nfsd-keepalive 1110/udp #Client status info
2134 nfsd 2049/sctp nfs # NFS server daemon
2135 nfsd 2049/tcp nfs # NFS server daemon
2136 nfsd 2049/udp nfs # NFS server daemon
/trueos/sys/mips/rmi/
HDrootfs_list.txt255 ./etc/rc.d/nfsd
/trueos/sys/fs/nfs/
HDnfs_commonsubs.c3050 struct nfsrv_descript nfsd; in nfsrv_getuser() local
3061 nd = &nfsd; in nfsrv_getuser()

12