Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dvnode.h525 void assert_vi_locked(struct vnode *vp, const char *str);
531 #define ASSERT_VI_LOCKED(vp, str) assert_vi_locked((vp), (str))
/freebsd-12-stable/sys/kern/
Dvfs_subr.c4703 assert_vi_locked(struct vnode *vp, const char *str) in assert_vi_locked() function