Home
last modified time | relevance | path

Searched refs:NLC_EXCL (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
HDnlookup.h131 #define NLC_EXCL 0x02000000 /* open check: exclusive */ macro
/dragonfly/sys/kern/
HDvfs_nlookup.c1605 if (error == 0 && (nflags & NLC_EXCL) && ncp->nc_vp != NULL) in naccess()