Searched refs:nfs_mount_timeout (Results 1 – 3 of 3) sorted by relevance
1091 extern int nfs_mount_timeout, nfs_mount_quick_timeout;
180 …neric_nfs_client, OID_AUTO, mount_timeout, CTLFLAG_RW | CTLFLAG_LOCKED, &nfs_mount_timeout, 0, "");
188 int nfs_mount_timeout = NFS_MOUNT_TIMEOUT; variable2191 timeo = nfs_mount_timeout >= 1 ? nfs_mount_timeout : NFS_MOUNT_TIMEOUT; in nfs_mount_connect_thread()