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

  /external/e2fsprogs/lib/ext2fs/
dirblock.c 61 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block, function
dir_iterate.c 200 ctx->errcode = ext2fs_read_dir_block(fs, *blocknr, ctx->buf);
ext2fs.h 792 extern errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block,
    [all...]
  /external/e2fsprogs/debian/
e2fslibs.symbols 245 ext2fs_read_dir_block@Base 1.37
  /external/e2fsprogs/e2fsck/
rehash.c 108 fd->err = ext2fs_read_dir_block(fs, *block_nr, dir);
pass2.c 777 cd->pctx.errcode = ext2fs_read_dir_block(fs, block_nr, buf);
    [all...]
pass1.c 476 retval = ext2fs_read_dir_block(ctx->fs, blk, buf);
    [all...]
  /external/e2fsprogs/doc/
libext2fs.texinfo 743 @deftypefun errcode_t ext2fs_read_dir_block (ext2_filsys @var{fs}, blk_t @var{block}, void *@var{buf})
    [all...]
  /external/e2fsprogs/
RELEASE-NOTES     [all...]

Completed in 131 milliseconds