gfs_file_create
vp = gfs_file_create(sizeof (ctfs_ctlnode_t), pvp, ctfs_ops_stat);
vp = gfs_file_create(sizeof (ctfs_ctlnode_t), pvp, ctfs_ops_ctl);
vp = gfs_file_create(sizeof (ctfs_evnode_t), pvp, ctfs_ops_event);
vp = gfs_file_create(sizeof (ctfs_bunode_t), pvp, ctfs_ops_bundle);
vp = gfs_file_create(sizeof (ctfs_bunode_t), pvp, ctfs_ops_bundle);
return (gfs_file_create(sizeof (ctfs_latenode_t), pvp,
vp = gfs_file_create(sizeof (ctfs_symnode_t), pvp, ctfs_ops_sym);
vp = gfs_file_create(sizeof (ctfs_tmplnode_t), pvp, ctfs_ops_tmpl);
vp = gfs_file_create(struct_size, pvp, ops);
vnode_t *vp = gfs_file_create(size, NULL, ops);
vnode_t *vp = gfs_file_create(sizeof (objfs_datanode_t), pvp,
vp = gfs_file_create(sizeof (shnode_t), NULL, sharefs_ops_data);
vp = gfs_file_create(sizeof (xattr_file_t), pvp, xattr_file_ops);
extern vnode_t *gfs_file_create(size_t, vnode_t *, vnodeops_t *);