Home
last modified time | relevance | path

Searched refs:NFS_MINTIMEO (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/nfsclient/
Dnfs.h52 #define NFS_MINTIMEO (1 * NFS_HZ) /* Min timeout to use */ macro
Dnfs_vfsops.c647 if (nmp->nm_timeo < NFS_MINTIMEO) in nfs_decode_args()
648 nmp->nm_timeo = NFS_MINTIMEO; in nfs_decode_args()
/freebsd-9-stable/sys/nfsserver/
Dnfs.h52 #define NFS_MINTIMEO (1 * NFS_HZ) /* Min timeout to use */ macro
/freebsd-9-stable/sys/fs/nfs/
Dnfs.h45 #define NFS_MINTIMEO (1 * NFS_HZ) /* Min timeout to use */ macro
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clvfsops.c606 if (nmp->nm_timeo < NFS_MINTIMEO) in nfs_decode_args()
607 nmp->nm_timeo = NFS_MINTIMEO; in nfs_decode_args()