Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDvfs_cache.c430 #define NCF_WHITE 0x01 macro
497 __predict_true((_nc_flag & (NCF_INVALID | NCF_WIP | NCF_WHITE)) == 0); \
2025 whiteout = (ncp->nc_flag & NCF_WHITE); in cache_lookup_dotdot()
2135 whiteout = (ncp->nc_flag & NCF_WHITE); in cache_lookup_fallback()
2227 whiteout = (atomic_load_char(&ncp->nc_flag) & NCF_WHITE); in cache_lookup()
2665 atomic_store_char(&ncp->nc_flag, ncp->nc_flag | NCF_WHITE); in cache_enter_time()