Lines Matching full:cache
101 * This series of functions iterate over all devices in a blkid cache
107 blkid_cache cache;
113 extern blkid_dev_iterate blkid_dev_iterate_begin(blkid_cache cache)
120 iter->cache = cache;
121 iter->p = cache->bic_devs.next;
167 while (iter->p != &iter->cache->bic_devs) {
206 blkid_cache cache = NULL;
238 if ((ret = blkid_get_cache(&cache, file)) != 0) {
239 fprintf(stderr, "%s: error creating cache (%d)\n",
244 iter = blkid_dev_iterate_begin(cache);
253 blkid_put_cache(cache);