Searched refs:blkid_get_cache (Results 1 – 20 of 20) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | resolve.c | 42 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()
|
D | cache.c | 81 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()
|
D | blkid.h | 52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
|
D | save.c | 185 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
|
D | dev.c | 235 if ((ret = blkid_get_cache(&cache, file)) != 0) { in main()
|
D | blkid.h.in | 52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
|
D | read.c | 486 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) in main()
|
D | tag.c | 441 if ((ret = blkid_get_cache(&cache, file)) != 0) { in main()
|
D | devname.c | 550 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
|
D | probe.c | 1821 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
|
/external/e2fsprogs/doc/ |
D | libblkid.txt | 11 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/ |
D | libblkid1.symbols | 18 blkid_get_cache@Base 1.33
|
/external/e2fsprogs/lib/support/ |
D | plausible.c | 240 if ((flags & CHECK_FS_EXIST) && blkid_get_cache(&cache, NULL) >= 0) { in check_plausibility()
|
/external/e2fsprogs/misc/ |
D | e2initrd_helper.c | 378 blkid_get_cache(&cache, NULL); in main()
|
D | blkid.c | 368 if (blkid_get_cache(&cache, read) < 0) in main()
|
D | fsck.c | 1277 blkid_get_cache(&cache, NULL); in main()
|
/external/e2fsprogs/debugfs/ |
D | journal.c | 402 blkid_get_cache(&blkid, NULL); in ext2fs_get_journal()
|
/external/e2fsprogs/ |
D | configure.ac | 523 AC_CHECK_LIB(blkid, blkid_get_cache, 542 AC_CHECK_LIB(blkid, blkid_get_cache,
|
D | configure | 5585 char blkid_get_cache (); 5589 return blkid_get_cache (); 5647 char blkid_get_cache (); 5651 return blkid_get_cache ();
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 829 blkid_get_cache(&ctx->blkid, NULL); in PRS()
|