Searched refs:_attr_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_cache.c71 static dlist_t *_attr_cache = NULL; variable
580 dlist_length(_attr_cache));
582 dlist_free_items(_attr_cache, free_attr_cache_object);
583 _attr_cache = NULL;
636 _attr_cache = dlist_append(item, _attr_cache, AT_HEAD);

Completed in 65 milliseconds