Home
last modified time | relevance | path

Searched refs:blkid_get_cache (Results 1 – 18 of 18) sorted by relevance

/external/e2fsprogs/lib/blkid/
Dresolve.c41 if (blkid_get_cache(&c, NULL) < 0) in blkid_get_tag_value()
73 if (blkid_get_cache(&c, NULL) < 0) in blkid_get_devname()
123 if (blkid_get_cache(&cache, "/dev/null") < 0) { in main()
Dcache.c83 int blkid_get_cache(blkid_cache *ret_cache, const char *filename) in blkid_get_cache() function
196 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) { in main()
201 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
Dblkid.h52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
Dsave.c173 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
Ddev.c234 if ((ret = blkid_get_cache(&cache, file)) != 0) { in main()
Dblkid.h.in52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
Dread.c485 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) in main()
Dtag.c440 if ((ret = blkid_get_cache(&cache, file)) != 0) { in main()
Ddevname.c547 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
Dprobe.c1675 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
/external/e2fsprogs/doc/
Dlibblkid.txt11 if (blkid_get_cache(&cache, NULL) < 0)
63 and deallocated. To initialize the blkid cache, blkid_get_cache()
66 if (blkid_get_cache(&cache, NULL) < 0)
69 The second parameter of blkid_get_cache (if non-zero) is the alternate
73 If you have called blkid_get_cache(), you should call blkid_put_cache()
/external/e2fsprogs/debian/
Dlibblkid1.symbols18 blkid_get_cache@Base 1.33
/external/e2fsprogs/misc/
De2initrd_helper.c377 blkid_get_cache(&cache, NULL); in main()
Dblkid.c361 if (blkid_get_cache(&cache, read) < 0) in main()
Dfsck.c1269 blkid_get_cache(&cache, NULL); in main()
/external/e2fsprogs/e2fsck/
Dunix.c768 blkid_get_cache(&ctx->blkid, NULL); in PRS()
/external/e2fsprogs/
Dconfigure.in531 AC_CHECK_LIB(blkid, blkid_get_cache,
Dconfigure5125 char blkid_get_cache ();
5129 return blkid_get_cache ();