Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dnamei.h169 #define ISWHITEOUT 0x00001000 /* found whiteout */ macro
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c129 cnp->cn_flags |= ISWHITEOUT; in tmpfs_lookup1()
142 cnp->cn_flags & ISWHITEOUT))) { in tmpfs_lookup1()
818 if (cnp->cn_flags & ISWHITEOUT) in tmpfs_link()
1213 if (tcnp->cn_flags & ISWHITEOUT) in tmpfs_rename()
H A Dtmpfs_subr.c1224 if (cnp->cn_flags & ISWHITEOUT) in tmpfs_alloc_file()
/freebsd/sys/ufs/ufs/
H A Dufs_lookup.c439 cnp->cn_flags |= ISWHITEOUT; in ufs_lookup_ino()
474 (cnp->cn_flags & ISWHITEOUT))) && in ufs_lookup_ino()
H A Dufs_vnops.c2114 if (cnp->cn_flags & ISWHITEOUT) { in ufs_mkdir()
2880 if (cnp->cn_flags & ISWHITEOUT) { in ufs_makeinode()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c1237 if (nd.ni_cnd.cn_flags & ISWHITEOUT) in unionfs_mkwhiteout()
1822 else if ((cn.cn_flags & ISWHITEOUT) == 0) { in unionfs_check_rmdir()
H A Dunion_vnops.c305 (cnp->cn_flags & ISWHITEOUT)) in unionfs_lookup()
1659 if (!(cnp->cn_flags & ISWHITEOUT)) { in unionfs_mkdir()
1664 cnp->cn_flags |= ISWHITEOUT; in unionfs_mkdir()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c1358 if (cnp->cn_flags & ISWHITEOUT) in ext2_mkdir()
1984 if (cnp->cn_flags & ISWHITEOUT) in ext2_makeinode()
/freebsd/sys/kern/
H A Dvfs_cache.c2058 cnp->cn_flags |= ISWHITEOUT; in cache_lookup_dotdot()
2168 cnp->cn_flags |= ISWHITEOUT; in cache_lookup_fallback()
2268 cnp->cn_flags |= ISWHITEOUT; in cache_lookup()
2697 if (cnp->cn_flags & ISWHITEOUT) in cache_enter_time()
H A Dvfs_syscalls.c1932 if (nd.ni_vp != NULL || !(nd.ni_cnd.cn_flags & ISWHITEOUT)) { in sys_undelete()