VOP_LOCK
error = VOP_LOCK(lvp, flags);
error = VOP_LOCK(uvp, flags);
error = VOP_LOCK(vp, flags);
error = VOP_LOCK(vp, flags);
int VOP_LOCK(struct vnode *, int);
VOP_LOCK(vp, LK_EXCLUSIVE | LK_RETRY);