Home
last modified time | relevance | path

Searched refs:NFSPROC_COMMIT (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/usr.bin/nfsstat/
H A Dnfsstat.c263 RPCSTAT(nfsstats.rpccnt[NFSPROC_COMMIT])); in intpr()
350 RPCSTAT(nfsstats.srvrpccnt[NFSPROC_COMMIT])); in intpr()
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_fha_new.c260 case NFSPROC_COMMIT: in fhanew_set_locktype()
/netbsd-src/external/bsd/tcpdump/dist/
H A Dnfs.h165 #define NFSPROC_COMMIT 21 macro
/netbsd-src/sys/nfs/
H A Dnfsproto.h174 #define NFSPROC_COMMIT 21
171 #define NFSPROC_COMMIT global() macro
H A Dnfs_socket.c138 [NFSPROC_COMMIT] = 0,
1049 if (nd->nd_procnum > NFSPROC_COMMIT || in nfs_getreq()
H A Dnfs_clntsocket.c586 case NFSPROC_COMMIT: in nfs_request()
H A Dnfs_vnops.c3010 nfsstats.rpccnt[NFSPROC_COMMIT]++; in nfs_commit()
3012 nfsm_reqhead(np, NFSPROC_COMMIT, NFSX_FH(1)); in nfs_commit()
3018 nfsm_request(np, NFSPROC_COMMIT, l, np->n_wcred); in nfs_commit()
H A Dnfs_subs.c2007 if (nd->nd_procnum <= NFSPROC_COMMIT) { in nfsrv_errmap()
/netbsd-src/sys/fs/nfs/common/
H A Doldnfsproto.h216 #define NFSPROC_COMMIT 21 macro
H A Dnfsproto.h283 #define NFSPROC_COMMIT 21 macro
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clrpcops.c3626 NFSCL_REQSTART(nd, NFSPROC_COMMIT, vp); in nfsrpc_commit()