/external/e2fsprogs/lib/blkid/ |
resolve.c | 41 if (blkid_get_cache(&c, NULL) < 0) 73 if (blkid_get_cache(&c, NULL) < 0) 123 if (blkid_get_cache(&cache, "/dev/null") < 0) {
|
cache.c | 78 int blkid_get_cache(blkid_cache *ret_cache, const char *filename) function 191 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) { 196 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
|
blkid.h | 52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
|
blkid.h.in | 52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
|
dev.c | 234 if ((ret = blkid_get_cache(&cache, file)) != 0) {
|
save.c | 173 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
|
read.c | 485 if ((ret = blkid_get_cache(&cache, argv[1])) < 0)
|
tag.c | 440 if ((ret = blkid_get_cache(&cache, file)) != 0) {
|
devname.c | 547 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) {
|
probe.c | [all...] |
/external/e2fsprogs/misc/ |
e2initrd_helper.c | 369 blkid_get_cache(&cache, NULL);
|
blkid.c | 361 if (blkid_get_cache(&cache, read) < 0)
|
fsck.c | 1269 blkid_get_cache(&cache, NULL);
|
/external/e2fsprogs/e2fsck/ |
unix.c | 660 blkid_get_cache(&ctx->blkid, NULL); [all...] |
/external/e2fsprogs/ |
configure | [all...] |