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

/freebsd-12-stable/sys/nfsclient/
H A Dnfs.h57 #define NFS_MAXREXMIT 100 /* Stop counting after this many */ macro
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs.h52 #define NFS_MAXREXMIT 100 /* Stop counting after this many */ macro
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c625 if (nmp->nm_retry > NFS_MAXREXMIT)
626 nmp->nm_retry = NFS_MAXREXMIT;

Completed in 70 milliseconds