Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dresolve.c42 if (blkid_get_cache(&c, NULL) < 0) in blkid_get_tag_value()
74 if (blkid_get_cache(&c, NULL) < 0) in blkid_get_devname()
124 if (blkid_get_cache(&cache, "/dev/null") < 0) { in main()
Dcache.c81 int blkid_get_cache(blkid_cache *ret_cache, const char *filename) in blkid_get_cache() function
192 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) { in main()
197 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.c185 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
Ddev.c235 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.c486 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) in main()
Dtag.c441 if ((ret = blkid_get_cache(&cache, file)) != 0) { in main()
Ddevname.c550 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
Dprobe.c1821 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/lib/support/
Dplausible.c240 if ((flags & CHECK_FS_EXIST) && blkid_get_cache(&cache, NULL) >= 0) { in check_plausibility()
/external/e2fsprogs/misc/
De2initrd_helper.c378 blkid_get_cache(&cache, NULL); in main()
Dblkid.c368 if (blkid_get_cache(&cache, read) < 0) in main()
Dfsck.c1277 blkid_get_cache(&cache, NULL); in main()
/external/e2fsprogs/debugfs/
Djournal.c402 blkid_get_cache(&blkid, NULL); in ext2fs_get_journal()
/external/e2fsprogs/
Dconfigure.ac523 AC_CHECK_LIB(blkid, blkid_get_cache,
542 AC_CHECK_LIB(blkid, blkid_get_cache,
Dconfigure5585 char blkid_get_cache ();
5589 return blkid_get_cache ();
5647 char blkid_get_cache ();
5651 return blkid_get_cache ();
/external/e2fsprogs/e2fsck/
Dunix.c829 blkid_get_cache(&ctx->blkid, NULL); in PRS()