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

  /external/e2fsprogs/lib/ext2fs/
dirblock.c 22 errcode_t ext2fs_read_dir_block3(ext2_filsys fs, blk64_t block, function
64 return ext2fs_read_dir_block3(fs, block, buf, flags);
70 return ext2fs_read_dir_block3(fs, block, buf, 0);
dir_iterate.c 200 ctx->errcode = ext2fs_read_dir_block3(fs, *blocknr, ctx->buf, 0);
ext2fs.h 1009 extern errcode_t ext2fs_read_dir_block3(ext2_filsys fs, blk64_t block,
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 108 fd->err = ext2fs_read_dir_block3(fs, *block_nr, dir, 0);
pass2.c 782 cd->pctx.errcode = ext2fs_read_dir_block3(fs, block_nr, buf, 0);
    [all...]
pass1.c 475 retval = ext2fs_read_dir_block3(ctx->fs, blk, buf, 0);
    [all...]

Completed in 1131 milliseconds