Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dnamei.h245 u_char nc_whiteout; /* - whiteout indicator */ member
H A Dnamei.src237 u_char nc_whiteout; /* - whiteout indicator */
/netbsd-src/sys/kern/
H A Dvfs_cache.c596 *iswht_ret = ncp->nc_whiteout; in cache_lookup()
598 KASSERT(!ncp->nc_whiteout); in cache_lookup()
960 ncp->nc_whiteout = ((cnflags & ISWHITEOUT) != 0); in cache_enter()