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

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c523 static mdnamelist_t *cached_list = NULL; /* cached namelist */ local
534 if ((cached_list != NULL) && (!force)) {
536 for (namep = cached_list; namep != NULL; namep = namep->next)
543 metafreenamelist(cached_list);
545 cached_list = NULL;
546 cachetailpp = &cached_list;

Completed in 63 milliseconds