Searched refs:timeo (Results 1 - 8 of 8) sorted by relevance

/fs/nfs/
H A Dclient.c541 unsigned int timeo, unsigned int retrans)
543 to->to_initval = timeo * HZ / 10;
676 const struct rpc_timeout *timeo,
689 timeo,
761 data->timeo, data->retrans);
540 nfs_init_timeout_values(struct rpc_timeout *to, int proto, unsigned int timeo, unsigned int retrans) argument
675 nfs_init_server_rpcclient(struct nfs_server *server, const struct rpc_timeout *timeo, rpc_authflavor_t pseudoflavour) argument
H A Dsuper.c160 { Opt_timeo, "timeo=%s" },
679 seq_printf(m, ",timeo=%lu", 10U * nfss->client->cl_timeout->to_initval / HZ);
1351 mnt->timeo = option;
2003 args->timeo = data->timeo;
2199 data->timeo != (10U * nfss->client->cl_timeout->to_initval / HZ) ||
2247 data->timeo = 10U * nfss->client->cl_timeout->to_initval / HZ;
2786 args->timeo = data->timeo;
H A Dinternal.h85 unsigned int timeo, retrans; member in struct:nfs_parsed_mount_data
H A Dnfs4client.c976 data->timeo, data->retrans);
H A Dnfs4proc.c7545 unsigned long timeo, now, giveup; local
7565 timeo = rpc_get_timeout(task->tk_client);
7566 giveup = lgp->args.timestamp + timeo;
/fs/gfs2/
H A Dquota.c1382 unsigned long t, unsigned long *timeo,
1385 if (t >= *timeo) {
1388 *timeo = gfs2_tune_get_i(&sdp->sd_tune, new_timeo) * HZ;
1390 *timeo -= t;
1380 quotad_check_timeo(struct gfs2_sbd *sdp, const char *msg, int (*fxn)(struct super_block *sb, int type), unsigned long t, unsigned long *timeo, unsigned int *new_timeo) argument
/fs/
H A Dcompat.c738 compat_int_t timeo; member in struct:compat_nfs4_mount_data_v1
776 real->timeo = raw->timeo;
/fs/ocfs2/dlm/
H A Ddlmmaster.c1119 unsigned long timeo = msecs_to_jiffies(DLM_MASTERY_TIMEOUT_MS); local
1130 timeo);

Completed in 100 milliseconds