Searched refs:DOWHITEOUT (Results 1 – 7 of 7) sorted by relevance
475 (cnp->cn_flags & DOWHITEOUT) && in ufs_lookup_ino()1128 if (flags & DOWHITEOUT) in ufs_dirremove()1146 if (flags & DOWHITEOUT) { in ufs_dirremove()1202 if (flags & DOWHITEOUT) in ufs_dirremove()
1209 cnp->cn_flags &= ~DOWHITEOUT; in ufs_whiteout()
164 #define DOWHITEOUT 0x00002000 /* do whiteouts */ macro
141 cnp->cn_flags & DOWHITEOUT && in tmpfs_lookup1()769 if (v->a_cnp->cn_flags & DOWHITEOUT) in tmpfs_remove()1213 if (fcnp->cn_flags & DOWHITEOUT) in tmpfs_rename()1378 if (cnp->cn_flags & DOWHITEOUT) in tmpfs_rmdir()
201 if (ldvp != NULLVP && !(cnflags & DOWHITEOUT)) { in unionfs_lookup()1278 cnp->cn_flags |= DOWHITEOUT; in unionfs_remove()1509 fcnp->cn_flags |= DOWHITEOUT; in unionfs_rename()1735 cnp->cn_flags |= (DOWHITEOUT | IGNOREWHITEOUT); in unionfs_rmdir()
735 cn->cn_flags |= (cnp->cn_flags & DOWHITEOUT); in unionfs_relookup()
1834 NDINIT(&nd, DELETE, LOCKPARENT | DOWHITEOUT | AUDITVNODE1, in sys_undelete()