Searched refs:rpc_bind_new_program (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs3client.c | 30 server->client_acl = rpc_bind_new_program(server->client, &nfsacl_program, 3); in nfs_init_server_aclclient()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs3client.c | 32 server->client_acl = rpc_bind_new_program(server->client, &nfsacl_program, 3); in nfs_init_server_aclclient()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | clnt.h | 161 struct rpc_clnt *rpc_bind_new_program(struct rpc_clnt *,
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | clnt.h | 178 struct rpc_clnt *rpc_bind_new_program(struct rpc_clnt *,
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | rpcb_clnt.c | 262 clnt4 = rpc_bind_new_program(clnt, &rpcb_program, RPCBVERS_4); in rpcb_create_local_unix() 309 clnt4 = rpc_bind_new_program(clnt, &rpcb_program, RPCBVERS_4); in rpcb_create_local_net()
|
H A D | clnt.c | 953 * rpc_bind_new_program - bind a new RPC program to an existing client 962 struct rpc_clnt *rpc_bind_new_program(struct rpc_clnt *old, in rpc_bind_new_program() function 988 EXPORT_SYMBOL_GPL(rpc_bind_new_program); variable
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | rpcb_clnt.c | 264 clnt4 = rpc_bind_new_program(clnt, &rpcb_program, RPCBVERS_4); in rpcb_create_af_local() 331 clnt4 = rpc_bind_new_program(clnt, &rpcb_program, RPCBVERS_4); in rpcb_create_local_net()
|
H A D | clnt.c | 1037 * rpc_bind_new_program - bind a new RPC program to an existing client 1046 struct rpc_clnt *rpc_bind_new_program(struct rpc_clnt *old, in rpc_bind_new_program() function 1071 EXPORT_SYMBOL_GPL(rpc_bind_new_program); variable
|
Completed in 12 milliseconds