Searched refs:ISWHITEOUT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_lookup.c295 (cnp->cn_flags & ISWHITEOUT))) &&
H A Dhfs_vnops.c5936 if (cnp->cn_flags & ISWHITEOUT)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dvnode.h210 #define ISWHITEOUT 0x00020000 /* OBSOLETE: found whiteout */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c1568 cnp->cn_flags |= ISWHITEOUT;
1746 if (cnp->cn_flags & ISWHITEOUT)
H A Dvfs_syscalls.c3980 if (vp == NULLVP && (nd.ni_cnd.cn_flags & ISWHITEOUT)) {

Completed in 191 milliseconds