HomeSort by relevance Sort by last modified time
    Searched refs:blkid_cache (Results 1 - 15 of 15) sorted by null

  /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...]
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;
114 blkid_cache cache;
cache.c 59 static blkid_debug_dump_cache(int mask, blkid_cache cache)
78 int blkid_get_cache(blkid_cache *ret_cache, const char *filename)
80 blkid_cache cache;
95 if (!(cache = (blkid_cache) calloc(1, sizeof(struct blkid_struct_cache))))
115 void blkid_put_cache(blkid_cache cache)
155 void blkid_gc_cache(blkid_cache cache)
183 blkid_cache cache = NULL;
blkidP.h 40 blkid_cache bid_cache; /* Dev belongs to this cache */
160 extern void blkid_read_cache(blkid_cache cache);
163 extern int blkid_flush_cache(blkid_cache cache);
devname.c 51 blkid_dev blkid_get_dev(blkid_cache cache, const char *devname, int flags)
93 static void probe_one(blkid_cache cache, const char *ptname,
281 static void dm_probe_all(blkid_cache cache, int only_if_new)
369 static void lvm_probe_all(blkid_cache cache, int only_if_new)
434 evms_probe_all(blkid_cache cache, int only_if_new)
463 static int probe_all(blkid_cache cache, int only_if_new)
560 int blkid_probe_all(blkid_cache cache)
572 int blkid_probe_all_new(blkid_cache cache)
586 blkid_cache cache = NULL;
save.c 56 int blkid_flush_cache(blkid_cache cache)
163 blkid_cache cache = NULL;
dev.c 107 blkid_cache cache;
113 extern blkid_dev_iterate blkid_dev_iterate_begin(blkid_cache cache)
206 blkid_cache cache = NULL;
read.c 183 static int parse_dev(blkid_cache cache, blkid_dev *dev, char **cp)
303 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 105 static blkid_tag blkid_find_head_cache(blkid_cache cache, const char *type)
330 extern blkid_dev blkid_find_dev_with_tag(blkid_cache cache,
405 blkid_cache cache = NULL;
probe.h 25 blkid_cache cache;
probe.c     [all...]
  /external/e2fsprogs/misc/
blkid.c 126 blkid_cache cache = NULL;
e2initrd_helper.c 44 static blkid_cache cache = NULL;
fsck.c 121 blkid_cache cache = NULL;
  /external/e2fsprogs/e2fsck/
e2fsck.h 208 blkid_cache blkid; /* blkid cache */

Completed in 39 milliseconds