S_IFDIR           119 lib/vfs/direntry.c     res = vfs_s_generate_entry (me, path, dir, (flags & FL_MKDIR) != 0 ? (0777 | S_IFDIR) : 0777);
S_IFDIR           284 lib/vfs/direntry.c         ino = vfs_s_new_inode (me, root->super, vfs_s_default_stat (me, S_IFDIR | 0755));
S_IFDIR          1229 lib/vfs/direntry.c         super->root = vfs_s_new_inode (me, super, vfs_s_default_stat (me, S_IFDIR | 0755));
S_IFDIR           216 lib/vfs/parse_ls_vga.c         type = S_IFDIR;
S_IFDIR           476 lib/vfs/parse_ls_vga.c         local_type = S_IFDIR;
S_IFDIR           272 src/vfs/cpio/cpio.c     mode |= S_IFDIR;
S_IFDIR           294 src/vfs/extfs/extfs.c                 pent = extfs_generate_entry (super, p, pdir->ino, S_IFDIR | 0777);
S_IFDIR           585 src/vfs/extfs/extfs.c     mode |= S_IFDIR;
S_IFDIR           280 src/vfs/ftpfs/ftpfs.c     s = vfs_s_default_stat (me, S_IFDIR | 0755);
S_IFDIR           501 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFDIR;
S_IFDIR           635 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = dir ? S_IFDIR : S_IFREG;
S_IFDIR           788 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFDIR;
S_IFDIR           875 src/vfs/ftpfs/ftpfs_parse_ls.c         type = S_IFDIR;
S_IFDIR           896 src/vfs/ftpfs/ftpfs_parse_ls.c         type = S_IFDIR;
S_IFDIR           945 src/vfs/ftpfs/ftpfs_parse_ls.c         s->st_mode = S_IFDIR;
S_IFDIR           756 src/vfs/sftpfs/sftpfs.c                                    vfs_s_default_stat (vpath_element->class, S_IFDIR | 0755));
S_IFDIR           187 src/vfs/shell/shell.c     s = vfs_s_default_stat (me, S_IFDIR | 0755);
S_IFDIR           429 src/vfs/tar/tar.c         current_stat_info.stat.st_mode |= S_IFDIR;
S_IFDIR           935 src/vfs/tar/tar.c     mode |= S_IFDIR;
S_IFDIR            51 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     super->root = vfs_s_new_inode (me, super, vfs_s_default_stat (me, S_IFDIR | 0755));