Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvnode_if.src102 %% whiteout dvp E E E
103 %! whiteout pre vop_whiteout_pre
104 %! whiteout post vop_whiteout_post
H A Dvfs_cache.c1733 bool whiteout; in cache_lookup_dotdot() local
1798 whiteout = (ncp->nc_flag & NCF_WHITE); in cache_lookup_dotdot()
1805 if (whiteout) in cache_lookup_dotdot()
1857 bool whiteout; in cache_lookup_fallback() local
1914 whiteout = (ncp->nc_flag & NCF_WHITE); in cache_lookup_fallback()
1921 if (whiteout) in cache_lookup_fallback()
1934 bool whiteout, neg_promote; in cache_lookup() local
2012 whiteout = (atomic_load_char(&ncp->nc_flag) & NCF_WHITE); in cache_lookup()
2027 if (whiteout) in cache_lookup()
H A Dvfs_syscalls.c1293 int error, whiteout = 0; in kern_mknodat() local
1338 whiteout = 0; in kern_mknodat()
1348 whiteout = 1; in kern_mknodat()
1362 if (error == 0 && !whiteout) in kern_mknodat()
1367 if (whiteout) in kern_mknodat()
1374 VOP_VPUT_PAIR(nd.ni_dvp, error == 0 && !whiteout ? &nd.ni_vp : NULL, in kern_mknodat()