/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | link.c | 369 return ext2fs_write_dir_block4(fs, info->frames[level].pblock, in dx_insert_entry() 432 retval = ext2fs_write_dir_block4(fs, new_pblk, buf2, 0, dir); in dx_split_leaf() 439 retval = ext2fs_write_dir_block4(fs, leaf_pblk, buf2, 0, dir); in dx_split_leaf() 545 retval = ext2fs_write_dir_block4(fs, info->frames[i+1].pblock, in dx_grow_tree() 550 retval = ext2fs_write_dir_block4(fs, pblk, buf, 0, dir); in dx_grow_tree()
|
H A D | dirblock.c | 66 errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block4() function 99 return ext2fs_write_dir_block4(fs, block, inbuf, flags, 0); in ext2fs_write_dir_block3()
|
H A D | expanddir.c | 68 retval = ext2fs_write_dir_block4(fs, new_blk, block, 0, in expand_dir_proc()
|
H A D | mkdir.c | 132 retval = ext2fs_write_dir_block4(fs, blk, block, 0, ino); in ext2fs_mkdir()
|
H A D | dir_iterate.c | 299 ctx->errcode = ext2fs_write_dir_block4(fs, *blocknr, in ext2fs_process_dir_block()
|
H A D | inline_data.c | 372 retval = ext2fs_write_dir_block4(fs, blk, blk_buf, 0, ino); in ext2fs_inline_data_dir_expand()
|
H A D | ext2fs.h | 1211 extern errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block,
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | pass3.c | 247 pctx.errcode = ext2fs_write_dir_block4(fs, blk, block, 0, in check_root() 558 retval = ext2fs_write_dir_block4(fs, blk, block, 0, ino); in e2fsck_get_lost_and_found() 846 retval = ext2fs_write_dir_block4(fs, new_blk, block, 0, in expand_dir_proc()
|
H A D | pass2.c | 1777 cd->pctx.errcode = ext2fs_write_dir_block4(fs, block_nr, in check_dir_block() 2134 pctx->errcode = ext2fs_write_dir_block4(fs, blk, block, 0, db->ino); in allocate_dir_block()
|
H A D | rehash.c | 930 wd->err = ext2fs_write_dir_block4(fs, *block_nr, dir, 0, wd->dir); in write_dir_block()
|
/aosp_15_r20/external/e2fsprogs/debian/ |
H A D | libext2fs2.symbols | 647 ext2fs_write_dir_block4@Base 1.43
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libext2fs.so.toc | 632 627: FUNC GLOBAL DEFAULT 15 ext2fs_write_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 | 632 627: FUNC GLOBAL DEFAULT 15 ext2fs_write_dir_block4
|
/aosp_15_r20/out/soong/.intermediates/external/e2fsprogs/lib/ext2fs/libext2fs/linux_glibc_x86_64_shared/ |
D | libext2fs-host.so.toc | 635 630: FUNC GLOBAL DEFAULT 11 ext2fs_write_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 | 632 627: FUNC GLOBAL DEFAULT 15 ext2fs_write_dir_block4
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | tune2fs.c | 654 ctx->errcode = ext2fs_write_dir_block4(fs, *blocknr, ctx->buf, in rewrite_dir_block()
|
H A D | fuse2fs.c | 1158 err = ext2fs_write_dir_block4(fs, blk, block, 0, child); in op_mkdir()
|