Searched refs:rpc_clnt_add_xprt (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/linux/sunrpc/ |
D | clnt.h | 221 int rpc_clnt_add_xprt(struct rpc_clnt *, struct xprt_create *,
|
/Linux-v5.15/fs/nfs/ |
D | pnfs_nfs.c | 878 rpc_clnt_add_xprt(clp->cl_rpcclient, &xprt_args, in _nfs4_pnfs_v3_ds_connect() 945 rpc_clnt_add_xprt(clp->cl_rpcclient, &xprt_args, in _nfs4_pnfs_v4_ds_connect()
|
D | nfs4client.c | 428 rpc_clnt_add_xprt(old->cl_rpcclient, &xprt_args, in nfs4_add_trunk()
|
/Linux-v5.15/net/sunrpc/ |
D | clnt.c | 602 if (rpc_clnt_add_xprt(clnt, &xprtargs, NULL, NULL) < 0) in rpc_create() 2893 int rpc_clnt_add_xprt(struct rpc_clnt *clnt, in rpc_clnt_add_xprt() function 2947 EXPORT_SYMBOL_GPL(rpc_clnt_add_xprt);
|