Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dnamei.h168 #define ISWHITEOUT 0x00001000 /* found whiteout */ macro
/f-stack/freebsd/kern/
H A Dvfs_cache.c1806 cnp->cn_flags |= ISWHITEOUT; in cache_lookup_dotdot()
1922 cnp->cn_flags |= ISWHITEOUT; in cache_lookup_fallback()
2028 cnp->cn_flags |= ISWHITEOUT; in cache_lookup()
2451 if (cnp->cn_flags & ISWHITEOUT) in cache_enter_time()
H A Dvfs_syscalls.c1767 if (nd.ni_vp != NULLVP || !(nd.ni_cnd.cn_flags & ISWHITEOUT)) { in sys_undelete()