Searched refs:ext2fs_read_dir_block4 (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | dirblock.c | 23 errcode_t ext2fs_read_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block4() function 50 return ext2fs_read_dir_block4(fs, block, buf, flags, 0); in ext2fs_read_dir_block3()
|
H A D | dir_iterate.c | 211 ctx->errcode = ext2fs_read_dir_block4(fs, *blocknr, ctx->buf, 0, in ext2fs_process_dir_block()
|
H A D | link.c | 88 return ext2fs_read_dir_block4(fs, *pblk, buf, 0, dir); in load_logical_dir_block()
|
H A D | ext2fs.h | 1203 extern errcode_t ext2fs_read_dir_block4(ext2_filsys fs, blk64_t block,
|
/aosp_15_r20/external/e2fsprogs/debugfs/ |
H A D | htree.c | 63 errcode = ext2fs_read_dir_block4(current_fs, pblk, buf, 0, ino); in htree_dump_leaf_node()
|
/aosp_15_r20/external/e2fsprogs/debian/ |
H A D | libext2fs2.symbols | 481 ext2fs_read_dir_block4@Base 1.43
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | rehash.c | 151 fd->err = ext2fs_read_dir_block4(fs, *block_nr, dir, 0, in fill_dir_block()
|
H A D | pass2.c | 1182 cd->pctx.errcode = ext2fs_read_dir_block4(fs, block_nr, in check_dir_block()
|
H A D | pass1.c | 775 retval = ext2fs_read_dir_block4(ctx->fs, blk, buf, 0, pctx->ino); in check_is_really_dir()
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2fs.so.toc | 397 392: FUNC GLOBAL DEFAULT 15 ext2fs_read_dir_block4
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2fs.so.toc | 397 392: FUNC GLOBAL DEFAULT 15 ext2fs_read_dir_block4
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/linux_glibc_x86_64_shared/ |
D | libext2fs-host.so.toc | 399 394: FUNC GLOBAL DEFAULT 11 ext2fs_read_dir_block4
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/android_recovery_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2fs.so.toc | 397 392: FUNC GLOBAL DEFAULT 15 ext2fs_read_dir_block4
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | tune2fs.c | 532 ctx->errcode = ext2fs_read_dir_block4(fs, *blocknr, ctx->buf, 0, in rewrite_dir_block()
|