Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dnlookup.h118 #define NLC_SHAREDLOCK 0x00004000 /* allow shared ncp & vp lock */ macro
/dragonfly/sys/kern/
H A Dvfs_syscalls.c1915 nd->nl_flags |= NLC_SHAREDLOCK; in kern_chdir()
2185 nd->nl_flags |= NLC_SHAREDLOCK; in kern_open()
2933 nd->nl_flags |= NLC_SHAREDLOCK; in kern_access()
3047 nd->nl_flags |= NLC_SHAREDLOCK; in kern_stat()
3224 nd->nl_flags |= NLC_SHAREDLOCK; in kern_readlink()
5415 nd.nl_flags |= NLC_SHAREDLOCK; in sys___realpath()
H A Dvfs_vnops.c237 if ((nd->nl_flags & NLC_SHAREDLOCK) && in vn_open()
H A Dkern_exec.c265 nd->nl_flags |= NLC_SHAREDLOCK; in kern_execve()
H A Dvfs_nlookup.c479 if ((nd->nl_flags & NLC_SHAREDLOCK) == 0) in wantsexcllock()
H A Dkern_linker.c1437 nd.nl_flags |= NLC_SHAREDLOCK; in linker_search_path()