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

  /external/e2fsprogs/debugfs/
dump.c 115 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
220 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
debugfs.c     [all...]
  /external/e2fsprogs/lib/quota/
quotaio.c 213 err = ext2fs_file_open(fs, qf_ino, flags, &e2_file);
215 log_err("ext2fs_file_open failed: %s", error_message(err));
313 err = ext2fs_file_open(fs, qf_inum,
316 log_err("ext2fs_file_open failed: %d", err);
  /external/e2fsprogs/misc/
e2initrd_helper.c 102 retval = ext2fs_file_open(fs, ino, 0, &e2_file);
  /external/e2fsprogs/lib/ext2fs/
fileio.c 83 errcode_t ext2fs_file_open(ext2_filsys fs, ext2_ino_t ino, function
ext2fs.h     [all...]

Completed in 82 milliseconds