Home | History | Annotate | Download | only in squashfs-tools

Lines Matching full:_readdir

321 	struct dir_ent *(_readdir)(struct dir_info *), int);
3246 struct dir_ent *(_readdir)(struct dir_info *), int progress)
3256 root_dir = dir_scan1(pathname, "", paths, _readdir, 1);
3526 struct dir_ent *(_readdir)(struct dir_info *), int depth)
3537 while((dir_ent = _readdir(dir))) {