/external/e2fsprogs/lib/blkid/ |
blkid.h | 27 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 cache, const char *tagname [all...] |
blkid.h.in | 27 typedef struct blkid_struct_cache *blkid_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 cache, const char *tagname [all...] |
resolve.c | 27 char *blkid_get_tag_value(blkid_cache cache, const char *tagname, 32 blkid_cache c = cache; 61 char *blkid_get_devname(blkid_cache cache, const char *token, 65 blkid_cache c = cache; 112 blkid_cache cache;
|
cache.c | 64 static blkid_debug_dump_cache(int mask, blkid_cache cache) 83 int blkid_get_cache(blkid_cache *ret_cache, const char *filename) 85 blkid_cache cache; 100 if (!(cache = (blkid_cache) calloc(1, sizeof(struct blkid_struct_cache)))) 120 void blkid_put_cache(blkid_cache cache) 159 void blkid_gc_cache(blkid_cache cache) 187 blkid_cache cache = NULL;
|
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);
|
dev.c | 107 blkid_cache cache; 113 extern blkid_dev_iterate blkid_dev_iterate_begin(blkid_cache cache) 202 blkid_cache cache = NULL;
|
devname.c | 48 blkid_dev blkid_get_dev(blkid_cache cache, const char *devname, int flags) 182 static void probe_one(blkid_cache cache, const char *ptname, 300 static void lvm_probe_all(blkid_cache cache, int only_if_new) 365 evms_probe_all(blkid_cache cache, int only_if_new) 394 static int probe_all(blkid_cache cache, int only_if_new) 512 int blkid_probe_all(blkid_cache cache) 524 int blkid_probe_all_new(blkid_cache cache) 538 blkid_cache cache = NULL;
|
save.c | 57 int blkid_flush_cache(blkid_cache cache) 163 blkid_cache cache = NULL;
|
read.c | 184 static int parse_dev(blkid_cache cache, blkid_dev *dev, char **cp) 304 static int parse_tag(blkid_cache cache, blkid_dev dev, char **cp) 343 static int blkid_parse_line(blkid_cache cache, blkid_dev *dev_p, char *cp) 380 void blkid_read_cache(blkid_cache cache) 476 blkid_cache cache = NULL;
|
tag.c | 104 static blkid_tag blkid_find_head_cache(blkid_cache cache, const char *type) 328 extern blkid_dev blkid_find_dev_with_tag(blkid_cache cache, 404 blkid_cache cache = NULL;
|
probe.h | 25 blkid_cache cache;
|
probe.c | [all...] |
/external/e2fsprogs/misc/ |
blkid.c | 269 blkid_cache cache = NULL;
|
e2initrd_helper.c | 45 static blkid_cache cache = NULL;
|
fsck.c | 124 static blkid_cache cache = NULL;
|
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 234 blkid_cache blkid; /* blkid cache */
|