Home
last modified time | relevance | path

Searched refs:NOCACHE (Results 1 – 11 of 11) 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/sys/sys/
H A Dnamei.h145 #define NOCACHE NC_NOMAKEENTRY /* for compatibility with older code */ macro
/freebsd/sys/kern/
H A Dvfs_lookup.c619 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 Dvfs_syscalls.c1425 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 Dvfs_cache.c4722 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_final_modifying()
5112 MPASS((cnp->cn_flags & NOCACHE) == 0); in cache_fplookup_noentry()
H A Duipc_usrreq.c569 NDINIT_ATRIGHTS(&nd, CREATE, NOFOLLOW | LOCKPARENT | NOCACHE, in uipc_bindat()
H A Dvfs_vnops.c256 ndp->ni_cnd.cn_flags |= LOCKPARENT | NOCACHE | NC_KEEPPOSENTRY; in vn_open_cred()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c1169 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 Dnfs_nfsdport.c4324 LOCKPARENT | LOCKLEAF | NOCACHE); in nfsrv_dscreate()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c739 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()