Searched refs:ISWHITEOUT (Results 1 – 18 of 18) sorted by relevance
184 cnp->cn_flags |= ISWHITEOUT; in ulfs_lookup() 207 * it is correct to set ISWHITEOUT in this case or in ulfs_lookup() 212 cnp->cn_flags |= ISWHITEOUT; in ulfs_lookup() 413 cnp->cn_flags |= ISWHITEOUT; in ulfs_lookup() 449 (cnp->cn_flags & ISWHITEOUT))) && in ulfs_lookup()
345 if (cnp->cn_flags & ISWHITEOUT) { in lfs_makeinode()946 if (cnp->cn_flags & ISWHITEOUT) { in lfs_mkdir()
384 cnp->cn_flags |= ISWHITEOUT; in ufs_lookup() 408 * it is correct to set ISWHITEOUT in this case or in ufs_lookup() 413 cnp->cn_flags |= ISWHITEOUT; in ufs_lookup() 584 cnp->cn_flags |= ISWHITEOUT; in ufs_lookup() 619 (cnp->cn_flags & ISWHITEOUT))) && in ufs_lookup()
1274 if (cnp->cn_flags & ISWHITEOUT) { in ufs_mkdir()2263 if (cnp->cn_flags & ISWHITEOUT) { in ufs_makeinode()
581 if ((cnp->cn_flags & ISWHITEOUT) != 0) { in makedir()803 cnp->cn_flags |= ISWHITEOUT; in rump_vop_lookup()1031 if ((cnp->cn_flags & ISWHITEOUT) != 0) in rump_vop_mkdir()1129 if ((cnp->cn_flags & ISWHITEOUT) != 0) in rump_vop_mknod()1162 if ((cnp->cn_flags & ISWHITEOUT) != 0) in rump_vop_create()1197 if ((cnp->cn_flags & ISWHITEOUT) != 0) in rump_vop_symlink()
175 #define ISWHITEOUT 0x0020000 /* found whiteout */ macro
167 NAMEIFL ISWHITEOUT 0x0020000 /* found whiteout */
425 if (cnp->cn_flags & ISWHITEOUT) { in tmpfs_construct_node()436 if (cnp->cn_flags & ISWHITEOUT) in tmpfs_construct_node()
173 cnp->cn_flags |= ISWHITEOUT; in tmpfs_lookup()248 cnp->cn_flags |= ISWHITEOUT; in tmpfs_lookup()
215 if (cnp->cn_flags & ISWHITEOUT) in unionfs_lookup()1245 if (!(cnp->cn_flags & ISWHITEOUT)) { in unionfs_mkdir()1250 cnp->cn_flags |= ISWHITEOUT; in unionfs_mkdir()
883 (lookuperr == ENOENT && (cn.cn_flags & ISWHITEOUT))) in unionfs_check_rmdir()
1179 if (error == ENOENT && (cn.cn_flags & ISWHITEOUT)) { in union_check_rmdir()
374 if (cnp->cn_flags & ISWHITEOUT) { in union_lookup()
514 * Filesystems that do support whiteouts should add ISWHITEOUT to594 * Restore the ISWHITEOUT flag saved earlier. in cache_lookup() 954 * Fill in cache info. For negative hits, save the ISWHITEOUT flag in cache_enter() 960 ncp->nc_whiteout = ((cnflags & ISWHITEOUT) != 0); in cache_enter()
2825 if (nd.ni_vp != NULLVP || !(nd.ni_cnd.cn_flags & ISWHITEOUT)) { in sys_unlink()
489 cnp->cn_flags |= ISWHITEOUT; in puffs_vnop_lookup()
786 KASSERT((cnp->cn_flags & ISWHITEOUT) == 0); in nfs_lookup()
5251 cnp->cn_flags |= ISWHITEOUT; in zfs_netbsd_lookup()