Searched refs:rpc_clnt_add_xprt (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/include/linux/sunrpc/ |
D | clnt.h | 223 int rpc_clnt_add_xprt(struct rpc_clnt *, struct xprt_create *,
|
/Linux-v6.1/fs/nfs/ |
D | pnfs_nfs.c | 880 rpc_clnt_add_xprt(clp->cl_rpcclient, &xprt_args, in _nfs4_pnfs_v3_ds_connect() 947 rpc_clnt_add_xprt(clp->cl_rpcclient, &xprt_args, in _nfs4_pnfs_v4_ds_connect()
|
D | nfs4client.c | 429 rpc_clnt_add_xprt(old->cl_rpcclient, &xprt_args, in nfs4_add_trunk()
|
D | nfs4proc.c | 3987 rpc_clnt_add_xprt(clp->cl_rpcclient, &xprt_args, in test_fs_location_for_trunking()
|
/Linux-v6.1/net/sunrpc/ |
D | clnt.c | 609 if (rpc_clnt_add_xprt(clnt, &xprtargs, NULL, NULL) < 0) in rpc_create() 3020 int rpc_clnt_add_xprt(struct rpc_clnt *clnt, in rpc_clnt_add_xprt() function 3077 EXPORT_SYMBOL_GPL(rpc_clnt_add_xprt);
|