Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dnullfs11.sh37 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 Ddispatch.c75 #ifndef NOCACHE in finish_dispatch_cache()
114 #ifndef NOCACHE in dispatch()
H A Dreplay.c33 #ifndef NOCACHE
H A Dmain.c935 #ifndef NOCACHE in main()
1041 #ifndef NOCACHE in main()
H A Dt_replay.c37 #ifndef NOCACHE
/freebsd/sys/sys/
H A Dnamei.h150 #define NOCACHE NC_NOMAKEENTRY /* for compatibility with older code */ macro
/freebsd/sys/kern/
H A Dvfs_lookup.c647 if (cnp->cn_flags & NOCACHE) in namei()
1117 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in vfs_lookup()
H A Dvfs_syscalls.c1463 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 Dvfs_cache.c4843 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_final_modifying()
5233 MPASS((cnp->cn_flags & NOCACHE) == 0); in cache_fplookup_noentry()
H A Dvfs_vnops.c282 ndp->ni_cnd.cn_flags |= LOCKPARENT | NOCACHE | NC_KEEPPOSENTRY; in vn_open_cred()
H A Duipc_usrreq.c615 NDINIT_ATRIGHTS(&nd, CREATE, NOFOLLOW | LOCKPARENT | NOCACHE, in uipc_bindat()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c1298 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 Dnfs_nfsdport.c4651 LOCKPARENT | LOCKLEAF | NOCACHE); in nfsrv_dscreate()
/freebsd/crypto/krb5/src/include/
H A Dautoconf.h.in619 #undef NOCACHE
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c741 cn->cn_flags |= NOCACHE; in unionfs_relookup()
/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c254 NDINIT(&nd, CREATE, LOCKPARENT | LOCKLEAF | NOCACHE, UIO_SYSSPACE, in ffs_snapshot()
/freebsd/crypto/krb5/src/
H A Dconfigure.ac417 AC_DEFINE(NOCACHE,1,[Define if the KDC should use no lookaside cache]) definition