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 | 1167 extern errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block,
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 244 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()
|
D | pass2.c | 1580 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()
|
D | rehash.c | 796 wd->err = ext2fs_write_dir_block4(fs, *block_nr, dir, 0, wd->dir); in write_dir_block()
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 610 ext2fs_write_dir_block4@Base 1.43
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 696 ctx->errcode = ext2fs_write_dir_block4(fs, *blocknr, ctx->buf, in rewrite_dir_block()
|
D | fuse2fs.c | 1166 err = ext2fs_write_dir_block4(fs, blk, block, 0, child); in op_mkdir()
|