Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_fha_new.c245 procnum == NFSPROC_FSINFO || in fhanew_no_offset()
279 case NFSPROC_FSINFO: in fhanew_set_locktype()
H A Dnfs_nfsdsocket.c588 nd->nd_procnum == NFSPROC_FSINFO) in nfsrvd_dorpc()
H A Dnfs_nfsdport.c4205 if ((nd->nd_flag & ND_NFSV3) != 0 && nd->nd_procnum == NFSPROC_FSINFO) in nfsvno_testexp()
/freebsd/contrib/tcpdump/
H A Dnfs.h167 #define NFSPROC_FSINFO 19 macro
H A Dprint-nfs.c104 { NFSPROC_FSINFO, "fsinfo" },
592 case NFSPROC_FSINFO: in nfsreq_noaddr_print()
1822 case NFSPROC_FSINFO: in interp_reply()
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c318 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_FSINFO], in intpr()
681 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_FSINFO], in exp_intpr()
/freebsd/sys/nfs/
H A Dnfsproto.h209 #define NFSPROC_FSINFO 19 macro
/freebsd/sys/fs/nfs/
H A Dnfsproto.h320 #define NFSPROC_FSINFO 19 macro
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5015 NFSCL_REQSTART(nd, NFSPROC_FSINFO, vp, NULL); in nfsrpc_fsinfo()