The name cache on FreeBSD is responsible for caching file names and their vnodes. It also provides a special database for hashing the contents of large directories.
I would like to know how to empty the name cache but I cannot find any tool or sysctl that would allow me to do that.
Is it even possible?