doingcache         85 kern/vfs_cache.c int doingcache = 1;			/* 1 => enable the cache */
doingcache        118 kern/vfs_cache.c 	if (!doingcache) {
doingcache        275 kern/vfs_cache.c 	if (!doingcache)
doingcache        341 kern/vfs_cache.c 	if (!doingcache || cnp->cn_namelen > NCHNAMLEN)