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

/xnu-2422.115.4/bsd/sys/
H A Dnamei.h146 #define NOCACHE 0x00000020 /* name must not be left in cache */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c927 if (cnp->cn_flags & (NOCACHE | DOWHITEOUT)) {
928 if ((cnp->cn_flags & NOCACHE) || (cnp->cn_nameiop == DELETE))
1558 if (cnp->cn_flags & NOCACHE)
H A Dvfs_cache.c103 * is for DELETE, or NOCACHE is set (rewrite), and the
1187 if (cnp->cn_flags & NOCACHE)
H A Dkpi_vfs.c3842 NOCACHE | NOFOLLOW | USEDVP | CN_NBMOUNTLOOK, UIO_SYSSPACE,
H A Dvfs_syscalls.c5945 LOCKPARENT | LOCKLEAF | NOCACHE | SAVESTART | AUDITVNPATH2 | CN_NBMOUNTLOOK,

Completed in 43 milliseconds