Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvnode.h543 void assert_vi_locked(struct vnode *vp, const char *str);
549 #define ASSERT_VI_LOCKED(vp, str) assert_vi_locked((vp), (str))
/freebsd/sys/kern/
H A Dvfs_subr.c5680 assert_vi_locked(struct vnode *vp, const char *str) in assert_vi_locked() function