Searched refs:dataserver_timeo (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/nfs/filelayout/ |
D | filelayoutdev.c | 41 static unsigned int dataserver_timeo = NFS4_DEF_DS_TIMEO; variable 281 status = nfs4_pnfs_ds_connect(s, ds, devid, dataserver_timeo, in nfs4_fl_prepare_ds() 302 module_param(dataserver_timeo, uint, 0644); 303 MODULE_PARM_DESC(dataserver_timeo, "The time (in tenths of a second) the "
|
/Linux-v4.19/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 21 static unsigned int dataserver_timeo = NFS_DEF_TCP_RETRANS; variable 421 status = nfs4_pnfs_ds_connect(s, ds, devid, dataserver_timeo, in nfs4_ff_layout_prepare_ds() 644 module_param(dataserver_timeo, uint, 0644); 645 MODULE_PARM_DESC(dataserver_timeo, "The time (in tenths of a second) the "
|