Home
last modified time | relevance | path

Searched refs:NFSPROC_FSINFO (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/fs/nfsserver/
H A Dnfs_fha_new.c258 procnum == NFSPROC_FSINFO || in fhanew_no_offset()
292 case NFSPROC_FSINFO: in fhanew_set_locktype()
H A Dnfs_nfsdsocket.c581 nd->nd_procnum == NFSPROC_FSINFO) in nfsrvd_dorpc()
H A Dnfs_nfsdport.c4060 nd->nd_procnum != NFSPROC_FSINFO) && in nfsvno_testexp()
6732 if (nd->nd_procnum == NFSPROC_FSINFO) in nfsrv_checkwrongsec()
/freebsd-13.1/contrib/tcpdump/
H A Dnfs.h169 #define NFSPROC_FSINFO 19 macro
H A Dprint-nfs.c107 { NFSPROC_FSINFO, "fsinfo" },
553 case NFSPROC_FSINFO: in nfsreq_print_noaddr()
1691 case NFSPROC_FSINFO: in interp_reply()
/freebsd-13.1/usr.bin/nfsstat/
H A Dnfsstat.c331 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_FSINFO], in intpr()
690 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_FSINFO], in exp_intpr()
/freebsd-13.1/sys/nfs/
H A Dnfsproto.h212 #define NFSPROC_FSINFO 19 macro
/freebsd-13.1/sys/fs/nfs/
H A Dnfsproto.h322 #define NFSPROC_FSINFO 19 macro
/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clrpcops.c4484 NFSCL_REQSTART(nd, NFSPROC_FSINFO, vp); in nfsrpc_fsinfo()