Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDvfs_export.c394 bzero(&nfs_pub.np_handle, sizeof(nfs_pub.np_handle)); in vfs_setpublicfs()
395 nfs_pub.np_handle.fh_fsid = mp->mnt_stat.f_fsid; in vfs_setpublicfs()
400 if ((error = VOP_VPTOFH(rvp, &nfs_pub.np_handle.fh_fid))) in vfs_setpublicfs()
/NextBSD/sys/sys/
HDmount.h459 fhandle_t np_handle; /* Filehandle for pub fs (internal) */ member