Home
last modified time | relevance | path

Searched refs:assert_vi_unlocked (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dvnode.h544 void assert_vi_unlocked(struct vnode *vp, const char *str);
550 #define ASSERT_VI_UNLOCKED(vp, str) assert_vi_unlocked((vp), (str))
/freebsd/sys/kern/
H A Dvfs_subr.c5688 assert_vi_unlocked(struct vnode *vp, const char *str) in assert_vi_unlocked() function