Searched refs:NOCACHE (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | namei.h | 163 #define NOCACHE 0x00000020 /* name must not be left in cache */ macro
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_lookup.c | 1312 if (cnp->cn_flags & NOCACHE) { 2099 if (cnp->cn_flags & NOCACHE) {
|
| H A D | vfs_cache.c | 1962 if (cnp->cn_flags & NOCACHE) { in cache_lookup_path()
|
| H A D | vfs_syscalls.c | 8997 LOCKPARENT | LOCKLEAF | NOCACHE | SAVESTART | AUDITVNPATH2 | CN_NBMOUNTLOOK, in copyfile() 13621 nameiflags |= (CN_FIRMLINK_NOFOLLOW | NOCACHE); in fsctl() 14791 NDINIT(ndp, op, pathop, USEDVP | NOCACHE | AUDITVNPATH1, in vnode_get_snapshot() 15092 NDINIT(tond, RENAME, OP_RENAME, USEDVP | NOCACHE | AUDITVNPATH2, in snapshot_rename()
|
| H A D | kpi_vfs.c | 4657 NOCACHE | NOFOLLOW | USEDVP | CN_NBMOUNTLOOK, UIO_SYSSPACE, in vn_rename()
|