Searched refs:vnio (Results 1 – 1 of 1) sorted by relevance
2214 vniodesc_t vnio; in vnio_openfd() local2219 vnio = kalloc_type(struct vniodesc, Z_WAITOK); in vnio_openfd()2247 vnio->vnio_vnode = vp; in vnio_openfd()2248 vnio->vnio_fflags = fp->fp_glob->fg_flag; in vnio_openfd()2253 error = vnode_ref_ext(vp, vnio->vnio_fflags, 0); in vnio_openfd()2255 *vniop = vnio; in vnio_openfd()2256 vnio = NULL; in vnio_openfd()2265 if (vnio != NULL) { in vnio_openfd()2266 kfree_type(struct vniodesc, vnio); in vnio_openfd()2272 vnio_close(vniodesc_t vnio) in vnio_close() argument[all …]