Home
last modified time | relevance | path

Searched refs:NFSPROC_GETATTR (Results 1 – 13 of 13) sorted by relevance

/openbsd/usr.bin/nfsstat/
H A Dnfsstat.c202 nfsstats.rpccnt[NFSPROC_GETATTR], in intpr()
275 nfsstats.srvrpccnt[NFSPROC_GETATTR], in intpr()
354 nfsstats.rpccnt[NFSPROC_GETATTR] - in sidewaysintpr()
355 lastst.rpccnt[NFSPROC_GETATTR], in sidewaysintpr()
375 nfsstats.srvrpccnt[NFSPROC_GETATTR] - in sidewaysintpr()
376 lastst.srvrpccnt[NFSPROC_GETATTR], in sidewaysintpr()
/openbsd/sys/lib/libsa/
H A Dnfsv2.h90 #define NFSPROC_GETATTR 1 macro
/openbsd/usr.sbin/amd/rpcx/
H A Dnfs_prot.h483 #define NFSPROC_GETATTR ((u_long)1) macro
539 #define NFSPROC_GETATTR ((u_long)1) macro
595 #define NFSPROC_GETATTR ((u_long)1) macro
H A Dnfs_prot_svc.c72 case NFSPROC_GETATTR: in nfs_program_2()
H A Dnfs_prot.x324 NFSPROC_GETATTR(nfs_fh) = 1;
/openbsd/usr.bin/systat/
H A Dnfs.c168 nfsstats.rpccnt[NFSPROC_GETATTR]); in print_client()
316 nfsstats.srvrpccnt[NFSPROC_GETATTR]); in print_server()
/openbsd/lib/librpcsvc/
H A Dnfs_prot.x305 NFSPROC_GETATTR(nfs_fh) = 1;
/openbsd/usr.sbin/tcpdump/
H A Dnfsv2.h95 #define NFSPROC_GETATTR 1 macro
H A Dprint-nfs.c62 NFSPROC_GETATTR,
440 case NFSPROC_GETATTR: in nfsreq_print()
1381 case NFSPROC_GETATTR: in interp_reply()
H A Dnfs.h149 #define NFSPROC_GETATTR 1 macro
/openbsd/sys/nfs/
H A Dnfsproto.h146 #define NFSPROC_GETATTR 1 macro
H A Dnfs_subs.c99 NFSPROC_GETATTR,
H A Dnfs_vnops.c576 nfsstats.rpccnt[NFSPROC_GETATTR]++; in nfs_getattr()
582 error = nfs_request(vp, NFSPROC_GETATTR, &info); in nfs_getattr()