Searched refs:blkid_get_cache (Results 1 - 15 of 15) sorted by relevance

/external/e2fsprogs/lib/blkid/
H A Dresolve.c41 if (blkid_get_cache(&c, NULL) < 0)
73 if (blkid_get_cache(&c, NULL) < 0)
123 if (blkid_get_cache(&cache, "/dev/null") < 0) {
H A Dcache.c83 int blkid_get_cache(blkid_cache *ret_cache, const char *filename) function
196 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) {
201 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
H A Dblkid.h52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
H A Dblkid.h.in52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
H A Ddev.c234 if ((ret = blkid_get_cache(&cache, file)) != 0) {
H A Dsave.c173 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
H A Dread.c485 if ((ret = blkid_get_cache(&cache, argv[1])) < 0)
H A Dtag.c440 if ((ret = blkid_get_cache(&cache, file)) != 0) {
H A Ddevname.c547 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
H A Dprobe.c1675 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
/external/e2fsprogs/misc/
H A Dblkid.c361 if (blkid_get_cache(&cache, read) < 0)
H A De2initrd_helper.c377 blkid_get_cache(&cache, NULL);
H A Dfsck.c1269 blkid_get_cache(&cache, NULL);
/external/e2fsprogs/e2fsck/
H A Dunix.c768 blkid_get_cache(&ctx->blkid, NULL);
/external/e2fsprogs/
H A Dconfigure5109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for blkid_get_cache in -lblkid" >&5
5110 $as_echo_n "checking for blkid_get_cache in -lblkid... " >&6; }
5125 char blkid_get_cache ();
5129 return blkid_get_cache ();

Completed in 178 milliseconds