Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_export.c563 bzero(&nfs_pub.np_handle, sizeof(nfs_pub.np_handle)); in vfs_setpublicfs()
564 nfs_pub.np_handle.fh_fsid = mp->mnt_stat.f_fsid; in vfs_setpublicfs()
569 if ((error = VOP_VPTOFH(rvp, &nfs_pub.np_handle.fh_fid))) in vfs_setpublicfs()
/freebsd/sys/sys/
H A Dmount.h628 fhandle_t np_handle; /* Filehandle for pub fs (internal) */ member