auth_cred        1268 fs/nfs/write.c 	struct auth_cred acred = {
auth_cred         115 include/linux/sunrpc/auth.h 	int			(*hash_cred)(struct auth_cred *, unsigned int);
auth_cred         116 include/linux/sunrpc/auth.h 	struct rpc_cred *	(*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
auth_cred         117 include/linux/sunrpc/auth.h 	struct rpc_cred *	(*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
auth_cred         131 include/linux/sunrpc/auth.h 	int			(*crmatch)(struct auth_cred *, struct rpc_cred *, int);
auth_cred         164 include/linux/sunrpc/auth.h struct rpc_cred *	rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
auth_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 *);
auth_cred         566 net/sunrpc/auth.c rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred,
auth_cred         632 net/sunrpc/auth.c 	struct auth_cred acred;
auth_cred         644 net/sunrpc/auth.c rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred,
auth_cred         662 net/sunrpc/auth.c 	struct auth_cred acred = {
auth_cred         676 net/sunrpc/auth.c 	struct auth_cred acred = {
auth_cred         701 net/sunrpc/auth.c 	struct auth_cred acred = {
auth_cred        1249 net/sunrpc/auth_gss/auth_gss.c 		struct auth_cred acred = {
auth_cred        1359 net/sunrpc/auth_gss/auth_gss.c gss_hash_cred(struct auth_cred *acred, unsigned int hashbits)
auth_cred        1368 net/sunrpc/auth_gss/auth_gss.c gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
auth_cred        1374 net/sunrpc/auth_gss/auth_gss.c gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp)
auth_cred        1488 net/sunrpc/auth_gss/auth_gss.c gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags)
auth_cred        1607 net/sunrpc/auth_gss/auth_gss.c 	struct auth_cred acred = {
auth_cred          37 net/sunrpc/auth_null.c nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
auth_cred          54 net/sunrpc/auth_null.c nul_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags)
auth_cred          44 net/sunrpc/auth_unix.c unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
auth_cred          72 net/sunrpc/auth_unix.c unx_match(struct auth_cred *acred, struct rpc_cred *cred, int flags)