HomeSort by relevance Sort by last modified time
    Searched refs:ext2fs_write_dir_block4 (Results 1 - 11 of 11) sorted by null

  /external/e2fsprogs/lib/ext2fs/
dirblock.c 66 errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block, function
99 return ext2fs_write_dir_block4(fs, block, inbuf, flags, 0);
expanddir.c 68 retval = ext2fs_write_dir_block4(fs, new_blk, block, 0,
mkdir.c 131 retval = ext2fs_write_dir_block4(fs, blk, block, 0, ino);
dir_iterate.c 295 ctx->errcode = ext2fs_write_dir_block4(fs, *blocknr,
inline_data.c 382 retval = ext2fs_write_dir_block4(fs, blk, blk_buf, 0, ino);
ext2fs.h     [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 244 pctx.errcode = ext2fs_write_dir_block4(fs, blk, block, 0,
248 pctx.str = "ext2fs_write_dir_block4";
547 retval = ext2fs_write_dir_block4(fs, blk, block, 0, ino);
835 retval = ext2fs_write_dir_block4(fs, new_blk, block, 0,
pass2.c     [all...]
rehash.c 732 wd->err = ext2fs_write_dir_block4(fs, *block_nr, dir, 0, wd->dir);
  /external/e2fsprogs/misc/
tune2fs.c 686 ctx->errcode = ext2fs_write_dir_block4(fs, *blocknr, ctx->buf,
    [all...]
fuse2fs.c 1158 err = ext2fs_write_dir_block4(fs, blk, block, 0, child);
    [all...]

Completed in 1199 milliseconds