Searched refs:vnio (Results 1 – 1 of 1) sorted by relevance
2231 vniodesc_t vnio; in vnio_openfd() local2236 vnio = kalloc_type(struct vniodesc, Z_WAITOK); in vnio_openfd()2264 vnio->vnio_vnode = vp; in vnio_openfd()2265 vnio->vnio_fflags = fp->fp_glob->fg_flag; in vnio_openfd()2270 error = vnode_ref_ext(vp, vnio->vnio_fflags, 0); in vnio_openfd()2272 *vniop = vnio; in vnio_openfd()2273 vnio = NULL; in vnio_openfd()2282 if (vnio != NULL) { in vnio_openfd()2283 kfree_type(struct vniodesc, vnio); in vnio_openfd()2289 vnio_close(vniodesc_t vnio) in vnio_close() argument[all …]