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

  /src/sys/nfs/
nfs_export.c 742 if (nfs_pub.np_handle != NULL) {
743 free(nfs_pub.np_handle, M_TEMP);
744 nfs_pub.np_handle = NULL;
770 nfs_pub.np_handle = malloc(fhsize, M_TEMP, M_NOWAIT);
771 if (nfs_pub.np_handle == NULL)
774 error = vfs_composefh(rvp, nfs_pub.np_handle, &fhsize);
nfs_srvsubs.c 311 fhp = nfs_pub.np_handle;
nfs.h 603 fhandle_t *np_handle; /* Filehandle for pub fs (internal) */ member in struct:nfs_public

Completed in 14 milliseconds