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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dblkid.h28 typedef struct blkid_struct_cache *blkid_cache; typedef in typeref:struct:blkid_struct_cache
52 extern void blkid_put_cache(blkid_cache cache);
53 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
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,
85 extern char *blkid_get_devname(blkid_cache cach
[all...]
H A Dcache.c21 int blkid_get_cache(blkid_cache *ret_cache, const char *filename)
23 blkid_cache cache;
38 if (!(cache = (blkid_cache) calloc(1, sizeof(struct blkid_struct_cache))))
58 void blkid_put_cache(blkid_cache cache)
100 blkid_cache cache = NULL;
H A Dresolve.c29 char *blkid_get_tag_value(blkid_cache cache, const char *tagname,
34 blkid_cache c = cache;
63 char *blkid_get_devname(blkid_cache cache, const char *token,
67 blkid_cache c = cache;
112 blkid_cache cache;
H A DblkidP.h40 blkid_cache bid_cache; /* Dev belongs to this cache */
164 extern void blkid_read_cache(blkid_cache cache);
167 extern int blkid_flush_cache(blkid_cache cache);
H A Dprobe.c100 blkid_cache cache __BLKID_ATTR((unused)),
127 blkid_cache cache __BLKID_ATTR((unused)),
147 blkid_cache cache __BLKID_ATTR((unused)),
164 blkid_cache cache __BLKID_ATTR((unused)),
197 blkid_cache cache __BLKID_ATTR((unused)),
229 blkid_cache cache __BLKID_ATTR((unused)),
247 blkid_cache cache __BLKID_ATTR((unused)),
274 blkid_cache cache __BLKID_ATTR((unused)),
292 blkid_cache cache __BLKID_ATTR((unused)),
309 blkid_cache cach
[all...]
H A Dread.c154 static int parse_dev(blkid_cache cache, blkid_dev *dev, char **cp)
255 static int parse_tag(blkid_cache cache, blkid_dev dev, char **cp)
294 static int blkid_parse_line(blkid_cache cache, blkid_dev *dev_p, char *cp)
331 void blkid_read_cache(blkid_cache cache)
426 blkid_cache cache = NULL;
H A Ddev.c108 blkid_cache cache;
112 blkid_dev_iterate blkid_dev_iterate_begin(blkid_cache cache)
164 blkid_cache cache = NULL;
H A Ddevname.c43 blkid_dev blkid_get_dev(blkid_cache cache, const char *devname, int flags)
80 static void probe_one(blkid_cache cache, const char *ptname,
166 static void lvm_probe_all(blkid_cache cache)
223 evms_probe_all(blkid_cache cache)
251 int blkid_probe_all(blkid_cache cache)
331 blkid_cache cache = NULL;
H A Dsave.c57 int blkid_flush_cache(blkid_cache cache)
159 blkid_cache cache = NULL;
H A Dtag.c87 static blkid_tag blkid_find_head_cache(blkid_cache cache, const char *type)
291 extern blkid_dev blkid_find_dev_with_tag(blkid_cache cache,
358 blkid_cache cache = NULL;
H A Dprobe.h22 typedef int (*blkid_probe_t)(int fd, blkid_cache cache, blkid_dev dev,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.h508 blkid_cache blkid; /* blkid cache */
H A Dfsck.c280 static blkid_cache cache;

Completed in 142 milliseconds