Home | History | Annotate | Download | only in common

Lines Matching defs:oldnfsstats

74 static struct ext_nfsstats oldnfsstats;
483 oldnfsstats.attrcache_hits =
485 oldnfsstats.attrcache_misses =
487 oldnfsstats.lookupcache_hits =
489 oldnfsstats.lookupcache_misses =
491 oldnfsstats.direofcache_hits =
493 oldnfsstats.direofcache_misses =
495 oldnfsstats.accesscache_hits =
497 oldnfsstats.accesscache_misses =
499 oldnfsstats.biocache_reads =
501 oldnfsstats.read_bios =
503 oldnfsstats.read_physios =
505 oldnfsstats.biocache_writes =
507 oldnfsstats.write_bios =
509 oldnfsstats.write_physios =
511 oldnfsstats.biocache_readlinks =
513 oldnfsstats.readlink_bios =
515 oldnfsstats.biocache_readdirs =
517 oldnfsstats.readdir_bios =
520 oldnfsstats.rpccnt[i] = nfsstatsv1.rpccnt[i];
521 oldnfsstats.rpcretries = nfsstatsv1.rpcretries;
523 oldnfsstats.srvrpccnt[i] =
527 oldnfsstats.srvrpccnt[j] =
529 oldnfsstats.srvrpc_errs = nfsstatsv1.srvrpc_errs;
530 oldnfsstats.srv_errs = nfsstatsv1.srv_errs;
531 oldnfsstats.rpcrequests = nfsstatsv1.rpcrequests;
532 oldnfsstats.rpctimeouts = nfsstatsv1.rpctimeouts;
533 oldnfsstats.rpcunexpected = nfsstatsv1.rpcunexpected;
534 oldnfsstats.rpcinvalid = nfsstatsv1.rpcinvalid;
535 oldnfsstats.srvcache_inproghits =
537 oldnfsstats.srvcache_idemdonehits =
539 oldnfsstats.srvcache_nonidemdonehits =
541 oldnfsstats.srvcache_misses =
543 oldnfsstats.srvcache_tcppeak =
545 oldnfsstats.srvcache_size = nfsstatsv1.srvcache_size;
546 oldnfsstats.srvclients = nfsstatsv1.srvclients;
547 oldnfsstats.srvopenowners = nfsstatsv1.srvopenowners;
548 oldnfsstats.srvopens = nfsstatsv1.srvopens;
549 oldnfsstats.srvlockowners = nfsstatsv1.srvlockowners;
550 oldnfsstats
551 oldnfsstats.srvdelegates = nfsstatsv1.srvdelegates;
553 oldnfsstats.cbrpccnt[i] =
555 oldnfsstats.clopenowners = nfsstatsv1.clopenowners;
556 oldnfsstats.clopens = nfsstatsv1.clopens;
557 oldnfsstats.cllockowners = nfsstatsv1.cllockowners;
558 oldnfsstats.cllocks = nfsstatsv1.cllocks;
559 oldnfsstats.cldelegates = nfsstatsv1.cldelegates;
560 oldnfsstats.cllocalopenowners =
562 oldnfsstats.cllocalopens = nfsstatsv1.cllocalopens;
563 oldnfsstats.cllocallockowners =
565 oldnfsstats.cllocallocks = nfsstatsv1.cllocallocks;
566 error = copyout(&oldnfsstats, uap->argp,
567 sizeof (oldnfsstats));