Searched refs:vnio (Results 1 – 1 of 1) sorted by relevance
2230 vniodesc_t vnio; in vnio_openfd() local2235 vnio = kalloc_type(struct vniodesc, Z_WAITOK); in vnio_openfd()2263 vnio->vnio_vnode = vp; in vnio_openfd()2264 vnio->vnio_fflags = fp->fp_glob->fg_flag; in vnio_openfd()2269 error = vnode_ref_ext(vp, vnio->vnio_fflags, 0); in vnio_openfd()2271 *vniop = vnio; in vnio_openfd()2272 vnio = NULL; in vnio_openfd()2281 if (vnio != NULL) { in vnio_openfd()2282 kfree_type(struct vniodesc, vnio); in vnio_openfd()2288 vnio_close(vniodesc_t vnio) in vnio_close() argument[all …]