Home
last modified time | relevance | path

Searched refs:lookupcache_misses (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/nfsclient/
HDnfsstats.h47 int lookupcache_misses; member
/freebsd-14-stable/sys/fs/nfs/
HDnfs_commonport.c483 oldnfsstats.lookupcache_misses = in nfssvc_call()
484 NFSD_VNET(nfsstatsv1_p)->lookupcache_misses; in nfssvc_call()
591 nfsstatsov1.lookupcache_misses = in nfssvc_call()
592 NFSD_VNET(nfsstatsv1_p)->lookupcache_misses; in nfssvc_call()
722 NFSD_VNET(nfsstatsv1_p)->lookupcache_misses = 0; in nfssvc_call()
HDnfsport.h462 uint64_t lookupcache_misses; member
527 uint64_t lookupcache_misses; member
589 int lookupcache_misses; member
/freebsd-14-stable/usr.bin/nfsstat/
HDnfsstat.c368 (uintmax_t)ext_nfsstats.lookupcache_misses, in intpr()
853 (uintmax_t)ext_nfsstats.lookupcache_misses); in exp_intpr()
1186 DELTA(lookupcache_misses)), in exp_sidewaysintpr()
/freebsd-14-stable/sys/fs/nfsclient/
HDnfs_clvnops.c1341 NFSINCRGLOBAL(nfsstatsv1.lookupcache_misses); in nfs_lookup()