Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_fha_new.c246 procnum == NFSPROC_FSINFO || in fhanew_no_offset()
280 case NFSPROC_FSINFO: in fhanew_set_locktype()
H A Dnfs_nfsdsocket.c588 nd->nd_procnum == NFSPROC_FSINFO) in nfsrvd_dorpc()
H A Dnfs_nfsdport.c4183 if ((nd->nd_flag & ND_NFSV3) != 0 && nd->nd_procnum == NFSPROC_FSINFO) in nfsvno_testexp()
/freebsd-14.2/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-14.2/usr.bin/nfsstat/
H A Dnfsstat.c330 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_FSINFO], in intpr()
694 (uintmax_t)ext_nfsstats.rpccnt[NFSPROC_FSINFO], in exp_intpr()
/freebsd-14.2/sys/nfs/
H A Dnfsproto.h211 #define NFSPROC_FSINFO 19 macro
/freebsd-14.2/sys/fs/nfs/
H A Dnfsproto.h320 #define NFSPROC_FSINFO 19 macro
/freebsd-14.2/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5008 NFSCL_REQSTART(nd, NFSPROC_FSINFO, vp, NULL); in nfsrpc_fsinfo()