Home
last modified time | relevance | path

Searched refs:exp_handle_cache (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c77 static struct export_handle_cache *exp_handle_cache = NULL; variable
758 for (p = exp_handle_cache; p != NULL; p = p->next) { in find_fh_in_export_cache()
789 new->next = exp_handle_cache; in add_fh_to_export_cache()
790 exp_handle_cache = new; in add_fh_to_export_cache()