Searched refs:ds_retrans (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/fs/nfs/ |
D | nfs3client.c | 86 int ds_proto, unsigned int ds_timeo, unsigned int ds_retrans) in nfs3_set_ds_client() argument 89 unsigned long connect_timeout = ds_timeo * (ds_retrans + 1) * HZ / 10; in nfs3_set_ds_client() 126 nfs_init_timeout_values(&ds_timeout, ds_proto, ds_timeo, ds_retrans); in nfs3_set_ds_client()
|
D | internal.h | 245 unsigned int ds_retrans, 252 unsigned int ds_retrans);
|
D | nfs4client.c | 978 int ds_proto, unsigned int ds_timeo, unsigned int ds_retrans, in nfs4_set_ds_client() argument 1022 nfs_init_timeout_values(&ds_timeout, ds_proto, ds_timeo, ds_retrans); in nfs4_set_ds_client()
|
D | pnfs_nfs.c | 828 unsigned int ds_retrans);
|