DT_UNKNOWN 467 lib/vfs/direntry.c dir = vfs_dirent_init (NULL, name, 0, DT_UNKNOWN); DT_UNKNOWN 461 lib/vfs/vfs.c mc_readdir_result = vfs_dirent_init (NULL, "", -1, DT_UNKNOWN); DT_UNKNOWN 1338 src/filemanager/find.c if (dp->d_type == DT_UNKNOWN || dp->d_type == DT_DIR DT_UNKNOWN 1217 src/vfs/extfs/extfs.c dir = vfs_dirent_init (NULL, VFS_ENTRY ((*info)->data)->name, 0, DT_UNKNOWN); // FIXME: inode DT_UNKNOWN 140 src/vfs/local/local.c type = DT_UNKNOWN; DT_UNKNOWN 130 src/vfs/sftpfs/dir.c return (rc != 0 ? vfs_dirent_init (NULL, mem, 0, DT_UNKNOWN) : NULL); // FIXME: inode DT_UNKNOWN 406 src/vfs/undelfs/undelfs.c vfs_dirent_init (NULL, readdir_ptr == -2 ? "." : "..", 0, DT_UNKNOWN); // FIXME: inode DT_UNKNOWN 413 src/vfs/undelfs/undelfs.c dirent = vfs_dirent_init (NULL, dirent_dest, 0, DT_UNKNOWN); // FIXME: inode