Searched refs:blkid_cache (Results 1 – 19 of 19) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | blkid.h | 27 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 …]
|
D | blkid.h.in | 27 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 …]
|
D | cache.c | 62 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()
|
D | resolve.c | 28 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()
|
D | blkidP.h | 40 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);
|
D | devname.c | 52 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()
|
D | read.c | 185 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()
|
D | dev.c | 108 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()
|
D | save.c | 62 int blkid_flush_cache(blkid_cache cache) in blkid_flush_cache() 175 blkid_cache cache = NULL; in main()
|
D | tag.c | 105 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()
|
D | probe.c | 1621 blkid_dev blkid_verify(blkid_cache cache, blkid_dev dev) in blkid_verify() 1775 blkid_cache cache; in main()
|
D | probe.h | 27 blkid_cache cache;
|
/external/e2fsprogs/lib/support/ |
D | plausible.c | 174 blkid_cache cache = NULL; in check_plausibility()
|
/external/e2fsprogs/misc/ |
D | e2initrd_helper.c | 46 static blkid_cache cache = NULL;
|
D | blkid.c | 281 blkid_cache cache = NULL; in main()
|
D | fsck.c | 125 static blkid_cache cache = NULL;
|
/external/e2fsprogs/doc/ |
D | libblkid.txt | 10 blkid_cache cache = NULL;
|
/external/e2fsprogs/e2fsck/ |
D | e2fsck.h | 239 blkid_cache blkid; /* blkid cache */
|
/external/e2fsprogs/debugfs/ |
D | journal.c | 394 blkid_cache blkid; in ext2fs_get_journal()
|