assert_vop_locked
void assert_vop_locked(struct vnode *vp, const char *str);
#define ASSERT_VOP_LOCKED(vp, str) assert_vop_locked((vp), (str))