Home
last modified time | relevance | path

Searched refs:blkid_cache (Results 1 – 19 of 19) sorted by relevance

/external/e2fsprogs/lib/blkid/
Dblkid.h27 typedef struct blkid_struct_cache *blkid_cache; typedef
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 cache, const char *tagname,
[all …]
Dblkid.h.in27 typedef struct blkid_struct_cache *blkid_cache; typedef
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 cache, const char *tagname,
[all …]
Dcache.c62 static blkid_debug_dump_cache(int mask, blkid_cache cache)
81 int blkid_get_cache(blkid_cache *ret_cache, const char *filename) in blkid_get_cache()
83 blkid_cache cache; in blkid_get_cache()
98 if (!(cache = (blkid_cache) calloc(1, sizeof(struct blkid_struct_cache)))) in blkid_get_cache()
118 void blkid_put_cache(blkid_cache cache) in blkid_put_cache()
157 void blkid_gc_cache(blkid_cache cache) in blkid_gc_cache()
183 blkid_cache cache = NULL; in main()
Dresolve.c28 char *blkid_get_tag_value(blkid_cache cache, const char *tagname, in blkid_get_tag_value()
33 blkid_cache c = cache; in blkid_get_tag_value()
62 char *blkid_get_devname(blkid_cache cache, const char *token, in blkid_get_devname()
66 blkid_cache c = cache; in blkid_get_devname()
113 blkid_cache cache; in main()
DblkidP.h40 blkid_cache bid_cache; /* Dev belongs to this cache */
166 extern void blkid_read_cache(blkid_cache cache);
169 extern int blkid_flush_cache(blkid_cache cache);
Ddevname.c52 blkid_dev blkid_get_dev(blkid_cache cache, const char *devname, int flags) in blkid_get_dev()
184 static void probe_one(blkid_cache cache, const char *ptname, in probe_one()
302 static void lvm_probe_all(blkid_cache cache, int only_if_new) in lvm_probe_all()
367 evms_probe_all(blkid_cache cache, int only_if_new) in evms_probe_all()
396 static int probe_all(blkid_cache cache, int only_if_new) in probe_all()
514 int blkid_probe_all(blkid_cache cache) in blkid_probe_all()
526 int blkid_probe_all_new(blkid_cache cache) in blkid_probe_all_new()
540 blkid_cache cache = NULL; in main()
Dread.c185 static int parse_dev(blkid_cache cache, blkid_dev *dev, char **cp) in parse_dev()
305 static int parse_tag(blkid_cache cache, blkid_dev dev, char **cp) in parse_tag()
344 static int blkid_parse_line(blkid_cache cache, blkid_dev *dev_p, char *cp) in blkid_parse_line()
381 void blkid_read_cache(blkid_cache cache) in blkid_read_cache()
477 blkid_cache cache = NULL; in main()
Ddev.c108 blkid_cache cache;
114 extern blkid_dev_iterate blkid_dev_iterate_begin(blkid_cache cache) in blkid_dev_iterate_begin()
203 blkid_cache cache = NULL; in main()
Dsave.c62 int blkid_flush_cache(blkid_cache cache) in blkid_flush_cache()
175 blkid_cache cache = NULL; in main()
Dtag.c105 static blkid_tag blkid_find_head_cache(blkid_cache cache, const char *type) in blkid_find_head_cache()
329 extern blkid_dev blkid_find_dev_with_tag(blkid_cache cache, in blkid_find_dev_with_tag()
405 blkid_cache cache = NULL; in main()
Dprobe.c1621 blkid_dev blkid_verify(blkid_cache cache, blkid_dev dev) in blkid_verify()
1775 blkid_cache cache; in main()
Dprobe.h27 blkid_cache cache;
/external/e2fsprogs/lib/support/
Dplausible.c174 blkid_cache cache = NULL; in check_plausibility()
/external/e2fsprogs/misc/
De2initrd_helper.c46 static blkid_cache cache = NULL;
Dblkid.c281 blkid_cache cache = NULL; in main()
Dfsck.c125 static blkid_cache cache = NULL;
/external/e2fsprogs/doc/
Dlibblkid.txt10 blkid_cache cache = NULL;
/external/e2fsprogs/e2fsck/
De2fsck.h239 blkid_cache blkid; /* blkid cache */
/external/e2fsprogs/debugfs/
Djournal.c394 blkid_cache blkid; in ext2fs_get_journal()