Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dnamei.h163 #define ISWHITEOUT 0x00001000 /* found whiteout */ macro
/freebsd-14.2/sys/fs/tmpfs/
H A Dtmpfs_vnops.c129 cnp->cn_flags |= ISWHITEOUT; in tmpfs_lookup1()
142 cnp->cn_flags & ISWHITEOUT))) { in tmpfs_lookup1()
820 if (cnp->cn_flags & ISWHITEOUT) in tmpfs_link()
1213 if (tcnp->cn_flags & ISWHITEOUT) in tmpfs_rename()
H A Dtmpfs_subr.c1221 if (cnp->cn_flags & ISWHITEOUT) in tmpfs_alloc_file()
/freebsd-14.2/sys/ufs/ufs/
H A Dufs_lookup.c443 cnp->cn_flags |= ISWHITEOUT; in ufs_lookup_ino()
478 (cnp->cn_flags & ISWHITEOUT))) && in ufs_lookup_ino()
H A Dufs_vnops.c2128 if (cnp->cn_flags & ISWHITEOUT) { in ufs_mkdir()
2888 if (cnp->cn_flags & ISWHITEOUT) { in ufs_makeinode()
/freebsd-14.2/sys/fs/unionfs/
H A Dunion_vnops.c200 if (cnp->cn_flags & ISWHITEOUT) in unionfs_lookup()
1400 if (!(cnp->cn_flags & ISWHITEOUT)) { in unionfs_mkdir()
1405 cnp->cn_flags |= ISWHITEOUT; in unionfs_mkdir()
H A Dunion_subr.c1492 (lookuperr == ENOENT && (cn.cn_flags & ISWHITEOUT))) in unionfs_check_rmdir()
/freebsd-14.2/sys/fs/ext2fs/
H A Dext2_vnops.c1361 if (cnp->cn_flags & ISWHITEOUT) in ext2_mkdir()
1987 if (cnp->cn_flags & ISWHITEOUT) in ext2_makeinode()
/freebsd-14.2/sys/kern/
H A Dvfs_cache.c1927 cnp->cn_flags |= ISWHITEOUT; in cache_lookup_dotdot()
2042 cnp->cn_flags |= ISWHITEOUT; in cache_lookup_fallback()
2147 cnp->cn_flags |= ISWHITEOUT; in cache_lookup()
2578 if (cnp->cn_flags & ISWHITEOUT) in cache_enter_time()
H A Dvfs_syscalls.c1842 if (nd.ni_vp != NULLVP || !(nd.ni_cnd.cn_flags & ISWHITEOUT)) { in sys_undelete()