Searched refs:NFSPROC_WRITE (Results 1 – 13 of 13) sorted by relevance
/freebsd/stand/libsa/ |
H A D | nfsv2.h | 96 #define NFSPROC_WRITE 8 macro
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_fha_new.c | 206 if (procnum == NFSPROC_WRITE) in fhanew_is_write() 266 case NFSPROC_WRITE: in fhanew_set_locktype()
|
H A D | nfs_nfsdkrpc.c | 67 NFSPROC_WRITE,
|
H A D | nfs_nfsdsocket.c | 581 nd->nd_procnum == NFSPROC_WRITE || in nfsrvd_dorpc()
|
H A D | nfs_nfsdport.c | 5473 nfscl_reqstart(nd, NFSPROC_WRITE, nmp, (u_int8_t *)fhp, in nfsrv_writedsdorpc()
|
/freebsd/usr.bin/nfsstat/ |
H A D | nfsstat.c | 289 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_WRITE], in intpr() 653 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_WRITE]); in exp_intpr() 1162 (uintmax_t)DELTA(rpccnt[NFSPROC_WRITE]), in exp_sidewaysintpr()
|
/freebsd/contrib/tcpdump/ |
H A D | print-nfs.c | 63 NFSPROC_WRITE, 92 { NFSPROC_WRITE, "write" }, 671 case NFSPROC_WRITE: in nfsreq_noaddr_print() 1663 case NFSPROC_WRITE: in interp_reply()
|
H A D | nfs.h | 155 #define NFSPROC_WRITE 7 macro
|
/freebsd/sys/nfs/ |
H A D | nfsproto.h | 197 #define NFSPROC_WRITE 7 macro
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 739 nd->nd_procnum == NFSPROC_WRITE)) { in newnfs_request() 1320 nd->nd_procnum != NFSPROC_WRITE && in newnfs_request()
|
H A D | nfsproto.h | 308 #define NFSPROC_WRITE 7 macro
|
/freebsd/include/rpcsvc/ |
H A D | nfs_prot.x | 1158 NFSPROC_WRITE(writeargs) = 8;
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 2086 NFSCL_REQSTART(nd, NFSPROC_WRITE, vp, cred); in nfsrpc_writerpc() 7058 nfscl_reqstart(nd, NFSPROC_WRITE, nmp, fhp->nfh_fh, in nfsrpc_writeds() 7061 NFSDECRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_WRITE]); in nfsrpc_writeds() 7195 nfscl_reqstart(nd, NFSPROC_WRITE, nmp, fhp->nfh_fh, in nfsrpc_writedsmir() 7198 NFSDECRGLOBAL(nfsstatsv1.rpccnt[NFSPROC_WRITE]); in nfsrpc_writedsmir()
|