Home
last modified time | relevance | path

Searched refs:LK_IS_VNODE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/sys/
HDlockmgr.h150 #define LK_IS_VNODE 0x000080 /* Tell WITNESS about a VNODE lock */ macro
/NextBSD/sys/kern/
HDkern_lock.c392 if (flags & LK_IS_VNODE) in lockinit()
HDvfs_subr.c370 LK_NOSHARE | LK_IS_VNODE); in vnode_init()