Searched refs:fhlenp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/lib/libstand/
H A Dnfs.c819 nfs_getrootfh(struct iodesc *d, char *path, uint32_t *fhlenp, u_char *fhp) argument
868 *fhlenp = ntohl(repl->fhsize);
869 bcopy(repl->fh, fhp, *fhlenp);
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1697 nfs_getnlminfo(struct vnode *vp, uint8_t *fhp, size_t *fhlenp, argument
1705 if (fhlenp != NULL)
1706 *fhlenp = (size_t)np->n_fhp->nfh_len;
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_vfsops.c1558 nfs_getnlminfo(struct vnode *vp, uint8_t *fhp, size_t *fhlenp, argument
1566 if (fhlenp != NULL)
1567 *fhlenp = (size_t)np->n_fhsize;

Completed in 71 milliseconds