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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c79 static struct export_handle_cache *exp_handle_cache = NULL; variable in typeref:struct:export_handle_cache
760 for (p = exp_handle_cache; p != NULL; p = p->next) {
791 new->next = exp_handle_cache;
792 exp_handle_cache = new;

Completed in 69 milliseconds