Searched refs:_vstate_assert (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/sys/
H A Dvnode_impl.h129 void _vstate_assert(vnode_t *, enum vnode_state, const char *, int, bool);
134 _vstate_assert((vp), (state), __func__, __LINE__, true)
136 _vstate_assert((vp), (state), __func__, __LINE__, false)
/netbsd-current/sys/kern/
H A Dvfs_vnode.c274 _vstate_assert(vnode_t *vp, enum vnode_state state, const char *func, int line, function
384 _vstate_assert(vnode_t *vp, enum vnode_state state, const char *func, int line, function

Completed in 100 milliseconds