Searched refs:vnio (Results 1 – 1 of 1) sorted by relevance
2239 vniodesc_t vnio; in vnio_openfd() local2244 vnio = kalloc_type(struct vniodesc, Z_WAITOK); in vnio_openfd()2272 vnio->vnio_vnode = vp; in vnio_openfd()2273 vnio->vnio_fflags = fp->fp_glob->fg_flag; in vnio_openfd()2278 error = vnode_ref_ext(vp, vnio->vnio_fflags, 0); in vnio_openfd()2280 *vniop = vnio; in vnio_openfd()2281 vnio = NULL; in vnio_openfd()2290 if (vnio != NULL) { in vnio_openfd()2291 kfree_type(struct vniodesc, vnio); in vnio_openfd()2297 vnio_close(vniodesc_t vnio) in vnio_close() argument[all …]