Home
last modified time | relevance | path

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

/freebsd/sys/nfs/
H A Dnfssvc.h67 #define NFSSVC_ZEROCLTSTATS 0x01000000 /* modifier for GETSTATS */ macro
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c259 nfssvc_flag |= NFSSVC_ZEROCLTSTATS; in intpr()
628 nfssvc_flag |= NFSSVC_ZEROCLTSTATS; in exp_intpr()
/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c713 if ((uap->flag & NFSSVC_ZEROCLTSTATS) != 0) { in nfssvc_call()