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

/freebsd-10.1-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.1-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1700 nfs_getnlminfo(struct vnode *vp, uint8_t *fhp, size_t *fhlenp, argument
1708 if (fhlenp != NULL)
1709 *fhlenp = (size_t)np->n_fhp->nfh_len;
/freebsd-10.1-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 126 milliseconds