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

  /external/e2fsprogs/lib/ext2fs/
lookup.c 62 retval = ext2fs_dir_iterate(fs, dir, 0, buf, lookup_proc, &ls);
unlink.c 92 retval = ext2fs_dir_iterate(fs, dir, DIRENT_FLAG_INCLUDE_EMPTY,
link.c 116 retval = ext2fs_dir_iterate(fs, dir, DIRENT_FLAG_INCLUDE_EMPTY,
dir_iterate.c 109 extern errcode_t ext2fs_dir_iterate(ext2_filsys fs, function
132 * ext2fs_dir_iterate() and ext2fs_dblist_dir_iterate()
get_pathname.c 97 retval = ext2fs_dir_iterate(fs, dir, 0, buf, get_pathname_proc, &gp);
ext2fs.h 691 extern errcode_t ext2fs_dir_iterate(ext2_filsys fs,
    [all...]
  /external/e2fsprogs/debugfs/
ncheck.c 125 retval = ext2fs_dir_iterate(current_fs, ino, 0, 0,
dump.c 279 retval = ext2fs_dir_iterate(current_fs, ino, 0, 0,
  /external/e2fsprogs/e2fsck/
pass3.c 670 retval = ext2fs_dir_iterate(fs, ino, DIRENT_FLAG_INCLUDE_EMPTY,

Completed in 65 milliseconds