Home
last modified time | relevance | path

Searched refs:rpcauth_create (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/linux/sunrpc/
Dauth.h133 struct rpc_auth * rpcauth_create(rpc_authflavor_t, struct rpc_clnt *);
/linux-2.6.39/net/sunrpc/
Dauth.c126 rpcauth_create(rpc_authflavor_t pseudoflavor, struct rpc_clnt *clnt) in rpcauth_create() function
156 EXPORT_SYMBOL_GPL(rpcauth_create);
Dclnt.c235 auth = rpcauth_create(args->authflavor, clnt); in rpc_new_client()
/linux-2.6.39/fs/nfs/
Dnamespace.c190 auth = rpcauth_create(*flavor, clone); in nfs_lookup_with_sec()
Dclient.c771 auth = rpcauth_create(pseudoflavour, server->client); in nfs_init_server_rpcclient()
Dnfs4proc.c2208 auth = rpcauth_create(flavor, server->client); in nfs4_lookup_root_sec()