docache           297 kern/vfs_lookup.c 	int docache;			/* == 0 do not cache last component */
docache           309 kern/vfs_lookup.c 	docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE;
docache           312 kern/vfs_lookup.c 		docache = 0;
docache           402 kern/vfs_lookup.c 		if (docache)