Symbol: DOWHITEOUT
sys/fs/tmpfs/tmpfs_vnops.c
1343
cnp->cn_flags &= ~DOWHITEOUT; /* when in doubt, cargo cult */
sys/fs/tmpfs/tmpfs_vnops.c
742
if (ap->a_cnp->cn_flags & DOWHITEOUT)
sys/fs/tmpfs/tmpfs_vnops.c
923
if (ap->a_cnp->cn_flags & DOWHITEOUT)
sys/fs/union/union_vnops.c
1220
cnp->cn_flags |= DOWHITEOUT;
sys/fs/union/union_vnops.c
1374
ap->a_fcnp->cn_flags |= DOWHITEOUT;
sys/fs/union/union_vnops.c
1495
cnp->cn_flags |= DOWHITEOUT;
sys/fs/unionfs/unionfs_subr.c
318
cn->cn_flags |= (cnp->cn_flags & DOWHITEOUT);
sys/fs/unionfs/unionfs_vnops.c
1111
fcnp->cn_flags |= DOWHITEOUT;
sys/fs/unionfs/unionfs_vnops.c
1308
cnp->cn_flags |= DOWHITEOUT;
sys/fs/unionfs/unionfs_vnops.c
229
if (ldvp != NULLVP && !(cnflags & DOWHITEOUT) && iswhiteout == 0) {
sys/fs/unionfs/unionfs_vnops.c
944
cnp->cn_flags |= DOWHITEOUT;
sys/kern/vfs_syscalls.c
2821
NDINIT(&nd, DELETE, LOCKPARENT | DOWHITEOUT | TRYEMULROOT, pb);
sys/rump/librump/rumpvfs/rumpfs.c
1250
cnp->cn_flags &= ~DOWHITEOUT; /* cargo culting never fails ? */
sys/rump/librump/rumpvfs/rumpfs.c
582
KASSERT((cnp->cn_flags & DOWHITEOUT) == 0);
sys/rump/librump/rumpvfs/rumpfs.c
602
if (cnp->cn_flags & DOWHITEOUT) {
sys/ufs/lfs/ulfs_lookup.c
1002
if (flags & DOWHITEOUT) {
sys/ufs/lfs/ulfs_lookup.c
448
(cnp->cn_flags & DOWHITEOUT) &&
sys/ufs/lfs/ulfs_vnops.c
663
cnp->cn_flags &= ~DOWHITEOUT;
sys/ufs/ufs/ufs_lookup.c
1164
if (flags & DOWHITEOUT) {
sys/ufs/ufs/ufs_lookup.c
621
(cnp->cn_flags & DOWHITEOUT) &&
sys/ufs/ufs/ufs_vnops.c
1022
cnp->cn_flags &= ~DOWHITEOUT;