Home
last modified time | relevance | path

Searched refs:ext2fs_write_dir_block4 (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dlink.c369 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 Ddirblock.c66 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 Dexpanddir.c68 retval = ext2fs_write_dir_block4(fs, new_blk, block, 0, in expand_dir_proc()
H A Dmkdir.c132 retval = ext2fs_write_dir_block4(fs, blk, block, 0, ino); in ext2fs_mkdir()
H A Ddir_iterate.c299 ctx->errcode = ext2fs_write_dir_block4(fs, *blocknr, in ext2fs_process_dir_block()
H A Dinline_data.c372 retval = ext2fs_write_dir_block4(fs, blk, blk_buf, 0, ino); in ext2fs_inline_data_dir_expand()
H A Dext2fs.h1211 extern errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block,
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dpass3.c247 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 Dpass2.c1777 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 Drehash.c930 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 Dlibext2fs2.symbols647 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/
Dlibext2fs.so.toc632 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/
Dlibext2fs.so.toc632 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/
Dlibext2fs-host.so.toc635 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/
Dlibext2fs.so.toc632 627: FUNC GLOBAL DEFAULT 15 ext2fs_write_dir_block4
/aosp_15_r20/external/e2fsprogs/misc/
H A Dtune2fs.c654 ctx->errcode = ext2fs_write_dir_block4(fs, *blocknr, ctx->buf, in rewrite_dir_block()
H A Dfuse2fs.c1158 err = ext2fs_write_dir_block4(fs, blk, block, 0, child); in op_mkdir()