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 1232 lib/vfs/direntry.c super->root = vfs_s_new_inode (me, super, vfs_s_default_stat (me, S_IFDIR | 0755)); S_IFDIR 215 lib/vfs/parse_ls_vga.c type = S_IFDIR; S_IFDIR 475 lib/vfs/parse_ls_vga.c local_type = S_IFDIR; S_IFDIR 270 src/vfs/cpio/cpio.c mode |= S_IFDIR; S_IFDIR 289 src/vfs/extfs/extfs.c pent = extfs_generate_entry (super, p, pdir->ino, S_IFDIR | 0777); S_IFDIR 578 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 500 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = S_IFDIR; S_IFDIR 634 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = dir ? S_IFDIR : S_IFREG; S_IFDIR 787 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = S_IFDIR; S_IFDIR 874 src/vfs/ftpfs/ftpfs_parse_ls.c type = S_IFDIR; S_IFDIR 895 src/vfs/ftpfs/ftpfs_parse_ls.c type = S_IFDIR; S_IFDIR 944 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_mode = S_IFDIR; S_IFDIR 757 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 440 src/vfs/tar/tar.c current_stat_info.stat.st_mode |= S_IFDIR; S_IFDIR 950 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));