Searched refs:NFSPROC_WRITE (Results 1 – 13 of 13) sorted by relevance
/openbsd/usr.bin/nfsstat/ |
H A D | nfsstat.c | 207 nfsstats.rpccnt[NFSPROC_WRITE], in intpr() 280 nfsstats.srvrpccnt[NFSPROC_WRITE], in intpr() 320 nfsstats.srvrpccnt[NFSPROC_WRITE], in intpr() 321 nfsstats.srvrpccnt[NFSPROC_WRITE] - nfsstats.srvvop_writes); in intpr() 362 nfsstats.rpccnt[NFSPROC_WRITE] - in sidewaysintpr() 363 lastst.rpccnt[NFSPROC_WRITE], in sidewaysintpr() 383 nfsstats.srvrpccnt[NFSPROC_WRITE] - in sidewaysintpr() 384 lastst.srvrpccnt[NFSPROC_WRITE], in sidewaysintpr()
|
/openbsd/usr.bin/systat/ |
H A D | nfs.c | 213 print_fld_ssize(FLD_NFS_C_RPC_COUNTS_V, nfsstats.rpccnt[NFSPROC_WRITE]); in print_client() 330 print_fld_ssize(FLD_NFS_S_WRITES_V, nfsstats.srvrpccnt[NFSPROC_WRITE]); in print_server() 341 nfsstats.srvrpccnt[NFSPROC_WRITE] - nfsstats.srvvop_writes); in print_server() 358 nfsstats.srvrpccnt[NFSPROC_WRITE]); in print_server()
|
/openbsd/sys/lib/libsa/ |
H A D | nfsv2.h | 98 #define NFSPROC_WRITE 8 macro
|
/openbsd/usr.sbin/amd/rpcx/ |
H A D | nfs_prot.h | 504 #define NFSPROC_WRITE ((u_long)8) macro 560 #define NFSPROC_WRITE ((u_long)8) macro 616 #define NFSPROC_WRITE ((u_long)8) macro
|
H A D | nfs_prot_svc.c | 114 case NFSPROC_WRITE: in nfs_program_2()
|
H A D | nfs_prot.x | 345 NFSPROC_WRITE(writeargs) = 8;
|
/openbsd/lib/librpcsvc/ |
H A D | nfs_prot.x | 326 NFSPROC_WRITE(writeargs) = 8;
|
/openbsd/usr.sbin/tcpdump/ |
H A D | nfsv2.h | 103 #define NFSPROC_WRITE 8 macro
|
H A D | print-nfs.c | 69 NFSPROC_WRITE, 497 case NFSPROC_WRITE: in nfsreq_print() 1477 case NFSPROC_WRITE: in interp_reply()
|
H A D | nfs.h | 155 #define NFSPROC_WRITE 7 macro
|
/openbsd/sys/nfs/ |
H A D | nfsproto.h | 152 #define NFSPROC_WRITE 7 macro
|
H A D | nfs_subs.c | 106 NFSPROC_WRITE,
|
H A D | nfs_vnops.c | 1281 nfsstats.rpccnt[NFSPROC_WRITE]++; in nfs_writerpc() 1310 error = nfs_request(vp, NFSPROC_WRITE, &info); in nfs_writerpc()
|