Home
last modified time | relevance | path

Searched refs:ext2fs_set_alloc_block_callback (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dalloc.c330 void ext2fs_set_alloc_block_callback(ext2_filsys fs, in ext2fs_set_alloc_block_callback() function
H A Dext2fs.h760 extern void ext2fs_set_alloc_block_callback(ext2_filsys fs,
/aosp_15_r20/external/e2fsprogs/debian/
H A Dlibext2fs2.symbols503 ext2fs_set_alloc_block_callback@Base 1.41.0
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/android_arm64_armv8-2a_cortex-a55_shared/
Dlibext2fs.so.toc578 573: FUNC GLOBAL DEFAULT 15 ext2fs_set_alloc_block_callback
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55_shared/
Dlibext2fs.so.toc578 573: FUNC GLOBAL DEFAULT 15 ext2fs_set_alloc_block_callback
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/linux_glibc_x86_64_shared/
Dlibext2fs-host.so.toc580 575: FUNC GLOBAL DEFAULT 11 ext2fs_set_alloc_block_callback
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/android_recovery_arm64_armv8-2a_cortex-a55_shared/
Dlibext2fs.so.toc578 573: FUNC GLOBAL DEFAULT 15 ext2fs_set_alloc_block_callback
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dpass1.c4430 ext2fs_set_alloc_block_callback(ctx->fs, e2fsck_get_alloc_block, 0); in e2fsck_intercept_block_allocations()