rpcauth_init_cred  140 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   89 net/sunrpc/auth_generic.c 	rpcauth_init_cred(&gcred->gc_base, acred, &generic_auth, &generic_credops);
rpcauth_init_cred  797 net/sunrpc/auth_gss/auth_gss.c 	rpcauth_init_cred(&cred->gc_base, acred, auth, &gss_credops);
rpcauth_init_cred   72 net/sunrpc/auth_unix.c 	rpcauth_init_cred(&cred->uc_base, acred, auth, &unix_credops);