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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c73 struct export_handle_cache { struct
76 struct export_handle_cache *next;
79 static struct export_handle_cache *exp_handle_cache = NULL;
101 static struct export_handle_cache *find_fh_in_export_cache(fhandle_t *fh);
755 static struct export_handle_cache *
758 struct export_handle_cache *p;
770 struct export_handle_cache *new;
811 struct export_handle_cache *p;

Completed in 65 milliseconds