initstat 881 lib/vfs/direntry.c vfs_s_new_inode (struct vfs_class *me, struct vfs_s_super *super, struct stat *initstat) initstat 889 lib/vfs/direntry.c if (initstat != NULL) initstat 890 lib/vfs/direntry.c ino->st = *initstat; initstat 160 lib/vfs/xdirentry.h struct vfs_s_super *super, struct stat *initstat); initstat 56 tests/lib/vfs/vfs_parse_ls_lga.c static struct stat initstat; initstat 70 tests/lib/vfs/vfs_parse_ls_lga.c vfs_root_inode = vfs_s_new_inode (vfs_test_ops1, vfs_test_super, &initstat);