Home
last modified time | relevance | path

Searched refs:fhlenp (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/libsa/
H A Dnfs.c182 nfs_getrootfh(struct iodesc *d, char *path, uint32_t *fhlenp, u_char *fhp) in nfs_getrootfh() argument
233 *fhlenp = ntohl(repl->fhsize); in nfs_getrootfh()
234 bcopy(repl->fh, fhp, *fhlenp); in nfs_getrootfh()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c2131 nfs_getnlminfo(struct vnode *vp, uint8_t *fhp, size_t *fhlenp, in nfs_getnlminfo() argument
2139 if (fhlenp != NULL) in nfs_getnlminfo()
2140 *fhlenp = (size_t)np->n_fhp->nfh_len; in nfs_getnlminfo()