Searched refs:whiteout (Results 1 – 3 of 3) sorted by relevance
102 %% whiteout dvp E E E103 %! whiteout pre vop_whiteout_pre104 %! whiteout post vop_whiteout_post
1733 bool whiteout; in cache_lookup_dotdot() local1798 whiteout = (ncp->nc_flag & NCF_WHITE); in cache_lookup_dotdot()1805 if (whiteout) in cache_lookup_dotdot()1857 bool whiteout; in cache_lookup_fallback() local1914 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() local2012 whiteout = (atomic_load_char(&ncp->nc_flag) & NCF_WHITE); in cache_lookup()2027 if (whiteout) in cache_lookup()
1293 int error, whiteout = 0; in kern_mknodat() local1338 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()