Home
last modified time | relevance | path

Searched refs:nfsrv_descript (Results 1 – 23 of 23) sorted by relevance

/trueos/sys/fs/nfsserver/
HDnfs_nfsdsocket.c56 int (*nfsrv3_procs0[NFS_V3NPROCS])(struct nfsrv_descript *,
58 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
61 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
67 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
68 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
69 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
72 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
73 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
82 int (*nfsrv3_procs1[NFS_V3NPROCS])(struct nfsrv_descript *,
85 …(int (*)(struct nfsrv_descript *, int, vnode_t , vnode_t *, fhandle_t *, NFSPROC_T *, struct nfsex…
[all …]
HDnfs_nfsdserv.c75 static void nfsrvd_symlinksub(struct nfsrv_descript *nd, struct nameidata *ndp,
81 static void nfsrvd_mkdirsub(struct nfsrv_descript *nd, struct nameidata *ndp,
91 nfsrvd_access(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_access()
178 nfsrvd_getattr(struct nfsrv_descript *nd, int isdgram, in nfsrvd_getattr()
293 nfsrvd_setattr(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_setattr()
482 nfsrvd_lookup(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_lookup()
582 nfsrvd_readlink(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_readlink()
625 nfsrvd_read(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_read()
786 nfsrvd_write(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_write()
965 nfsrvd_create(struct nfsrv_descript *nd, __unused int isdgram, in nfsrvd_create()
[all …]
HDnfs_nfsdsubs.c1331 nfsrv_wcc(struct nfsrv_descript *nd, int before_ret, in nfsrv_wcc()
1352 nfsrv_postopattr(struct nfsrv_descript *nd, int after_ret, in nfsrv_postopattr()
1371 nfsrv_fillattr(struct nfsrv_descript *nd, struct nfsvattr *nvap) in nfsrv_fillattr()
1431 nfsrv_mtofh(struct nfsrv_descript *nd, struct nfsrvfh *fhp) in nfsrv_mtofh()
1494 nfsd_errmap(struct nfsrv_descript *nd) in nfsd_errmap()
1550 nfsrv_checkuidgid(struct nfsrv_descript *nd, struct nfsvattr *nvap) in nfsrv_checkuidgid()
1583 nfsrv_fixattr(struct nfsrv_descript *nd, vnode_t vp, in nfsrv_fixattr()
1709 nfsrv_putreferralattr(struct nfsrv_descript *nd, nfsattrbit_t *retbitp, in nfsrv_putreferralattr()
1828 nfsrv_parsename(struct nfsrv_descript *nd, char *bufp, u_long *hashp, in nfsrv_parsename()
2066 nfsd_checkrootexp(struct nfsrv_descript *nd) in nfsd_checkrootexp()
[all …]
HDnfs_nfsdcache.c280 static int nfsrc_getudp(struct nfsrv_descript *nd, struct nfsrvcache *newrp);
281 static int nfsrc_gettcp(struct nfsrv_descript *nd, struct nfsrvcache *newrp);
330 nfsrvd_getcache(struct nfsrv_descript *nd) in nfsrvd_getcache()
368 nfsrc_getudp(struct nfsrv_descript *nd, struct nfsrvcache *newrp) in nfsrc_getudp()
457 nfsrvd_updatecache(struct nfsrv_descript *nd) in nfsrvd_updatecache()
602 nfsrc_gettcp(struct nfsrv_descript *nd, struct nfsrvcache *newrp) in nfsrc_gettcp()
HDnfs_fha_new.c133 struct nfsrv_descript lnd, *nd; in fhanew_get_fh()
193 struct nfsrv_descript lnd, *nd; in fhanew_get_offset()
HDnfs_nfsdkrpc.c103 static int nfs_proc(struct nfsrv_descript *, u_int32_t, SVCXPRT *xprt,
117 struct nfsrv_descript nd; in nfssvc_program()
310 nfs_proc(struct nfsrv_descript *nd, u_int32_t xid, SVCXPRT *xprt, in nfs_proc()
HDnfs_nfsdstate.c122 static int nfsrv_checkgrace(struct nfsrv_descript *nd, struct nfsclient *clp,
127 static int nfsrv_cbcallargs(struct nfsrv_descript *nd, struct nfsclient *clp,
139 static int nfsrv_notsamecredname(struct nfsrv_descript *nd,
143 static int nfsrv_checkseqid(struct nfsrv_descript *nd, u_int32_t seqid,
161 static int nfsv4_setcbsequence(struct nfsrv_descript *nd, struct nfsclient *clp,
172 nfsrv_setclient(struct nfsrv_descript *nd, struct nfsclient **new_clpp, in nfsrv_setclient()
480 struct nfsrv_descript *nd, NFSPROC_T *p) in nfsrv_getclient()
1520 struct nfsrv_descript *nd, NFSPROC_T *p) in nfsrv_lockctrl()
2231 struct nfsstate *new_stp, vnode_t vp, struct nfsrv_descript *nd, in nfsrv_opencheck()
2481 nfsrv_openctrl(struct nfsrv_descript *nd, vnode_t vp, in nfsrv_openctrl()
[all …]
HDnfs_nfsdport.c338 nfsvno_namei(struct nfsrv_descript *nd, struct nameidata *ndp, in nfsvno_namei()
774 nfsvno_createsub(struct nfsrv_descript *nd, struct nameidata *ndp, in nfsvno_createsub()
1003 nfsvno_getsymlink(struct nfsrv_descript *nd, struct nfsvattr *nvap, in nfsvno_getsymlink()
1397 nfsvno_open(struct nfsrv_descript *nd, struct nameidata *ndp, in nfsvno_open()
1511 nfsvno_fillattr(struct nfsrv_descript *nd, struct mount *mp, struct vnode *vp, in nfsvno_fillattr()
1550 nfsrvd_readdir(struct nfsrv_descript *nd, int isdgram, in nfsrvd_readdir()
1794 nfsrvd_readdirplus(struct nfsrv_descript *nd, int isdgram, in nfsrvd_readdirplus()
2307 nfsrv_sattr(struct nfsrv_descript *nd, struct nfsvattr *nvap, in nfsrv_sattr()
2401 nfsv4_sattr(struct nfsrv_descript *nd, struct nfsvattr *nvap, in nfsv4_sattr()
2606 nfsd_excred(struct nfsrv_descript *nd, struct nfsexstuff *exp, in nfsd_excred()
[all …]
/trueos/sys/fs/nfs/
HDnfs_var.h58 struct nfsrv_descript;
92 int nfsrv_setclient(struct nfsrv_descript *, struct nfsclient **,
95 nfsquad_t, uint32_t, struct nfsrv_descript *, NFSPROC_T *);
97 int nfsrv_destroysession(struct nfsrv_descript *, uint8_t *);
98 int nfsrv_freestateid(struct nfsrv_descript *, nfsv4stateid_t *, NFSPROC_T *);
104 struct nfsexstuff *, struct nfsrv_descript *, NFSPROC_T *);
105 int nfsrv_openctrl(struct nfsrv_descript *, vnode_t,
109 vnode_t, struct nfsrv_descript *, NFSPROC_T *, int);
111 nfsv4stateid_t *, struct nfsrv_descript *, NFSPROC_T *);
112 int nfsrv_delegupdate(struct nfsrv_descript *, nfsquad_t, nfsv4stateid_t *,
[all …]
HDnfsm_subs.h70 nfsm_build(struct nfsrv_descript *nd, int siz) in nfsm_build()
93 nfsm_dissect(struct nfsrv_descript *nd, int siz) in nfsm_dissect()
109 nfsm_dissect_nonblock(struct nfsrv_descript *nd, int siz) in nfsm_dissect_nonblock()
HDnfs_commonsubs.c175 static int nfsrv_skipace(struct nfsrv_descript *nd, int *acesizep);
181 static int nfsrv_getrefstr(struct nfsrv_descript *, u_char **, u_char **,
191 nfsm_mbufuio(struct nfsrv_descript *nd, struct uio *uiop, int siz) in nfsm_mbufuio()
276 nfsm_dissct(struct nfsrv_descript *nd, int siz, int how) in nfsm_dissct()
342 nfsm_advance(struct nfsrv_descript *nd, int offs, int left) in nfsm_advance()
386 nfsm_strtom(struct nfsrv_descript *nd, const char *cp, int siz) in nfsm_strtom()
473 nfsm_fhtom(struct nfsrv_descript *nd, u_int8_t *fhp, int size, int set_true) in nfsm_fhtom()
588 struct nfsrv_descript *nd; in newnfs_trimleading()
634 struct nfsrv_descript *nd; in newnfs_trimtrailing()
652 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp) in nfsm_getfh()
[all …]
HDnfs_commonacl.c44 nfsrv_dissectace(struct nfsrv_descript *nd, struct acl_entry *acep, in nfsrv_dissectace()
276 static int nfsrv_buildace(struct nfsrv_descript *, u_char *, int,
283 nfsrv_buildace(struct nfsrv_descript *nd, u_char *name, int namelen, in nfsrv_buildace()
390 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, enum vtype type, in nfsrv_buildacl()
HDnfs.h570 struct nfsrv_descript { struct
HDnfs_commonkrpc.c474 newnfs_request(struct nfsrv_descript *nd, struct nfsmount *nmp, in newnfs_request()
/trueos/sys/nfsserver/
HDnfs.h141 struct nfsrv_descript;
165 extern int32_t (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *nd,
181 struct nfsrv_descript { struct
248 struct mbuf *nfs_rephead(int, struct nfsrv_descript *, int, struct mbuf **,
250 void nfsm_srvfattr(struct nfsrv_descript *, struct vattr *,
252 void nfsm_srvwcc(struct nfsrv_descript *, int, struct vattr *, int,
254 void nfsm_srvpostopattr(struct nfsrv_descript *, int, struct vattr *,
256 int nfs_namei(struct nameidata *, struct nfsrv_descript *, fhandle_t *,
262 int nfsrv_errmap(struct nfsrv_descript *, int);
265 int nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
[all …]
HDnfs_srvkrpc.c120 int32_t (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *nd,
209 nfs_rephead(int siz, struct nfsrv_descript *nd, int err, in nfs_rephead()
256 int32_t (*proc)(struct nfsrv_descript *nd, struct nfssvc_sock *slp, in nfssvc_program()
259 struct nfsrv_descript nd; in nfssvc_program()
HDnfs_serv.c226 nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv3_access()
293 nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_getattr()
342 nfsrv_setattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_setattr()
493 nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_lookup()
666 nfsrv_readlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_readlink()
769 nfsrv_read(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_read()
961 nfsrv_write(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_write()
1178 nfsrv_create(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_create()
1464 nfsrv_mknod(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_mknod()
1649 nfsrv_remove(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_remove()
[all …]
HDnfs_srvsubs.c582 nfs_namei(struct nameidata *ndp, struct nfsrv_descript *nfsd, in nfs_namei()
934 nfsm_srvwcc(struct nfsrv_descript *nfsd, int before_ret, in nfsm_srvwcc()
960 nfsm_srvpostopattr(struct nfsrv_descript *nfsd, int after_ret, in nfsm_srvpostopattr()
982 nfsm_srvfattr(struct nfsrv_descript *nfsd, struct vattr *vap, in nfsm_srvfattr()
1029 struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, in nfsrv_fhtovp()
1167 nfsrv_errmap(struct nfsrv_descript *nd, int err) in nfsrv_errmap()
/trueos/sys/fs/nfsclient/
HDnfs_clkrpc.c50 static int nfs_cbproc(struct nfsrv_descript *, u_int32_t);
66 struct nfsrv_descript nd; in nfscb_program()
150 nfs_cbproc(struct nfsrv_descript *nd, u_int32_t xid) in nfs_cbproc()
HDnfs_clrpcops.c97 static int nfsrpc_locku(struct nfsrv_descript *, struct nfsmount *,
131 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_null()
197 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_accessrpc()
374 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_openrpc()
570 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_opendowngrade()
633 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_doclose()
728 nfsrpc_closerpc(struct nfsrv_descript *nd, struct nfsmount *nmp, in nfsrpc_closerpc()
771 struct nfsrv_descript nfsd, *nd = &nfsd; in nfsrpc_openconfirm()
813 struct nfsrv_descript nfsd; in nfsrpc_setclient()
814 struct nfsrv_descript *nd = &nfsd; in nfsrpc_setclient()
[all …]
HDnfs_clcomsubs.c131 nfscl_reqstart(struct nfsrv_descript *nd, int procnum, struct nfsmount *nmp, in nfscl_reqstart()
254 nfsm_uiombuf(struct nfsrv_descript *nd, struct uio *uiop, int siz) in nfsm_uiombuf()
337 nfsm_loadattr(struct nfsrv_descript *nd, struct nfsvattr *nap) in nfsm_loadattr()
455 nfscl_mtofh(struct nfsrv_descript *nd, struct nfsfh **nfhpp, in nfscl_mtofh()
506 nfsm_stateidtom(struct nfsrv_descript *nd, nfsv4stateid_t *stateidp, int flag) in nfsm_stateidtom()
HDnfs_clport.c642 nfscl_wcc_data(struct nfsrv_descript *nd, struct vnode *vp, in nfscl_wcc_data()
698 nfscl_postop_attr(struct nfsrv_descript *nd, struct nfsvattr *nap, int *retp, in nfscl_postop_attr()
741 nfscl_fillsattr(struct nfsrv_descript *nd, struct vattr *vap, in nfscl_fillsattr()
858 nfscl_request(struct nfsrv_descript *nd, struct vnode *vp, NFSPROC_T *p, in nfscl_request()
HDnfs_clstate.c149 static int nfscl_errmap(struct nfsrv_descript *, u_int32_t);
3142 nfscl_docb(struct nfsrv_descript *nd, NFSPROC_T *p) in nfscl_docb()
4112 struct nfsrv_descript nfsd, *nd = &nfsd; in nfscl_trylock()
4177 struct nfsrv_descript nfsd, *nd = &nfsd; in nfscl_tryclose()
4648 nfscl_errmap(struct nfsrv_descript *nd, u_int32_t minorvers) in nfscl_errmap()