Searched refs:vnio (Results 1 – 1 of 1) sorted by relevance
2228 vniodesc_t vnio; in vnio_openfd() local2233 vnio = kalloc_type(struct vniodesc, Z_WAITOK); in vnio_openfd()2261 vnio->vnio_vnode = vp; in vnio_openfd()2262 vnio->vnio_fflags = fp->fp_glob->fg_flag; in vnio_openfd()2267 error = vnode_ref_ext(vp, vnio->vnio_fflags, 0); in vnio_openfd()2269 *vniop = vnio; in vnio_openfd()2270 vnio = NULL; in vnio_openfd()2279 if (vnio != NULL) { in vnio_openfd()2280 kfree_type(struct vniodesc, vnio); in vnio_openfd()2286 vnio_close(vniodesc_t vnio) in vnio_close() argument[all …]