Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/e2fsprogs/doc/
H A 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()
/aosp_15_r20/external/e2fsprogs/lib/blkid/
H A 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()
H A 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()
H A Dblkid.h52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
H A Dsave.c193 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
H A Ddev.c236 if ((ret = blkid_get_cache(&cache, file)) != 0) { in main()
H A Dblkid.h.in52 extern int blkid_get_cache(blkid_cache *cache, const char *filename);
H A Dread.c486 if ((ret = blkid_get_cache(&cache, argv[1])) < 0) in main()
H A Dtag.c441 if ((ret = blkid_get_cache(&cache, file)) != 0) { in main()
H A Ddevname.c550 if ((ret = blkid_get_cache(&cache, "/dev/null")) != 0) { in main()
/aosp_15_r20/external/e2fsprogs/debian/
H A Dlibblkid1.symbols18 blkid_get_cache@Base 1.33
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Dplausible.c236 if ((flags & CHECK_FS_EXIST) && blkid_get_cache(&cache, NULL) >= 0) { in check_plausibility()
/aosp_15_r20/external/e2fsprogs/misc/
H A De2initrd_helper.c379 blkid_get_cache(&cache, NULL); in main()
H A Dblkid.c368 if (blkid_get_cache(&cache, read) < 0) in main()
H A Dfsck.c1280 blkid_get_cache(&cache, NULL); in main()
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/blkid/libext2_blkid/android_arm64_armv8-2a_cortex-a55_shared/
Dlibext2_blkid.so.toc75 70: FUNC GLOBAL DEFAULT 14 blkid_get_cache
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/blkid/libext2_blkid/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55_shared/
Dlibext2_blkid.so.toc75 70: FUNC GLOBAL DEFAULT 14 blkid_get_cache
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/blkid/libext2_blkid/android_recovery_arm64_armv8-2a_cortex-a55_shared/
Dlibext2_blkid.so.toc75 70: FUNC GLOBAL DEFAULT 14 blkid_get_cache
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/blkid/libext2_blkid/linux_glibc_x86_64_shared/
Dlibext2_blkid-host.so.toc75 70: FUNC GLOBAL DEFAULT 11 blkid_get_cache
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Ddata_image.cpp97 if (blkid_get_cache(&cache, NULL) < 0) { in GetFsType()
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/support/libext2_quota/linux_glibc_x86_64_shared/
Dlibext2_quota-host.so.toc45 40: FUNC GLOBAL DEFAULT UND blkid_get_cache
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/support/libext2_quota/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55_shared/
Dlibext2_quota.so.toc40 35: FUNC GLOBAL DEFAULT UND blkid_get_cache
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/support/libext2_quota/android_recovery_arm64_armv8-2a_cortex-a55_shared/
Dlibext2_quota.so.toc40 35: FUNC GLOBAL DEFAULT UND blkid_get_cache
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/support/libext2_quota/android_arm64_armv8-2a_cortex-a55_shared/
Dlibext2_quota.so.toc40 35: FUNC GLOBAL DEFAULT UND blkid_get_cache
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Djournal.c402 blkid_get_cache(&blkid, NULL); in ext2fs_get_journal()

12