vn               1555 uvm/uvm_vnode.c 	struct vnode *vn;
vn               1571 uvm/uvm_vnode.c 	vn = (struct vnode *) uvn;
vn               1667 uvm/uvm_vnode.c 		result = vn_lock(vn, LK_EXCLUSIVE | LK_RECURSEFAIL, curproc);
vn               1673 uvm/uvm_vnode.c 			result = VOP_READ(vn, &uio, 0, curproc->p_ucred);
vn               1675 uvm/uvm_vnode.c 			result = VOP_WRITE(vn, &uio, 0, curproc->p_ucred);
vn               1678 uvm/uvm_vnode.c 			VOP_UNLOCK(vn, 0, curproc);
vn                 79 xfs/xfs_message.c 	NNPFS_MAKE_VROOT(xfs[fd].root->vn);
vn                 69 xfs/xfs_node-bsd.c     result->vn = *vpp;
vn                 91 xfs/xfs_node-bsd.c 	*vpp = result->vn;
vn                144 xfs/xfs_node-bsd.c     result->vn->v_type = result->attr.va_type;
vn                150 xfs/xfs_node-bsd.c     if (result->vn->v_type == VREG && (!UBCINFOEXISTS(result->vn)))
vn                151 xfs/xfs_node-bsd.c 	ubc_info_init(result->vn);
vn                 59 xfs/xfs_node.h     struct vnode *vn;
vn                111 xfs/xfs_node.h #define XNODE_TO_VNODE(xp) ((xp)->vn)