Home
last modified time | relevance | path

Searched refs:rpccnt (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/usr.bin/nfsstat/
HDnfsstat.c296 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_GETATTR], in intpr()
297 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_SETATTR], in intpr()
298 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_LOOKUP], in intpr()
299 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_READLINK], in intpr()
300 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_READ], in intpr()
301 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_WRITE], in intpr()
302 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_CREATE], in intpr()
303 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_REMOVE]); in intpr()
313 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_RENAME], in intpr()
314 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_LINK], in intpr()
[all …]
/freebsd-14-stable/sys/nfsclient/
HDnfsstats.h67 int rpccnt[NFS_NPROCS]; member
/freebsd-14-stable/sys/fs/nfs/
HDnfs_commonport.c514 oldnfsstats.rpccnt[i] = in nfssvc_call()
515 NFSD_VNET(nfsstatsv1_p)->rpccnt[i]; in nfssvc_call()
622 nfsstatsov1.rpccnt[i] = in nfssvc_call()
623 NFSD_VNET(nfsstatsv1_p)->rpccnt[i]; in nfssvc_call()
742 bzero(NFSD_VNET(nfsstatsv1_p)->rpccnt, in nfssvc_call()
743 sizeof(NFSD_VNET(nfsstatsv1_p)->rpccnt)); in nfssvc_call()
HDnfsport.h477 uint64_t rpccnt[NFSV42_NPROCS + 10]; member
542 uint64_t rpccnt[NFSV42_OLDNPROCS]; member
604 int rpccnt[NFSV4_NPROCS]; member
HDnfs_commonsubs.c476 NFSINCRGLOBAL(nfsstatsv1.rpccnt[procnum]); in nfscl_reqstart()
/freebsd-14-stable/sys/fs/nfsclient/
HDnfs_clrpcops.c6982 NFSDECRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_READ]); in nfsrpc_readds()
6983 NFSINCRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_READDS]); in nfsrpc_readds()
7061 NFSDECRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_WRITE]); in nfsrpc_writeds()
7062 NFSINCRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_WRITEDS]); in nfsrpc_writeds()
7198 NFSDECRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_WRITE]); in nfsrpc_writedsmir()
7199 NFSINCRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_WRITEDS]); in nfsrpc_writedsmir()
7424 NFSDECRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_COMMIT]); in nfsrpc_commitds()
7425 NFSINCRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_COMMITDS]); in nfsrpc_commitds()