Searched refs:blkid_get_cache (Results 1 – 18 of 18) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | resolve.c | 41 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()
|
D | cache.c | 83 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()
|
D | blkid.h | 52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
|
D | save.c | 173 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
|
D | dev.c | 234 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 | 485 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) in main()
|
D | tag.c | 440 if ((ret = blkid_get_cache(&cache, file)) != 0) { in main()
|
D | devname.c | 547 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
|
D | probe.c | 1675 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/misc/ |
D | e2initrd_helper.c | 377 blkid_get_cache(&cache, NULL); in main()
|
D | blkid.c | 361 if (blkid_get_cache(&cache, read) < 0) in main()
|
D | fsck.c | 1269 blkid_get_cache(&cache, NULL); in main()
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 768 blkid_get_cache(&ctx->blkid, NULL); in PRS()
|
/external/e2fsprogs/ |
D | configure.in | 531 AC_CHECK_LIB(blkid, blkid_get_cache,
|
D | configure | 5125 char blkid_get_cache (); 5129 return blkid_get_cache ();
|