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

/external/e2fsprogs/lib/blkid/
H A Dblkid.h27 typedef struct blkid_struct_cache *blkid_cache; typedef in typeref:struct:blkid_struct_cache
51 extern void blkid_put_cache(blkid_cache cache);
52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
53 extern void blkid_gc_cache(blkid_cache cache);
58 extern blkid_dev_iterate blkid_dev_iterate_begin(blkid_cache cache);
68 extern int blkid_probe_all(blkid_cache cache);
69 extern int blkid_probe_all_new(blkid_cache cache);
70 extern blkid_dev blkid_get_dev(blkid_cache cache, const char *devname,
78 extern blkid_dev blkid_verify(blkid_cache cache, blkid_dev dev);
83 extern char *blkid_get_tag_value(blkid_cache cach
[all...]

Completed in 53 milliseconds