HomeSort by: relevance | last modified time | path
    Searched refs:DOWHITEOUT (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/sys/
namei.h 176 #define DOWHITEOUT 0x0040000 /* do whiteouts */
namei.src 168 NAMEIFL DOWHITEOUT 0x0040000 /* do whiteouts */
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 742 if (ap->a_cnp->cn_flags & DOWHITEOUT)
923 if (ap->a_cnp->cn_flags & DOWHITEOUT)
1343 cnp->cn_flags &= ~DOWHITEOUT; /* when in doubt, cargo cult */
  /src/sys/fs/unionfs/
unionfs_vnops.c 229 if (ldvp != NULLVP && !(cnflags & DOWHITEOUT) && iswhiteout == 0) {
944 cnp->cn_flags |= DOWHITEOUT;
1111 fcnp->cn_flags |= DOWHITEOUT;
1308 cnp->cn_flags |= DOWHITEOUT;
unionfs_subr.c 318 cn->cn_flags |= (cnp->cn_flags & DOWHITEOUT);
  /src/sys/ufs/lfs/
ulfs_lookup.c 448 (cnp->cn_flags & DOWHITEOUT) &&
965 * FLAGS may contain DOWHITEOUT.
968 * If FLAGS contains DOWHITEOUT the entry is replaced with a whiteout
1002 if (flags & DOWHITEOUT) {
ulfs_vnops.c 663 cnp->cn_flags &= ~DOWHITEOUT;
  /src/sys/rump/librump/rumpvfs/
rumpfs.c 582 KASSERT((cnp->cn_flags & DOWHITEOUT) == 0);
602 if (cnp->cn_flags & DOWHITEOUT) {
1250 cnp->cn_flags &= ~DOWHITEOUT; /* cargo culting never fails ? */
  /src/sys/fs/union/
union_vnops.c 1220 cnp->cn_flags |= DOWHITEOUT;
1374 ap->a_fcnp->cn_flags |= DOWHITEOUT;
1495 cnp->cn_flags |= DOWHITEOUT;
  /src/sys/ufs/ufs/
ufs_lookup.c 618 (cnp->cn_flags & DOWHITEOUT) &&
1121 * FLAGS may contain DOWHITEOUT.
1124 * If FLAGS contains DOWHITEOUT the entry is replaced with a whiteout
1161 if (flags & DOWHITEOUT) {
ufs_vnops.c 1019 cnp->cn_flags &= ~DOWHITEOUT;
  /src/sys/kern/
vfs_syscalls.c 2820 NDINIT(&nd, DELETE, LOCKPARENT | DOWHITEOUT | TRYEMULROOT, pb);

Completed in 26 milliseconds