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

/external/e2fsprogs/debugfs/
H A Ddebugfs.c1589 retval = ext2fs_file_open(current_fs, newfile,
H A Ddump.c115 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
220 retval = ext2fs_file_open(current_fs, ino, 0, &e2_file);
/external/e2fsprogs/lib/ext2fs/
H A Dext2fs.h1109 extern errcode_t ext2fs_file_open(ext2_filsys fs, ext2_ino_t ino,
H A Dfileio.c83 errcode_t ext2fs_file_open(ext2_filsys fs, ext2_ino_t ino, function
/external/e2fsprogs/lib/quota/
H A Dquotaio.c213 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/
H A De2initrd_helper.c102 retval = ext2fs_file_open(fs, ino, 0, &e2_file);

Completed in 188 milliseconds