HomeSort by: relevance | last modified time | path
    Searched refs:_vstate_assert (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
vnode_impl.h 129 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)
vnode_impl.h 129 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)
  /src/sys/kern/
vfs_vnode.c 276 _vstate_assert(vnode_t *vp, enum vnode_state state, const char *func, int line, function in typeref:typename:void
386 _vstate_assert(vnode_t *vp, enum vnode_state state, const char *func, int line, function in typeref:typename:void
vfs_vnode.c 276 _vstate_assert(vnode_t *vp, enum vnode_state state, const char *func, int line, function in typeref:typename:void
386 _vstate_assert(vnode_t *vp, enum vnode_state state, const char *func, int line, function in typeref:typename:void

Completed in 24 milliseconds