Lines Matching refs:nfsrv_descript
225 static int nfsrv_skipace(struct nfsrv_descript *nd, int *acesizep);
231 static int nfsrv_getrefstr(struct nfsrv_descript *, u_char **, u_char **,
328 nfscl_reqstart(struct nfsrv_descript *nd, int procnum, struct nfsmount *nmp, in nfscl_reqstart()
484 nfsm_stateidtom(struct nfsrv_descript *nd, nfsv4stateid_t *stateidp, int flag) in nfsm_stateidtom()
517 nfscl_fillsattr(struct nfsrv_descript *nd, struct vattr *vap, in nfscl_fillsattr()
653 nfsm_mbufuio(struct nfsrv_descript *nd, struct uio *uiop, int siz) in nfsm_mbufuio()
733 nfsm_dissct(struct nfsrv_descript *nd, int siz, int how) in nfsm_dissct()
799 nfsm_advance(struct nfsrv_descript *nd, int offs, int left) in nfsm_advance()
847 nfsm_strtom(struct nfsrv_descript *nd, const char *cp, int siz) in nfsm_strtom()
962 nfsm_fhtom(struct nfsmount *nmp, struct nfsrv_descript *nd, u_int8_t *fhp, in nfsm_fhtom()
1086 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp) in nfsm_getfh()
1121 nfsrv_dissectacl(struct nfsrv_descript *nd, NFSACL_T *aclp, bool server, in nfsrv_dissectacl()
1175 nfsrv_skipace(struct nfsrv_descript *nd, int *acesizep) in nfsrv_skipace()
1195 nfsrv_getattrbits(struct nfsrv_descript *nd, nfsattrbit_t *attrbitp, int *cntp, in nfsrv_getattrbits()
1235 nfsrv_getopbits(struct nfsrv_descript *nd, nfsopbit_t *opbitp, int *cntp) in nfsrv_getopbits()
1282 nfsv4_loadattr(struct nfsrv_descript *nd, vnode_t vp, in nfsv4_loadattr()
2508 nfsrv_mtostr(struct nfsrv_descript *nd, char *str, int siz) in nfsrv_mtostr()
2559 nfsv4_fillattr(struct nfsrv_descript *nd, struct mount *mp, vnode_t vp, in nfsv4_fillattr()
3188 nfsrv_putattrbit(struct nfsrv_descript *nd, nfsattrbit_t *attrbitp) in nfsrv_putattrbit()
3209 nfsrv_putopbit(struct nfsrv_descript *nd, nfsopbit_t *opbitp) in nfsrv_putopbit()
3398 nfsv4_strtouid(struct nfsrv_descript *nd, u_char *str, int len, uid_t *uidp) in nfsv4_strtouid()
3622 nfsv4_strtogid(struct nfsrv_descript *nd, u_char *str, int len, gid_t *gidp) in nfsv4_strtogid()
3864 struct nfsrv_descript *nd; in nfsrv_getuser()
3866 struct nfsrv_descript nfsd; in nfsrv_getuser()
4442 nfsrv_getrefstr(struct nfsrv_descript *nd, u_char **fsrootp, u_char **srvp, in nfsrv_getrefstr()
4619 nfsrvd_rephead(struct nfsrv_descript *nd) in nfsrvd_rephead()
4693 nfsv4_getipaddr(struct nfsrv_descript *nd, struct sockaddr_in *sin, in nfsv4_getipaddr()
4900 nfsv4_setsequence(struct nfsmount *nmp, struct nfsrv_descript *nd, in nfsv4_setsequence()
5083 nfsm_set(struct nfsrv_descript *nd, u_int offs) in nfsm_set()
5156 struct nfsrv_descript nfsd; in nfsrpc_destroysession()
5157 struct nfsrv_descript *nd = &nfsd; in nfsrpc_destroysession()