Home
last modified time | relevance | path

Searched refs:NCF_NOTX (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dnamecache.h162 #define NCF_NOTX 0x0001 /* 'x' bit not set in user, group, or world */ macro
/dragonfly/sys/kern/
H A Dvfs_nlookup.c1726 cflags |= NCF_NOTX; in naccess()
1761 NCF_WXOK | NCF_NOTX) & ~cflags); in naccess()
H A Dvfs_vnops.c239 nd->nl_nch.ncp->nc_flag & NCF_NOTX)) { in vn_open()
H A Dvfs_cache.c2067 if (ncp->nc_flag & (NCF_WXOK | NCF_NOTX)) in cache_inval_wxok()
2068 atomic_clear_short(&ncp->nc_flag, NCF_WXOK | NCF_NOTX); in cache_inval_wxok()