sys/kern/vfs_cache.c
672
STATNODE_COUNTER(heldvnodes, numcachehv, "Number of namecache entries with vnodes held");
sys/kern/vfs_cache.c
673
STATNODE_COUNTER(drops, numdrops, "Number of dropped entries due to reaching the limit");
sys/kern/vfs_cache.c
674
STATNODE_COUNTER(miss, nummiss, "Number of cache misses");
sys/kern/vfs_cache.c
675
STATNODE_COUNTER(misszap, nummisszap, "Number of cache misses we do not want to cache");
sys/kern/vfs_cache.c
676
STATNODE_COUNTER(poszaps, numposzaps,
sys/kern/vfs_cache.c
678
STATNODE_COUNTER(poshits, numposhits, "Number of cache hits (positive)");
sys/kern/vfs_cache.c
679
STATNODE_COUNTER(negzaps, numnegzaps,
sys/kern/vfs_cache.c
681
STATNODE_COUNTER(neghits, numneghits, "Number of cache hits (negative)");
sys/kern/vfs_cache.c
683
STATNODE_COUNTER(fullpathcalls, numfullpathcalls, "Number of fullpath search calls");
sys/kern/vfs_cache.c
684
STATNODE_COUNTER(fullpathfail2, numfullpathfail2,
sys/kern/vfs_cache.c
686
STATNODE_COUNTER(fullpathfail4, numfullpathfail4, "Number of fullpath search errors (ENOMEM)");
sys/kern/vfs_cache.c
687
STATNODE_COUNTER(fullpathfound, numfullpathfound, "Number of successful fullpath calls");
sys/kern/vfs_cache.c
688
STATNODE_COUNTER(symlinktoobig, symlinktoobig, "Number of times symlink did not fit the cache");