Searched refs:srvrpccnt (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/usr.bin/nfsstat/ |
| D | nfsstat.c | 462 nfsrvstats.srvrpccnt[NFSPROC_GETATTR], in intpr() 463 nfsrvstats.srvrpccnt[NFSPROC_SETATTR], in intpr() 464 nfsrvstats.srvrpccnt[NFSPROC_LOOKUP], in intpr() 465 nfsrvstats.srvrpccnt[NFSPROC_READLINK], in intpr() 466 nfsrvstats.srvrpccnt[NFSPROC_READ], in intpr() 467 nfsrvstats.srvrpccnt[NFSPROC_WRITE], in intpr() 468 nfsrvstats.srvrpccnt[NFSPROC_CREATE], in intpr() 469 nfsrvstats.srvrpccnt[NFSPROC_REMOVE]); in intpr() 472 ext_nfsstats.srvrpccnt[NFSV4OP_GETATTR], in intpr() 473 ext_nfsstats.srvrpccnt[NFSV4OP_SETATTR], in intpr() [all …]
|
| /freebsd-9-stable/sys/nfsserver/ |
| D | nfsrvstats.h | 50 int srvrpccnt[NFS_NPROCS]; member
|
| D | nfs_srvkrpc.c | 352 nfsrvstats.srvrpccnt[nd.nd_procnum]++; in nfssvc_program()
|
| /freebsd-9-stable/sys/fs/nfs/ |
| D | nfs_commonport.c | 502 bzero(newnfsstats.srvrpccnt, in nfssvc_call() 503 sizeof(newnfsstats.srvrpccnt)); in nfssvc_call()
|
| D | nfsport.h | 323 int srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS]; member
|
| /freebsd-9-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdsocket.c | 417 NFSINCRGLOBAL(newnfsstats.srvrpccnt[nfsv3to4op[nd->nd_procnum]]); in nfsrvd_dorpc() 446 NFSINCRGLOBAL(newnfsstats.srvrpccnt[nfsv3to4op[nd->nd_procnum]]); in nfsrvd_dorpc() 696 NFSINCRGLOBAL(newnfsstats.srvrpccnt[nd->nd_procnum]); in nfsrvd_compound()
|