Searched refs:whiteout (Results 1 – 6 of 6) sorted by relevance
42 echo "whiteout" > whiteout45 log_must renameat2 -w whiteout new
155 whiteout(const atf_tc_t *tc, const char *mp) in whiteout() function195 ATF_TC_FSAPPLY(whiteout, "create whiteout in upper layer");201 ATF_TP_FSAPPLY(whiteout); in ATF_TP_ADD_TCS()
210 log_must mkfile 1k /$TESTPOOL/$TESTFS/whiteout211 log_must renameat2 -w /$TESTPOOL/$TESTFS/whiteout{,-moved}
98 %% whiteout dvp E E E99 %! whiteout pre vop_whiteout_pre100 %! whiteout post vop_whiteout_post
1986 bool whiteout; in cache_lookup_dotdot() local2050 whiteout = (ncp->nc_flag & NCF_WHITE); in cache_lookup_dotdot()2057 if (whiteout) in cache_lookup_dotdot()2109 bool whiteout; in cache_lookup_fallback() local2160 whiteout = (ncp->nc_flag & NCF_WHITE); in cache_lookup_fallback()2167 if (whiteout) in cache_lookup_fallback()2180 bool whiteout, neg_promote; in cache_lookup() local2252 whiteout = (atomic_load_char(&ncp->nc_flag) & NCF_WHITE); in cache_lookup()2267 if (whiteout) in cache_lookup()
1436 int error, whiteout = 0; in kern_mknodat() local1485 whiteout = 0; in kern_mknodat()1495 whiteout = 1; in kern_mknodat()1509 if (error == 0 && !whiteout) in kern_mknodat()1514 if (whiteout) in kern_mknodat()1521 VOP_VPUT_PAIR(nd.ni_dvp, error == 0 && !whiteout ? &nd.ni_vp : NULL, in kern_mknodat()