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

  /external/e2fsprogs/lib/ext2fs/
mkdir.c 93 retval = ext2fs_write_dir_block(fs, blk, block);
dirblock.c 110 errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block, function
expanddir.c 56 retval = ext2fs_write_dir_block(fs, new_blk, block);
dir_iterate.c 261 ctx->errcode = ext2fs_write_dir_block(fs, *blocknr, ctx->buf);
ext2fs.h 796 extern errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block,
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 199 pctx.errcode = ext2fs_write_dir_block(fs, blk, block);
201 pctx.str = "ext2fs_write_dir_block";
445 retval = ext2fs_write_dir_block(fs, blk, block);
724 retval = ext2fs_write_dir_block(fs, new_blk, block);
pass2.c 1135 cd->pctx.errcode = ext2fs_write_dir_block(fs, block_nr, buf);
    [all...]
rehash.c 660 wd->err = ext2fs_write_dir_block(fs, *block_nr, dir);

Completed in 128 milliseconds