Home
last modified time | relevance | path

Searched refs:CNP_ISWHITEOUT (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Dnamei.h102 #define CNP_ISWHITEOUT 0x00020000 /* found whiteout */ macro
/dragonfly/sys/vfs/ufs/
H A Dufs_lookup.c336 ap->a_cnp->cn_flags |= CNP_ISWHITEOUT; in ufs_lookup()
372 (ap->a_cnp->cn_flags & CNP_ISWHITEOUT))) && in ufs_lookup()
H A Dufs_vnops.c1345 if (cnp->cn_flags & CNP_ISWHITEOUT) in ufs_mkdir()
2072 if (cnp->cn_flags & CNP_ISWHITEOUT) in ufs_makeinode()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_vnops.c1165 if (cnp->cn_flags & CNP_ISWHITEOUT) in ext2_mkdir()
1767 if (cnp->cn_flags & CNP_ISWHITEOUT) in ext2_makeinode()
/dragonfly/sys/kern/
H A Dvfs_default.c231 if (cnp.cn_flags & CNP_ISWHITEOUT) in vop_compat_nresolve()