vfs_dirent_init 467 lib/vfs/direntry.c dir = vfs_dirent_init (NULL, name, 0, DT_UNKNOWN); vfs_dirent_init 461 lib/vfs/vfs.c mc_readdir_result = vfs_dirent_init (NULL, "", -1, DT_UNKNOWN); vfs_dirent_init 283 lib/vfs/vfs.h struct vfs_dirent *vfs_dirent_init (struct vfs_dirent *d, const char *fname, ino_t ino, vfs_dirent_init 1217 src/vfs/extfs/extfs.c dir = vfs_dirent_init (NULL, VFS_ENTRY ((*info)->data)->name, 0, DT_UNKNOWN); // FIXME: inode vfs_dirent_init 143 src/vfs/local/local.c return vfs_dirent_init (NULL, d->d_name, d->d_ino, type); vfs_dirent_init 130 src/vfs/sftpfs/dir.c return (rc != 0 ? vfs_dirent_init (NULL, mem, 0, DT_UNKNOWN) : NULL); // FIXME: inode vfs_dirent_init 406 src/vfs/undelfs/undelfs.c vfs_dirent_init (NULL, readdir_ptr == -2 ? "." : "..", 0, DT_UNKNOWN); // FIXME: inode vfs_dirent_init 413 src/vfs/undelfs/undelfs.c dirent = vfs_dirent_init (NULL, dirent_dest, 0, DT_UNKNOWN); // FIXME: inode