Home
last modified time | relevance | path

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

/freebsd-14-stable/tools/test/stress2/misc/
HDnullfs11.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-14-stable/sys/sys/
HDnamei.h145 #define NOCACHE NC_NOMAKEENTRY /* for compatibility with older code */ macro
/freebsd-14-stable/sys/kern/
HDvfs_lookup.c621 if (cnp->cn_flags & NOCACHE) in namei()
1052 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in vfs_lookup()
HDvfs_syscalls.c1387 NDINIT_ATRIGHTS(&nd, CREATE, LOCKPARENT | AUDITVNODE1 | NOCACHE, in kern_mknodat()
1495 NDINIT_ATRIGHTS(&nd, CREATE, LOCKPARENT | AUDITVNODE1 | NOCACHE, in kern_mkfifoat()
1654 LOCKPARENT | AUDITVNODE2 | NOCACHE, segflag, path, fd, in kern_linkat_vp()
1772 NDINIT_ATRIGHTS(&nd, CREATE, LOCKPARENT | AUDITVNODE1 | NOCACHE, segflg, in kern_symlinkat()
3705 tondflags = LOCKPARENT | LOCKLEAF | NOCACHE | AUDITVNODE2; in kern_renameat()
HDvfs_cache.c4635 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_final_modifying()
5025 MPASS((cnp->cn_flags & NOCACHE) == 0); in cache_fplookup_noentry()
HDuipc_usrreq.c598 NDINIT_ATRIGHTS(&nd, CREATE, NOFOLLOW | LOCKPARENT | NOCACHE, in uipc_bindat()
HDvfs_vnops.c258 ndp->ni_cnd.cn_flags |= LOCKPARENT | NOCACHE | NC_KEEPPOSENTRY; in vn_open_cred()
/freebsd-14-stable/sys/fs/nfsserver/
HDnfs_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()
HDnfs_nfsdport.c4323 LOCKPARENT | LOCKLEAF | NOCACHE); in nfsrv_dscreate()
/freebsd-14-stable/sys/fs/unionfs/
HDunion_subr.c685 cn->cn_flags |= NOCACHE; in unionfs_relookup()
/freebsd-14-stable/sys/ufs/ffs/
HDffs_snapshot.c256 NDINIT(&nd, CREATE, LOCKPARENT | LOCKLEAF | NOCACHE, UIO_SYSSPACE, in ffs_snapshot()