HomeSort by: relevance | last modified time | path
    Searched defs:nfs_pub (Results 1 - 3 of 3) 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_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_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...]

Completed in 133 milliseconds