rpcauth_init_cred  165 include/linux/sunrpc/auth.h void			rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const struct rpc_credops *);
rpcauth_init_cred  656 net/sunrpc/auth.c EXPORT_SYMBOL_GPL(rpcauth_init_cred);
rpcauth_init_cred 1255 net/sunrpc/auth_gss/auth_gss.c 		rpcauth_init_cred(&new->gc_base, &acred,
rpcauth_init_cred 1383 net/sunrpc/auth_gss/auth_gss.c 	rpcauth_init_cred(&cred->gc_base, acred, auth, &gss_credops);
rpcauth_init_cred   48 net/sunrpc/auth_unix.c 	rpcauth_init_cred(ret, acred, auth, &unix_credops);