Home
last modified time | relevance | path

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

/freebsd/sys/nfsclient/
H A Dnfs.h54 #define NFS_MAXREXMIT 100 /* Stop counting after this many */ macro
/freebsd/sys/fs/nfs/
H A Dnfs.h50 #define NFS_MAXREXMIT 100 /* Stop counting after this many */ macro
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c670 if (nmp->nm_retry > NFS_MAXREXMIT) in nfs_decode_args()
671 nmp->nm_retry = NFS_MAXREXMIT; in nfs_decode_args()