Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dnlookup.h128 #define NLC_READ 0x00400000 /* require read access */ macro
145 NLC_READ | NLC_WRITE | NLC_EXEC | NLC_OWN)
/dragonfly/sys/kern/
H A Dvfs_vnops.c132 nd->nl_flags |= NLC_READ; in vn_open()
H A Dvfs_nlookup.c1879 if (nflags & NLC_READ) in naccess_lva()