Searched refs:NFSPROC_GETATTR (Results 1 – 12 of 12) sorted by relevance
/freebsd/stand/libsa/ |
H A D | nfsv2.h | 88 #define NFSPROC_GETATTR 1 macro
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdkrpc.c | 60 NFSPROC_GETATTR, 637 nfsrv_writerpc[NFSPROC_GETATTR] = 1; in nfsrvd_nfsd() 644 nfsrv_writerpc[NFSPROC_GETATTR] = 0; in nfsrvd_nfsd()
|
H A D | nfs_fha_new.c | 259 case NFSPROC_GETATTR: in fhanew_set_locktype()
|
H A D | nfs_nfsdsocket.c | 585 nd->nd_procnum == NFSPROC_GETATTR || in nfsrvd_dorpc()
|
H A D | nfs_nfsdport.c | 441 NFSPROC_GETATTR, NULL, NULL, NULL, &na, NULL, NULL, 0, in nfsvno_getattr() 4917 if (ioproc == NFSPROC_GETATTR) { in nfsrv_proxyds() 6350 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, (u_int8_t *)fhp, in nfsrv_getattrdsrpc()
|
/freebsd/usr.bin/nfsstat/ |
H A D | nfsstat.c | 284 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_GETATTR], in intpr() 648 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_GETATTR], in exp_intpr() 1158 (uintmax_t)DELTA(rpccnt[NFSPROC_GETATTR]), in exp_sidewaysintpr()
|
/freebsd/contrib/tcpdump/ |
H A D | print-nfs.c | 56 NFSPROC_GETATTR, 86 { NFSPROC_GETATTR, "getattr" }, 588 case NFSPROC_GETATTR: in nfsreq_noaddr_print() 1558 case NFSPROC_GETATTR: in interp_reply()
|
H A D | nfs.h | 149 #define NFSPROC_GETATTR 1 macro
|
/freebsd/sys/nfs/ |
H A D | nfsproto.h | 191 #define NFSPROC_GETATTR 1 macro
|
/freebsd/include/rpcsvc/ |
H A D | nfs_prot.x | 1137 NFSPROC_GETATTR(nfs_fh) = 1;
|
/freebsd/sys/fs/nfs/ |
H A D | nfsproto.h | 302 #define NFSPROC_GETATTR 1 macro
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 1309 NFSCL_REQSTART(nd, NFSPROC_GETATTR, vp, cred); in nfsrpc_getattr() 1337 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, fhp, fhlen, NULL, NULL, 0, 0, in nfsrpc_getattrnovp() 4869 NFSCL_REQSTART(nd, NFSPROC_GETATTR, vp, cred); in nfsrpc_statfs() 4962 NFSCL_REQSTART(nd, NFSPROC_GETATTR, vp, cred); in nfsrpc_pathconf()
|