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,
get_pathname.c 100 retval = ext2fs_dir_iterate(fs, dir, 0, buf, get_pathname_proc, &gp);
link.c 136 retval = ext2fs_dir_iterate(fs, dir, DIRENT_FLAG_INCLUDE_EMPTY,
dir_iterate.c 153 errcode_t ext2fs_dir_iterate(ext2_filsys fs, function
176 * ext2fs_dir_iterate() and ext2fs_dblist_dir_iterate()
ext2fs.h     [all...]
  /external/e2fsprogs/debugfs/
ncheck.c 173 retval = ext2fs_dir_iterate(current_fs, ino, 0, 0,
dump.c 294 retval = ext2fs_dir_iterate(current_fs, ino, 0, 0,
  /external/e2fsprogs/e2fsck/
pass3.c 661 retval = ext2fs_dir_iterate(fs, ino, DIRENT_FLAG_INCLUDE_EMPTY,

Completed in 353 milliseconds