Home
last modified time | relevance | path

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

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