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

/freebsd-9.3-release/lib/libstand/
H A Dnfs.c821 nfs_getrootfh(struct iodesc *d, char *path, uint32_t *fhlenp, u_char *fhp) argument
870 *fhlenp = ntohl(repl->fhsize);
871 bcopy(repl->fh, fhp, *fhlenp);
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1616 nfs_getnlminfo(struct vnode *vp, uint8_t *fhp, size_t *fhlenp, argument
1624 if (fhlenp != NULL)
1625 *fhlenp = (size_t)np->n_fhp->nfh_len;
/freebsd-9.3-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 67 milliseconds