assert_vi_unlocked
void assert_vi_unlocked(struct vnode *vp, const char *str);
#define ASSERT_VI_UNLOCKED(vp, str) assert_vi_unlocked((vp), (str))