Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1175 mi->mi_retrans = NFS_RETRIES; in nfsrootvp()
H A Dnfs3_vfsops.c1046 mi->mi_retrans = NFS_RETRIES; in nfs3rootvp()
H A Dnfs4_vfsops.c2315 mi->mi_retrans = NFS_RETRIES; in nfs4rootvp()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h158 #define NFS_RETRIES 5 /* times to retry request */ macro