Home
last modified time | relevance | path

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

/NextBSD/lib/libstand/
HDnfs.c819 nfs_getrootfh(struct iodesc *d, char *path, uint32_t *fhlenp, u_char *fhp) in nfs_getrootfh() argument
868 *fhlenp = ntohl(repl->fhsize); in nfs_getrootfh()
869 bcopy(repl->fh, fhp, *fhlenp); in nfs_getrootfh()
/NextBSD/sys/fs/nfsclient/
HDnfs_clvfsops.c1753 nfs_getnlminfo(struct vnode *vp, uint8_t *fhp, size_t *fhlenp, in nfs_getnlminfo() argument
1761 if (fhlenp != NULL) in nfs_getnlminfo()
1762 *fhlenp = (size_t)np->n_fhp->nfh_len; in nfs_getnlminfo()