HomeSort by: relevance | last modified time | path
    Searched refs:nsfh (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/nfs/
nfs_srvsubs.c 119 nfs_namei(struct nameidata *ndp, nfsrvfh_t *nsfh, uint32_t len, struct nfssvc_sock *slp, struct mbuf *nam, struct mbuf **mdp, char **dposp, struct vnode **retdirp, int *dirattr_retp, struct vattr *dirattrp, struct lwp *l, int kerbflag, int pubflag)
177 error = nfsrv_fhtovp(nsfh, false, &dp, ndp->ni_cnd.cn_cred, slp,
295 nfsrv_fhtovp(nfsrvfh_t *nsfh, int lockflag, struct vnode **vpp,
305 fhp = NFSRVFH_FHANDLE(nsfh);
308 if (nfs_ispublicfh(nsfh)) {
374 nfs_ispublicfh(const nfsrvfh_t *nsfh)
376 const char *cp = (const void *)(NFSRVFH_DATA(nsfh));
379 if (NFSRVFH_SIZE(nsfh) == 0) {
382 if (NFSRVFH_SIZE(nsfh) != NFSX_V2FH) {
392 nfsrv_composefh(struct vnode *vp, nfsrvfh_t *nsfh, bool v3
    [all...]
nfs_serv.c 170 nfsrvfh_t nsfh; local in function:nfsrv3_access
181 nfsm_srvmtofh(&nsfh);
183 error = nfsrv_fhtovp(&nsfh, 1, &vp, cred, slp, nam, &rdonly,
235 nfsrvfh_t nsfh; local in function:nfsrv_getattr
244 nfsm_srvmtofh(&nsfh);
245 error = nfsrv_fhtovp(&nsfh, 1, &vp, cred, slp, nam, &rdonly,
276 nfsrvfh_t nsfh; local in function:nfsrv_setattr
289 nfsm_srvmtofh(&nsfh);
333 error = nfsrv_fhtovp(&nsfh, 1, &vp, cred, slp, nam, &rdonly,
403 nfsrvfh_t nsfh; local in function:nfsrv_lookup
543 nfsrvfh_t nsfh; local in function:nfsrv_readlink
641 nfsrvfh_t nsfh; local in function:nfsrv_read
868 nfsrvfh_t nsfh; local in function:nfsrv_write
1440 nfsrvfh_t nsfh; local in function:nfsrv_create
1681 nfsrvfh_t nsfh; local in function:nfsrv_mknod
1834 nfsrvfh_t nsfh; local in function:nfsrv_remove
2183 nfsrvfh_t nsfh, dnsfh; local in function:nfsrv_link
2285 nfsrvfh_t nsfh; local in function:nfsrv_symlink
2429 nfsrvfh_t nsfh; local in function:nfsrv_mkdir
2550 nfsrvfh_t nsfh; local in function:nfsrv_rmdir
2685 nfsrvfh_t nsfh; local in function:nfsrv_readdir
2948 nfsrvfh_t nsfh; local in function:nfsrv_readdirplus
3270 nfsrvfh_t nsfh; local in function:nfsrv_commit
3337 nfsrvfh_t nsfh; local in function:nfsrv_statfs
3406 nfsrvfh_t nsfh; local in function:nfsrv_fsinfo
3476 nfsrvfh_t nsfh; local in function:nfsrv_pathconf
    [all...]
nfs.h 512 #define NFSRVFH_SIZE(nsfh) ((nsfh)->nsfh_size)
513 #define NFSRVFH_DATA(nsfh) ((nsfh)->nsfh_u.u_opaque)
514 #define NFSRVFH_FHANDLE(nsfh) (&(nsfh)->nsfh_u.u_fh)
nfsproto.h 136 #define NFSX_SRVFH(nsfh, v3) (((v3) ? NFSX_UNSIGNED : 0) + NFSRVFH_SIZE(nsfh))
nfsm_subs.h 480 #define nfsm_srvmtofh(nsfh) \
495 (nsfh)->nsfh_size = fhlen; \
500 memcpy(NFSRVFH_DATA(nsfh), tl, fhlen); \

Completed in 138 milliseconds