Home | History | Annotate | Download | only in misc

Lines Matching full:cache

45 		"\t-g\tgarbage collect the blkid cache\n"
50 "\t-w\twrite cache to different file (/dev/null = no write)\n"
126 blkid_cache cache = NULL;
211 if (blkid_get_cache(&cache, read) < 0)
216 blkid_gc_cache(cache);
225 /* Load any additional devices not in the cache */
227 blkid_get_dev(cache, devices[i], BLKID_DEV_NORMAL);
229 if ((dev = blkid_find_dev_with_tag(cache, search_type,
239 blkid_probe_all(cache);
241 iter = blkid_dev_iterate_begin(cache);
244 dev = blkid_verify(cache, dev);
251 /* Add all specified devices to cache (optionally display tags) */
253 blkid_dev dev = blkid_get_dev(cache, devices[i],
271 blkid_put_cache(cache);