Searched refs:timeparms (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | nfs4client.c | 900 int proto, const struct rpc_timeout *timeparms, in nfs4_set_client() argument 915 .timeparms = timeparms, in nfs4_set_client() 991 .timeparms = &ds_timeout, in nfs4_set_ds_client() 1149 struct rpc_timeout timeparms; in nfs4_init_server() local 1152 nfs_init_timeout_values(&timeparms, ctx->nfs_server.protocol, in nfs4_init_server() 1175 &timeparms, in nfs4_init_server() 1195 return nfs_init_server_rpcclient(server, &timeparms, in nfs4_init_server()
|
H A D | nfs3client.c | 99 .timeparms = &ds_timeout, in nfs3_set_ds_client()
|
H A D | client.c | 512 .timeout = cl_init->timeparms, in nfs_create_rpc_client() 678 struct rpc_timeout timeparms; in nfs_init_server() local 686 .timeparms = &timeparms, in nfs_init_server() 695 nfs_init_timeout_values(&timeparms, ctx->nfs_server.protocol, in nfs_init_server() 743 error = nfs_init_server_rpcclient(server, &timeparms, in nfs_init_server()
|
H A D | internal.h | 82 const struct rpc_timeout *timeparms; member
|
/openbmc/linux/fs/lockd/ |
H A D | host.c | 445 struct rpc_timeout timeparms = { in nlm_bind_host() local 456 .timeout = &timeparms, in nlm_bind_host()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4callback.c | 958 struct rpc_timeout timeparms = { in setup_callback_client() local 968 .timeout = &timeparms, in setup_callback_client()
|