Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/renameat2/
H A Drenameat2_whiteout.ksh41 echo "whiteout" > whiteout
44 log_must renameat2 -w whiteout new
/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_union.c155 whiteout(const atf_tc_t *tc, const char *mp) in whiteout() function
195 ATF_TC_FSAPPLY(whiteout, "create whiteout in upper layer");
201 ATF_TP_FSAPPLY(whiteout); in ATF_TP_ADD_TCS()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_001.ksh197 log_must mkfile 1k /$TESTPOOL/$TESTFS/whiteout
198 log_must renameat2 -w /$TESTPOOL/$TESTFS/whiteout{,-moved}
/freebsd/sys/kern/
H A Dvnode_if.src98 %% whiteout dvp E E E
99 %! whiteout pre vop_whiteout_pre
100 %! whiteout post vop_whiteout_post
H A Dvfs_cache.c1922 bool whiteout; in cache_lookup_dotdot() local
1986 whiteout = (ncp->nc_flag & NCF_WHITE); in cache_lookup_dotdot()
1993 if (whiteout) in cache_lookup_dotdot()
2045 bool whiteout; in cache_lookup_fallback() local
2101 whiteout = (ncp->nc_flag & NCF_WHITE); in cache_lookup_fallback()
2108 if (whiteout) in cache_lookup_fallback()
2121 bool whiteout, neg_promote; in cache_lookup() local
2198 whiteout = (atomic_load_char(&ncp->nc_flag) & NCF_WHITE); in cache_lookup()
2213 if (whiteout) in cache_lookup()
H A Dvfs_syscalls.c1358 int error, whiteout = 0; in kern_mknodat() local
1403 whiteout = 0; in kern_mknodat()
1413 whiteout = 1; in kern_mknodat()
1427 if (error == 0 && !whiteout) in kern_mknodat()
1432 if (whiteout) in kern_mknodat()
1439 VOP_VPUT_PAIR(nd.ni_dvp, error == 0 && !whiteout ? &nd.ni_vp : NULL, in kern_mknodat()