Searched refs:NOCACHE (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | namei.h | 141 #define NOCACHE NC_NOMAKEENTRY /* for compatibility with older code */ macro
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_lookup.c | 545 if (cnp->cn_flags & NOCACHE) in namei() 825 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in lookup()
|
| H A D | vfs_syscalls.c | 1320 NOCACHE, pathseg, path, fd, &cap_mknodat_rights, in kern_mknodat() 1428 NOCACHE, pathseg, path, fd, &cap_mkfifoat_rights, in kern_mkfifoat() 1580 LOCKPARENT | SAVENAME | AUDITVNODE2 | NOCACHE, segflag, path, fd, in kern_linkat_vp() 1698 NOCACHE, segflg, path2, fd, &cap_symlinkat_rights, in kern_symlinkat() 3616 tondflags = LOCKPARENT | LOCKLEAF | NOCACHE | SAVESTART | AUDITVNODE2; in kern_renameat()
|
| H A D | vfs_cache.c | 4229 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_final_modifying() 4660 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_noentry()
|
| H A D | uipc_usrreq.c | 638 NDINIT_ATRIGHTS(&nd, CREATE, NOFOLLOW | LOCKPARENT | SAVENAME | NOCACHE, in uipc_bindat()
|
| H A D | vfs_vnops.c | 245 ndp->ni_cnd.cn_flags |= LOCKPARENT | NOCACHE | NC_KEEPPOSENTRY; in vn_open_cred()
|