Home
last modified time | relevance | path

Searched refs:ext2fs_read_dir_block4 (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Ddirblock.c23 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 Ddir_iterate.c211 ctx->errcode = ext2fs_read_dir_block4(fs, *blocknr, ctx->buf, 0, in ext2fs_process_dir_block()
H A Dlink.c88 return ext2fs_read_dir_block4(fs, *pblk, buf, 0, dir); in load_logical_dir_block()
H A Dext2fs.h1203 extern errcode_t ext2fs_read_dir_block4(ext2_filsys fs, blk64_t block,
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Dhtree.c63 errcode = ext2fs_read_dir_block4(current_fs, pblk, buf, 0, ino); in htree_dump_leaf_node()
/aosp_15_r20/external/e2fsprogs/debian/
H A Dlibext2fs2.symbols481 ext2fs_read_dir_block4@Base 1.43
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Drehash.c151 fd->err = ext2fs_read_dir_block4(fs, *block_nr, dir, 0, in fill_dir_block()
H A Dpass2.c1182 cd->pctx.errcode = ext2fs_read_dir_block4(fs, block_nr, in check_dir_block()
H A Dpass1.c775 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/
Dlibext2fs.so.toc397 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/
Dlibext2fs.so.toc397 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/
Dlibext2fs-host.so.toc399 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/
Dlibext2fs.so.toc397 392: FUNC GLOBAL DEFAULT 15 ext2fs_read_dir_block4
/aosp_15_r20/external/e2fsprogs/misc/
H A Dtune2fs.c532 ctx->errcode = ext2fs_read_dir_block4(fs, *blocknr, ctx->buf, 0, in rewrite_dir_block()