Searched refs:vnio (Results 1 – 1 of 1) sorted by relevance
2218 vniodesc_t vnio; in vnio_openfd() local2223 vnio = kalloc_type(struct vniodesc, Z_WAITOK); in vnio_openfd()2251 vnio->vnio_vnode = vp; in vnio_openfd()2252 vnio->vnio_fflags = fp->fp_glob->fg_flag; in vnio_openfd()2257 error = vnode_ref_ext(vp, vnio->vnio_fflags, 0); in vnio_openfd()2259 *vniop = vnio; in vnio_openfd()2260 vnio = NULL; in vnio_openfd()2269 if (vnio != NULL) { in vnio_openfd()2270 kfree_type(struct vniodesc, vnio); in vnio_openfd()2276 vnio_close(vniodesc_t vnio) in vnio_close() argument[all …]