Searched defs:find_fh_in_export_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c101 static struct export_handle_cache *find_fh_in_export_cache(fhandle_t *fh);
752 * find_fh_in_export_cache - given an export fh, find it in the cache and
756 find_fh_in_export_cache(fhandle_t *fh) function
818 if ((p = find_fh_in_export_cache(fh)) != NULL) {

Completed in 64 milliseconds