Searched refs:NFSPROC_READDIRPLUS (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/usr.bin/nfsstat/ |
H A D | nfsstat.c | 213 nfsstats.rpccnt[NFSPROC_READDIRPLUS], in intpr() 285 nfsstats.srvrpccnt[NFSPROC_READDIRPLUS], in intpr() 395 +(nfsstats.srvrpccnt[NFSPROC_READDIRPLUS]-lastst.srvrpccnt[NFSPROC_READDIRPLUS])); in sidewaysintpr()
|
/dflybsd-src/contrib/tcpdump/ |
H A D | nfs.h | 165 #define NFSPROC_READDIRPLUS 17 macro
|
H A D | print-nfs.c | 104 { NFSPROC_READDIRPLUS, "readdirplus" }, 789 case NFSPROC_READDIRPLUS: in nfsreq_noaddr_print() 1797 case NFSPROC_READDIRPLUS: in interp_reply()
|
/dflybsd-src/sys/vfs/nfs/ |
H A D | nfsproto.h | 164 #define NFSPROC_READDIRPLUS 17 macro
|
H A D | nfs_vnops.c | 2777 nfsstats.rpccnt[NFSPROC_READDIRPLUS]++; in nfs_readdirplusrpc_uio() 2778 nfsm_reqhead(&info, vp, NFSPROC_READDIRPLUS, in nfs_readdirplusrpc_uio() 2788 NEGKEEPOUT(nfsm_request(&info, vp, NFSPROC_READDIRPLUS, in nfs_readdirplusrpc_uio()
|