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

  /external/e2fsprogs/lib/ext2fs/
dirblock.c 125 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);
mkdir.c 94 retval = ext2fs_write_dir_block(fs, blk, block);
dir_iterate.c 211 ctx->errcode = ext2fs_write_dir_block(fs, *blocknr, ctx->buf);
ext2fs.h 678 extern errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block,
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 212 pctx.errcode = ext2fs_write_dir_block(fs, blk, block);
214 pctx.str = "ext2fs_write_dir_block";
458 retval = ext2fs_write_dir_block(fs, blk, block);
737 retval = ext2fs_write_dir_block(fs, new_blk, block);
swapfs.c 47 retval = ext2fs_write_dir_block(fs, *block_nr, sb->dir_buf);
pass2.c 1063 cd->pctx.errcode = ext2fs_write_dir_block(fs, block_nr, buf);
    [all...]
rehash.c 635 wd->err = ext2fs_write_dir_block(fs, *block_nr, dir);

Completed in 31 milliseconds