Searched refs:vnio (Results 1 – 1 of 1) sorted by relevance
2276 vniodesc_t vnio; in vnio_openfd() local2281 vnio = kalloc_type(struct vniodesc, Z_WAITOK); in vnio_openfd()2309 vnio->vnio_vnode = vp; in vnio_openfd()2310 vnio->vnio_fflags = fp->fp_glob->fg_flag; in vnio_openfd()2315 error = vnode_ref_ext(vp, vnio->vnio_fflags, 0); in vnio_openfd()2317 *vniop = vnio; in vnio_openfd()2318 vnio = NULL; in vnio_openfd()2327 if (vnio != NULL) { in vnio_openfd()2328 kfree_type(struct vniodesc, vnio); in vnio_openfd()2334 vnio_close(vniodesc_t vnio) in vnio_close() argument[all …]