Home
last modified time | relevance | path

Searched refs:NFSSVC_ZEROSRVSTATS (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/nfs/
H A Dnfssvc.h70 #define NFSSVC_ZEROSRVSTATS 0x02000000 /* modifier for GETSTATS */ macro
/freebsd-13.1/usr.bin/nfsstat/
H A Dnfsstat.c275 nfssvc_flag |= NFSSVC_ZEROSRVSTATS; in intpr()
639 nfssvc_flag |= NFSSVC_ZEROSRVSTATS; in exp_intpr()
/freebsd-13.1/sys/fs/nfs/
H A Dnfs_commonport.c726 if ((uap->flag & NFSSVC_ZEROSRVSTATS) != 0) { in nfssvc_call()