Searched refs:ext2fs_write_dir_block4 (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
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()
|
D | expanddir.c | 68 retval = ext2fs_write_dir_block4(fs, new_blk, block, 0, in expand_dir_proc()
|
D | mkdir.c | 131 retval = ext2fs_write_dir_block4(fs, blk, block, 0, ino); in ext2fs_mkdir()
|
D | dir_iterate.c | 295 ctx->errcode = ext2fs_write_dir_block4(fs, *blocknr, in ext2fs_process_dir_block()
|
D | inline_data.c | 372 retval = ext2fs_write_dir_block4(fs, blk, blk_buf, 0, ino); in ext2fs_inline_data_dir_expand()
|
D | ext2fs.h | 1183 extern errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block,
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 247 pctx.errcode = ext2fs_write_dir_block4(fs, blk, block, 0, in check_root() 553 retval = ext2fs_write_dir_block4(fs, blk, block, 0, ino); in e2fsck_get_lost_and_found() 841 retval = ext2fs_write_dir_block4(fs, new_blk, block, 0, in expand_dir_proc()
|
D | pass2.c | 1609 cd->pctx.errcode = ext2fs_write_dir_block4(fs, block_nr, in check_dir_block() 1962 pctx->errcode = ext2fs_write_dir_block4(fs, blk, block, 0, db->ino); in allocate_dir_block()
|
D | rehash.c | 846 wd->err = ext2fs_write_dir_block4(fs, *block_nr, dir, 0, wd->dir); in write_dir_block()
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 620 ext2fs_write_dir_block4@Base 1.43
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 642 ctx->errcode = ext2fs_write_dir_block4(fs, *blocknr, ctx->buf, in rewrite_dir_block()
|
D | fuse2fs.c | 1168 err = ext2fs_write_dir_block4(fs, blk, block, 0, child); in op_mkdir()
|