Searched refs:NOCACHE (Results 1 – 17 of 17) sorted by relevance
| /freebsd/tools/test/stress2/misc/ |
| H A D | nullfs11.sh | 37 NOCACHE=nullfs11-nocache.log 41 rm -f $CACHE $NOCACHE 84 test "-o nocache" > $NOCACHE 87 ministat -s -w 60 $NOCACHE $CACHE 88 rm -f /tmp/fstool $CACHE $NOCACHE
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | dispatch.c | 75 #ifndef NOCACHE in finish_dispatch_cache() 114 #ifndef NOCACHE in dispatch()
|
| H A D | replay.c | 33 #ifndef NOCACHE
|
| H A D | main.c | 935 #ifndef NOCACHE in main() 1041 #ifndef NOCACHE in main()
|
| H A D | t_replay.c | 37 #ifndef NOCACHE
|
| /freebsd/sys/sys/ |
| H A D | namei.h | 150 #define NOCACHE NC_NOMAKEENTRY /* for compatibility with older code */ macro
|
| /freebsd/sys/kern/ |
| H A D | vfs_lookup.c | 647 if (cnp->cn_flags & NOCACHE) in namei() 1117 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in vfs_lookup()
|
| H A D | vfs_syscalls.c | 1463 NDINIT_ATRIGHTS(&nd, CREATE, LOCKPARENT | AUDITVNODE1 | NOCACHE, in kern_mknodat() 1575 NDINIT_ATRIGHTS(&nd, CREATE, LOCKPARENT | AUDITVNODE1 | NOCACHE, in kern_mkfifoat() 1743 LOCKPARENT | AUDITVNODE2 | NOCACHE, segflag, path, fd, in kern_linkat_vp() 1861 NDINIT_ATRIGHTS(&nd, CREATE, LOCKPARENT | AUDITVNODE1 | NOCACHE, segflg, in kern_symlinkat() 3810 tondflags = LOCKPARENT | LOCKLEAF | NOCACHE | AUDITVNODE2; in kern_renameat()
|
| H A D | vfs_cache.c | 4843 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_final_modifying() 5233 MPASS((cnp->cn_flags & NOCACHE) == 0); in cache_fplookup_noentry()
|
| H A D | vfs_vnops.c | 282 ndp->ni_cnd.cn_flags |= LOCKPARENT | NOCACHE | NC_KEEPPOSENTRY; in vn_open_cred()
|
| H A D | uipc_usrreq.c | 615 NDINIT_ATRIGHTS(&nd, CREATE, NOFOLLOW | LOCKPARENT | NOCACHE, in uipc_bindat()
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdserv.c | 1298 LOCKPARENT | LOCKLEAF | NOCACHE); in nfsrvd_create() 1525 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE, cnflags | NOCACHE); in nfsrvd_mknod() 1857 NFSNAMEICNDSET(&tond.ni_cnd, nd->nd_cred, RENAME, LOCKPARENT | LOCKLEAF | NOCACHE); in nfsrvd_rename() 1993 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE, LOCKPARENT | NOCACHE); in nfsrvd_link() 2076 LOCKPARENT | NOCACHE); in nfsrvd_symlink() 2198 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE, LOCKPARENT | NOCACHE); in nfsrvd_mkdir() 3216 LOCKPARENT | LOCKLEAF | NOCACHE); in nfsrvd_open()
|
| H A D | nfs_nfsdport.c | 4651 LOCKPARENT | LOCKLEAF | NOCACHE); in nfsrv_dscreate()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | autoconf.h.in | 619 #undef NOCACHE
|
| /freebsd/sys/fs/unionfs/ |
| H A D | union_subr.c | 741 cn->cn_flags |= NOCACHE; in unionfs_relookup()
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_snapshot.c | 254 NDINIT(&nd, CREATE, LOCKPARENT | LOCKLEAF | NOCACHE, UIO_SYSSPACE, in ffs_snapshot()
|
| /freebsd/crypto/krb5/src/ |
| H A D | configure.ac | 417 AC_DEFINE(NOCACHE,1,[Define if the KDC should use no lookaside cache]) definition
|