Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c221 #define NCF_WHITE 0x01 macro
276 __predict_true((_nc_flag & (NCF_INVALID | NCF_WIP | NCF_WHITE)) == 0); \
1798 whiteout = (ncp->nc_flag & NCF_WHITE); in cache_lookup_dotdot()
1914 whiteout = (ncp->nc_flag & NCF_WHITE); in cache_lookup_fallback()
2012 whiteout = (atomic_load_char(&ncp->nc_flag) & NCF_WHITE); in cache_lookup()
2452 atomic_store_char(&ncp->nc_flag, ncp->nc_flag | NCF_WHITE); in cache_enter_time()