Searched refs:rpccnt (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.bin/nfsstat/ |
| H A D | nfsstat.c | 284 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_GETATTR], in intpr() 285 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_SETATTR], in intpr() 286 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_LOOKUP], in intpr() 287 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_READLINK], in intpr() 288 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_READ], in intpr() 289 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_WRITE], in intpr() 290 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_CREATE], in intpr() 291 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_REMOVE]); in intpr() 301 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_RENAME], in intpr() 302 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_LINK], in intpr() [all …]
|
| /freebsd/sys/nfsclient/ |
| H A D | nfsstats.h | 65 int rpccnt[NFS_NPROCS]; member
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonport.c | 509 oldnfsstats.rpccnt[i] = in nfssvc_call() 510 VNET(nfsstatsv1_p)->rpccnt[i]; in nfssvc_call() 617 nfsstatsov1.rpccnt[i] = in nfssvc_call() 618 VNET(nfsstatsv1_p)->rpccnt[i]; in nfssvc_call() 737 bzero(VNET(nfsstatsv1_p)->rpccnt, in nfssvc_call() 738 sizeof(VNET(nfsstatsv1_p)->rpccnt)); in nfssvc_call()
|
| H A D | nfsport.h | 469 uint64_t rpccnt[NFSV42_NPROCS + 8]; member 534 uint64_t rpccnt[NFSV42_OLDNPROCS]; member 596 int rpccnt[NFSV4_NPROCS]; member
|
| H A D | nfs_commonsubs.c | 508 NFSINCRGLOBAL(nfsstatsv1.rpccnt[procnum]); in nfscl_reqstart()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 7153 NFSDECRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_READ]); in nfsrpc_readds() 7154 NFSINCRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_READDS]); in nfsrpc_readds() 7232 NFSDECRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_WRITE]); in nfsrpc_writeds() 7233 NFSINCRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_WRITEDS]); in nfsrpc_writeds() 7369 NFSDECRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_WRITE]); in nfsrpc_writedsmir() 7370 NFSINCRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_WRITEDS]); in nfsrpc_writedsmir() 7595 NFSDECRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_COMMIT]); in nfsrpc_commitds() 7596 NFSINCRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_COMMITDS]); in nfsrpc_commitds()
|