initstat          878 lib/vfs/direntry.c vfs_s_new_inode (struct vfs_class *me, struct vfs_s_super *super, struct stat *initstat)
initstat          886 lib/vfs/direntry.c     if (initstat != NULL)
initstat          887 lib/vfs/direntry.c         ino->st = *initstat;
initstat          162 lib/vfs/xdirentry.h                                      struct stat *initstat);
initstat           53 tests/lib/vfs/vfs_parse_ls_lga.c     static struct stat initstat;
initstat           67 tests/lib/vfs/vfs_parse_ls_lga.c     vfs_root_inode = vfs_s_new_inode (vfs_test_ops1, vfs_test_super, &initstat);