Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dnamei.h163 #define ISWHITEOUT 0x00001000 /* found whiteout */ macro
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c129 cnp->cn_flags |= ISWHITEOUT; in tmpfs_lookup1()
142 cnp->cn_flags & ISWHITEOUT))) { in tmpfs_lookup1()
821 if (cnp->cn_flags & ISWHITEOUT) in tmpfs_link()
1216 if (tcnp->cn_flags & ISWHITEOUT) in tmpfs_rename()
H A Dtmpfs_subr.c1224 if (cnp->cn_flags & ISWHITEOUT) in tmpfs_alloc_file()
/freebsd/sys/ufs/ufs/
H A Dufs_lookup.c441 cnp->cn_flags |= ISWHITEOUT; in ufs_lookup_ino()
476 (cnp->cn_flags & ISWHITEOUT))) && in ufs_lookup_ino()
H A Dufs_vnops.c2129 if (cnp->cn_flags & ISWHITEOUT) { in ufs_mkdir()
2890 if (cnp->cn_flags & ISWHITEOUT) { in ufs_makeinode()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c1235 if (nd.ni_cnd.cn_flags & ISWHITEOUT) in unionfs_mkwhiteout()
1653 else if ((cn.cn_flags & ISWHITEOUT) == 0) { in unionfs_check_rmdir()
H A Dunion_vnops.c284 (cnp->cn_flags & ISWHITEOUT)) in unionfs_lookup()
1628 if (!(cnp->cn_flags & ISWHITEOUT)) { in unionfs_mkdir()
1633 cnp->cn_flags |= ISWHITEOUT; in unionfs_mkdir()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c1358 if (cnp->cn_flags & ISWHITEOUT) in ext2_mkdir()
1984 if (cnp->cn_flags & ISWHITEOUT) in ext2_makeinode()
/freebsd/sys/kern/
H A Dvfs_cache.c2014 cnp->cn_flags |= ISWHITEOUT; in cache_lookup_dotdot()
2129 cnp->cn_flags |= ISWHITEOUT; in cache_lookup_fallback()
2234 cnp->cn_flags |= ISWHITEOUT; in cache_lookup()
2665 if (cnp->cn_flags & ISWHITEOUT) in cache_enter_time()
H A Dvfs_syscalls.c1880 if (nd.ni_vp != NULLVP || !(nd.ni_cnd.cn_flags & ISWHITEOUT)) { in sys_undelete()