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

  /external/e2fsprogs/lib/ext2fs/
fileio.c 35 errcode_t ext2fs_file_open2(ext2_filsys fs, ext2_ino_t ino, function
85 return ext2fs_file_open2(fs, ino, NULL, flags, ret);
inode_io.c 155 retval = ext2fs_file_open2(data->fs, data->ino,
ext2fs.h 878 extern errcode_t ext2fs_file_open2(ext2_filsys fs, ext2_ino_t ino,
    [all...]
  /external/e2fsprogs/debian/
e2fslibs.symbols 140 ext2fs_file_open2@Base 1.37
  /external/e2fsprogs/debugfs/
logdump.c 221 retval = ext2fs_file_open2(current_fs, journal_inum,
  /external/e2fsprogs/misc/
dumpe2fs.c 318 retval = ext2fs_file_open2(fs, ino, &inode, 0, &journal_file);
  /external/e2fsprogs/doc/
libext2fs.texinfo 429 @deftypefun errcode_t ext2fs_file_open2 (ext2_filsys @var{fs}, ext2_ino_t @var{ino}, struct ext2_inode *@var{inode}, int @var{flags}, ext2_file_t *@var{ret})
    [all...]
  /external/e2fsprogs/
RELEASE-NOTES     [all...]

Completed in 571 milliseconds