Home
last modified time | relevance | path

Searched refs:NOCACHE (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dnamei.h141 #define NOCACHE NC_NOMAKEENTRY /* for compatibility with older code */ macro
/f-stack/freebsd/kern/
H A Dvfs_lookup.c545 if (cnp->cn_flags & NOCACHE) in namei()
825 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in lookup()
H A Dvfs_syscalls.c1320 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 Dvfs_cache.c4229 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_final_modifying()
4660 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_noentry()
H A Duipc_usrreq.c638 NDINIT_ATRIGHTS(&nd, CREATE, NOFOLLOW | LOCKPARENT | SAVENAME | NOCACHE, in uipc_bindat()
H A Dvfs_vnops.c245 ndp->ni_cnd.cn_flags |= LOCKPARENT | NOCACHE | NC_KEEPPOSENTRY; in vn_open_cred()