Home
last modified time | relevance | path

Searched refs:srvvop_writes (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/nfsstat/
Dnfsstat.c319 nfsstats.srvvop_writes, in intpr()
321 nfsstats.srvrpccnt[NFSPROC_WRITE] - nfsstats.srvvop_writes); in intpr()
/openbsd/src/usr.bin/systat/
Dnfs.c320 print_fld_ssize(FLD_NFS_S_WRITES_V, nfsstats.srvvop_writes); in print_server()
341 nfsstats.srvrpccnt[NFSPROC_WRITE] - nfsstats.srvvop_writes); in print_server()
/openbsd/src/sys/nfs/
Dnfs.h142 uint64_t srvvop_writes; member
Dnfs_serv.c952 nfsstats.srvvop_writes++; in nfsrv_write()