Home
last modified time | relevance | path

Searched refs:NFS_REXMIT_MIN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c98 timeout.tv_sec = NFS_REXMIT_MIN; /* Total wait for call */ in nfsread()
124 timeout.tv_sec = NFS_REXMIT_MIN; in nfsread()
H A Dnfs3ops.c100 timeout.tv_sec = NFS_REXMIT_MIN; /* Total wait for call */ in nfs3read()
126 timeout.tv_sec = NFS_REXMIT_MIN; in nfs3read()
H A Dnfs4ops.c109 timeout.tv_sec = NFS_REXMIT_MIN; in nfs4read()
130 timeout.tv_sec = NFS_REXMIT_MIN; in nfs4read()
H A Dnfs_inet.h62 #define NFS_REXMIT_MIN (3) /* NFS retry min in secs */ macro