Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
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()
Dexpanddir.c68 retval = ext2fs_write_dir_block4(fs, new_blk, block, 0, in expand_dir_proc()
Dmkdir.c131 retval = ext2fs_write_dir_block4(fs, blk, block, 0, ino); in ext2fs_mkdir()
Ddir_iterate.c295 ctx->errcode = ext2fs_write_dir_block4(fs, *blocknr, in ext2fs_process_dir_block()
Dinline_data.c372 retval = ext2fs_write_dir_block4(fs, blk, blk_buf, 0, ino); in ext2fs_inline_data_dir_expand()
Dext2fs.h1167 extern errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block,
/external/e2fsprogs/e2fsck/
Dpass3.c244 pctx.errcode = ext2fs_write_dir_block4(fs, blk, block, 0, in check_root()
547 retval = ext2fs_write_dir_block4(fs, blk, block, 0, ino); in e2fsck_get_lost_and_found()
835 retval = ext2fs_write_dir_block4(fs, new_blk, block, 0, in expand_dir_proc()
Dpass2.c1580 cd->pctx.errcode = ext2fs_write_dir_block4(fs, block_nr, in check_dir_block()
1933 pctx->errcode = ext2fs_write_dir_block4(fs, blk, block, 0, db->ino); in allocate_dir_block()
Drehash.c796 wd->err = ext2fs_write_dir_block4(fs, *block_nr, dir, 0, wd->dir); in write_dir_block()
/external/e2fsprogs/debian/
Dlibext2fs2.symbols610 ext2fs_write_dir_block4@Base 1.43
/external/e2fsprogs/misc/
Dtune2fs.c696 ctx->errcode = ext2fs_write_dir_block4(fs, *blocknr, ctx->buf, in rewrite_dir_block()
Dfuse2fs.c1166 err = ext2fs_write_dir_block4(fs, blk, block, 0, child); in op_mkdir()