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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c2282 nfs_fhandle nfh; local
2285 nfh.fh_len = NFS_FHSIZE;
2286 bcopy(fh, nfh.fh_buf, NFS_FHSIZE);
2288 index = rtablehash(&nfh);
2291 vp = make_rnode(&nfh, &rtable[index], vfsp, nfs_vnodeops,

Completed in 70 milliseconds