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

  /external/e2fsprogs/lib/support/
quotaio.c 236 err = ext2fs_file_open(fs, qf_ino, flags, &e2_file);
238 log_err("ext2fs_file_open failed: %s", error_message(err));
367 err = ext2fs_file_open(fs, qf_inum, h->qh_file_flags, &e2_file);
369 log_err("ext2fs_file_open failed: %ld", err);
  /external/e2fsprogs/debugfs/
dump.c 113 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
218 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
  /external/e2fsprogs/misc/
e2initrd_helper.c 103 retval = ext2fs_file_open(fs, ino, 0, &e2_file);
fuse2fs.c 870 err = ext2fs_file_open(fs, ino, 0, &file);
    [all...]
create_inode.c 559 err = ext2fs_file_open(fs, ino, EXT2_FILE_WRITE, &e2_file);
  /external/e2fsprogs/lib/ext2fs/
fileio.c 90 errcode_t ext2fs_file_open(ext2_filsys fs, ext2_ino_t ino, function
inline_data.c 432 retval = ext2fs_file_open(fs, ino, EXT2_FILE_WRITE, &e2_file);
ext2fs.h     [all...]
  /external/e2fsprogs/debian/
e2fslibs.symbols 230 ext2fs_file_open@Base 1.37
  /external/e2fsprogs/doc/
libext2fs.texinfo 427 @deftypefunx errcode_t ext2fs_file_open (ext2_filsys @var{fs}, ext2_ino_t @var{ino}, int @var{flags}, ext2_file_t *@var{ret})
    [all...]

Completed in 309 milliseconds