Home
last modified time | relevance | path

Searched refs:NLC_SHAREDLOCK (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/sys/
HDnlookup.h118 #define NLC_SHAREDLOCK 0x00004000 /* allow shared ncp & vp lock */ macro
/dragonfly/sys/kern/
HDvfs_syscalls.c1925 nd->nl_flags |= NLC_SHAREDLOCK; in kern_chdir()
2195 nd->nl_flags |= NLC_SHAREDLOCK; in kern_open()
2893 nd->nl_flags |= NLC_SHAREDLOCK; in kern_access()
3007 nd->nl_flags |= NLC_SHAREDLOCK; in kern_stat()
3184 nd->nl_flags |= NLC_SHAREDLOCK; in kern_readlink()
5409 nd.nl_flags |= NLC_SHAREDLOCK; in sys___realpath()
HDvfs_vnops.c241 if ((nd->nl_flags & NLC_SHAREDLOCK) && in vn_open()
HDkern_exec.c265 nd->nl_flags |= NLC_SHAREDLOCK; in kern_execve()
HDvfs_nlookup.c479 if ((nd->nl_flags & NLC_SHAREDLOCK) == 0) in wantsexcllock()
HDkern_linker.c1437 nd.nl_flags |= NLC_SHAREDLOCK; in linker_search_path()