Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dvnode.h545 void assert_vi_unlocked(struct vnode *vp, const char *str);
551 #define ASSERT_VI_UNLOCKED(vp, str) assert_vi_unlocked((vp), (str))
/freebsd-13.1/sys/kern/
H A Dvfs_subr.c5516 assert_vi_unlocked(struct vnode *vp, const char *str) in assert_vi_unlocked() function