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

/netbsd-current/sys/nfs/
H A Dnfs_export.c130 struct nfs_public nfs_pub; variable in typeref:struct:nfs_public
740 if (nfs_pub.np_valid) {
741 nfs_pub.np_valid = 0;
742 if (nfs_pub.np_handle != NULL) {
743 free(nfs_pub.np_handle, M_TEMP);
744 nfs_pub.np_handle = NULL;
746 if (nfs_pub.np_index != NULL) {
747 free(nfs_pub.np_index, M_TEMP);
748 nfs_pub.np_index = NULL;
757 if (nfs_pub
[all...]
H A Dnfs_srvsubs.c309 if (!pubflag || !nfs_pub.np_valid)
311 fhp = nfs_pub.np_handle;
H A Dnfs_var.h357 extern struct nfs_public nfs_pub;
H A Dnfs_syscalls.c1035 nfs_pub.np_valid = 0;
H A Dnfs_serv.c429 if (nd.ni_vp->v_type == VDIR && nfs_pub.np_index != NULL &&
430 (ipb = pathbuf_create(nfs_pub.np_index)) != NULL) {
459 if (!error && ndp->ni_vp->v_mount != nfs_pub.np_mount) {

Completed in 187 milliseconds