Lines Matching refs:timeo
246 args->timeo = oargs->timeo;
617 if ((argp->flags & NFSMNT_TIMEO) && argp->timeo > 0) {
618 nmp->nm_timeo = (argp->timeo * NFS_HZ + 5) / 10;
739 "resvport", "readahead", "hostname", "timeo", "timeout", "addr", "fh",
866 .timeo = 10,
1108 if (vfs_getopt(mp->mnt_optnew, "timeo", (void **)&opt, NULL) == 0) {
1109 ret = sscanf(opt, "%d", &args.timeo);
1110 if (ret != 1 || args.timeo <= 0) {
1111 vfs_mount_error(mp, "illegal timeo: %s",
1119 ret = sscanf(opt, "%d", &args.timeo);
1120 if (ret != 1 || args.timeo <= 0) {