| /trueos/sys/nfsserver/ |
| HD | nfs.h | 265 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 …]
|
| HD | nfs_serv.c | 226 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 …]
|
| HD | nfsm_subs.h | 114 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))
|
| HD | nfs_srvsubs.c | 582 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/ |
| HD | nfsd | 40 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
|
| HD | Makefile | 83 nfsd \
|
| /trueos/sys/fs/nfsclient/ |
| HD | nfs_clrpcops.c | 131 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 …]
|
| HD | nfs_clstate.c | 4112 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/ |
| HD | Makefile | 4 PROG= nfsd 5 MAN= nfsd.8 nfsv4.4 stablerestart.5
|
| /trueos/sys/modules/nfsd/ |
| HD | Makefile | 4 KMOD= nfsd
|
| /trueos/contrib/netbsd-tests/fs/nfs/nfsservice/ |
| HD | README | 8 * nfsd
|
| /trueos/contrib/netbsd-tests/fs/nfs/ |
| HD | t_rquotad.sh | 105 atf_check -s exit:0 nfsd
|
| /trueos/sys/conf/ |
| HD | files | 2746 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/ |
| HD | t_tcpip.sh | 193 atf_check -s exit:0 nfsd
|
| /trueos/sys/fs/nfsserver/ |
| HD | nfs_nfsdport.c | 51 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/ |
| HD | Makefile | 53 nfsd \
|
| /trueos/usr.sbin/crunch/examples/ |
| HD | really-big.conf | 29 progs newfs nfsd nfsiod ping quotacheck reboot restore route routed savecore
|
| /trueos/share/doc/smm/01.setup/ |
| HD | spell.ok | 416 nfsd
|
| /trueos/tools/tools/tinybsd/conf/default/ |
| HD | tinybsd.basefiles | 212 usr/sbin/nfsd
|
| /trueos/contrib/amd/ |
| HD | BUGS | 103 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/ |
| HD | README.BOOTP | 105 nfsd, and rpc.statd. The standard NFS server options in /etc/rc.conf
|
| /trueos/sys/modules/ |
| HD | Makefile | 253 nfsd \
|
| /trueos/etc/ |
| HD | services | 1527 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/ |
| HD | rootfs_list.txt | 255 ./etc/rc.d/nfsd
|
| /trueos/sys/fs/nfs/ |
| HD | nfs_commonsubs.c | 3050 struct nfsrv_descript nfsd; in nfsrv_getuser() local 3061 nd = &nfsd; in nfsrv_getuser()
|