HomeSort by: relevance | last modified time | path
    Searched refs:nfsstatsv1 (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonport.c 63 struct nfsstatsv1 nfsstatsv1; variable in typeref:struct:nfsstatsv1
484 nfsstatsv1.attrcache_hits;
486 nfsstatsv1.attrcache_misses;
488 nfsstatsv1.lookupcache_hits;
490 nfsstatsv1.lookupcache_misses;
492 nfsstatsv1.direofcache_hits;
494 nfsstatsv1.direofcache_misses;
496 nfsstatsv1.accesscache_hits;
498 nfsstatsv1.accesscache_misses
    [all...]
nfs_commonkrpc.c 99 extern struct nfsstatsv1 nfsstatsv1;
652 NFSINCRGLOBAL(nfsstatsv1.rpcrequests);
772 NFSINCRGLOBAL(nfsstatsv1.rpctimeouts);
775 NFSINCRGLOBAL(nfsstatsv1.rpcinvalid);
778 NFSINCRGLOBAL(nfsstatsv1.rpcinvalid);
783 NFSINCRGLOBAL(nfsstatsv1.rpcinvalid);
nfsport.h 368 struct nfsstatsv1 { struct
  /src/sys/fs/nfs/server/
nfs_nfsdcache.c 164 extern struct nfsstatsv1 nfsstatsv1;
323 nfsstatsv1.srvcache_tcppeak = 0;
324 nfsstatsv1.srvcache_size = 0;
400 nfsstatsv1.srvcache_inproghits++;
407 nfsstatsv1.srvcache_nonidemdonehits++;
415 nfsstatsv1.srvcache_nonidemdonehits++;
430 nfsstatsv1.srvcache_misses++;
431 atomic_add_int(&nfsstatsv1.srvcache_size, 1);
485 nfsstatsv1.srvcache_nonidemdonehits++
    [all...]
nfs_nfsdsocket.c 46 extern struct nfsstatsv1 nfsstatsv1;
417 if (nfsstatsv1.srvstartcnt == nfsstatsv1.srvdonecnt) {
419 nfsstatsv1.busyfrom = *now;
421 binuptime(&nfsstatsv1.busyfrom);
424 nfsstatsv1.srvrpccnt[op]++;
425 nfsstatsv1.srvstartcnt++;
448 nfsstatsv1.srvbytes[op] += bytes;
449 nfsstatsv1.srvops[op]++
    [all...]
nfs_nfsdstate.c 42 extern struct nfsstatsv1 nfsstatsv1;
282 nfsstatsv1.srvclients++;
386 nfsstatsv1.srvclients++;
450 nfsstatsv1.srvclients++;
824 * nfsstatsv1.
1228 nfsstatsv1.srvclients--;
1269 nfsstatsv1.srvdelegates--;
1295 nfsstatsv1.srvopenowners--;
1345 nfsstatsv1.srvopens--
    [all...]
nfs_nfsdport.c 72 extern struct nfsstatsv1 nfsstatsv1;
698 nfsstatsv1.srvbytes[NFSV4OP_READ] += uiop->uio_resid;
772 nfsstatsv1.srvbytes[NFSV4OP_WRITE] += uiop->uio_resid;
  /src/sys/fs/nfs/client/
nfs_clsubs.c 88 extern struct nfsstatsv1 nfsstatsv1;
224 nfsstatsv1.attrcache_misses++;
229 nfsstatsv1.attrcache_hits++;
nfs_clbio.c 56 extern struct nfsstatsv1 nfsstatsv1;
462 NFSINCRGLOBAL(nfsstatsv1.biocache_reads);
539 NFSINCRGLOBAL(nfsstatsv1.biocache_readlinks);
559 NFSINCRGLOBAL(nfsstatsv1.biocache_readdirs);
988 NFSINCRGLOBAL(nfsstatsv1.biocache_writes);
1602 NFSINCRGLOBAL(nfsstatsv1.read_bios);
1637 NFSINCRGLOBAL(nfsstatsv1.readlink_bios);
1641 NFSINCRGLOBAL(nfsstatsv1.readdir_bios);
1703 NFSINCRGLOBAL(nfsstatsv1.write_bios)
    [all...]
nfs_clstate.c 89 extern struct nfsstatsv1 nfsstatsv1;
348 nfsstatsv1.cllocalopenowners++;
351 nfsstatsv1.clopenowners++;
385 nfsstatsv1.cllocalopens++;
387 nfsstatsv1.clopens++;
435 nfsstatsv1.cldelegates++;
1076 nfsstatsv1.cllocallockowners++;
1079 nfsstatsv1.cllockowners++;
1407 nfsstatsv1.cllocalopens--
    [all...]
nfs_clcomsubs.c 47 extern struct nfsstatsv1 nfsstatsv1;
247 NFSINCRGLOBAL(nfsstatsv1.rpccnt[procnum]);
nfs_clvnops.c 108 extern struct nfsstatsv1 nfsstatsv1;
418 NFSINCRGLOBAL(nfsstatsv1.accesscache_hits);
437 NFSINCRGLOBAL(nfsstatsv1.accesscache_misses);
857 NFSINCRGLOBAL(nfsstatsv1.accesscache_misses);
1114 NFSINCRGLOBAL(nfsstatsv1.lookupcache_hits);
1141 NFSINCRGLOBAL(nfsstatsv1.lookupcache_hits);
1149 NFSINCRGLOBAL(nfsstatsv1.lookupcache_misses);
2227 NFSINCRGLOBAL(nfsstatsv1.direofcache_hits);
2254 NFSINCRGLOBAL(nfsstatsv1.direofcache_misses)
    [all...]

Completed in 25 milliseconds