Searched refs:NOCACHE (Results 1 – 11 of 11) 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/sys/sys/ |
H A D | namei.h | 145 #define NOCACHE NC_NOMAKEENTRY /* for compatibility with older code */ macro
|
/freebsd/sys/kern/ |
H A D | vfs_lookup.c | 619 if (cnp->cn_flags & NOCACHE) in namei() 621 ("%s: NOCACHE passed with LOOKUP", __func__)); in namei() 1048 * NOCACHE flag and for all modifying operations except CREATE. in vfs_lookup() 1050 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in vfs_lookup()
|
H A D | vfs_syscalls.c | 1425 NDINIT_ATRIGHTS(&nd, CREATE, LOCKPARENT | AUDITVNODE1 | NOCACHE, in kern_mknodat() 1533 NDINIT_ATRIGHTS(&nd, CREATE, LOCKPARENT | AUDITVNODE1 | NOCACHE, in kern_mkfifoat() 1692 LOCKPARENT | AUDITVNODE2 | NOCACHE, segflag, path, fd, in kern_linkat_vp() 1810 NDINIT_ATRIGHTS(&nd, CREATE, LOCKPARENT | AUDITVNODE1 | NOCACHE, segflg, in kern_symlinkat() 3743 tondflags = LOCKPARENT | LOCKLEAF | NOCACHE | AUDITVNODE2; in kern_renameat()
|
H A D | vfs_cache.c | 4722 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_final_modifying() 5112 MPASS((cnp->cn_flags & NOCACHE) == 0); in cache_fplookup_noentry()
|
H A D | uipc_usrreq.c | 569 NDINIT_ATRIGHTS(&nd, CREATE, NOFOLLOW | LOCKPARENT | NOCACHE, in uipc_bindat()
|
H A D | vfs_vnops.c | 256 ndp->ni_cnd.cn_flags |= LOCKPARENT | NOCACHE | NC_KEEPPOSENTRY; in vn_open_cred()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdserv.c | 1169 LOCKPARENT | LOCKLEAF | NOCACHE); in nfsrvd_create() 1380 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE, cnflags | NOCACHE); in nfsrvd_mknod() 1703 NFSNAMEICNDSET(&tond.ni_cnd, nd->nd_cred, RENAME, LOCKPARENT | LOCKLEAF | NOCACHE); in nfsrvd_rename() 1833 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE, LOCKPARENT | NOCACHE); in nfsrvd_link() 1916 LOCKPARENT | NOCACHE); in nfsrvd_symlink() 2033 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE, LOCKPARENT | NOCACHE); in nfsrvd_mkdir() 3035 LOCKPARENT | LOCKLEAF | NOCACHE); in nfsrvd_open()
|
H A D | nfs_nfsdport.c | 4324 LOCKPARENT | LOCKLEAF | NOCACHE); in nfsrv_dscreate()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_subr.c | 739 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()
|