Home
last modified time | relevance | path

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

/netbsd/src/sys/nfs/
Dnfs_export.c742 if (nfs_pub.np_handle != NULL) { in setpublicfs()
743 free(nfs_pub.np_handle, M_TEMP); in setpublicfs()
744 nfs_pub.np_handle = NULL; in setpublicfs()
770 nfs_pub.np_handle = malloc(fhsize, M_TEMP, M_NOWAIT); in setpublicfs()
771 if (nfs_pub.np_handle == NULL) in setpublicfs()
774 error = vfs_composefh(rvp, nfs_pub.np_handle, &fhsize); in setpublicfs()
Dnfs_srvsubs.c311 fhp = nfs_pub.np_handle; in nfsrv_fhtovp()
Dnfs.h603 fhandle_t *np_handle; /* Filehandle for pub fs (internal) */ member