HomeSort by: relevance | last modified time | path
    Searched refs:nfs_pub (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/nfs/
nfs_export.c 130 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.np_valid != 0 && mp != nfs_pub.np_mount
    [all...]
nfs_srvsubs.c 309 if (!pubflag || !nfs_pub.np_valid)
311 fhp = nfs_pub.np_handle;
nfs_var.h 360 extern struct nfs_public nfs_pub;
nfs_syscalls.c 1034 nfs_pub.np_valid = 0;
nfs_serv.c 429 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 42 milliseconds