auth_ops 243 include/linux/sunrpc/svc.h struct auth_ops * rq_authop; /* authentication flavour */ auth_ops 84 include/linux/sunrpc/svcauth.h struct auth_ops *flavour; auth_ops 157 include/linux/sunrpc/svcauth.h extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); auth_ops 792 net/sunrpc/auth_gss/svcauth_gss.c static struct auth_ops svcauthops_gss; auth_ops 1845 net/sunrpc/auth_gss/svcauth_gss.c static struct auth_ops svcauthops_gss = { auth_ops 28 net/sunrpc/svcauth.c extern struct auth_ops svcauth_null; auth_ops 29 net/sunrpc/svcauth.c extern struct auth_ops svcauth_unix; auth_ops 31 net/sunrpc/svcauth.c static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = { auth_ops 32 net/sunrpc/svcauth.c [RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null, auth_ops 33 net/sunrpc/svcauth.c [RPC_AUTH_UNIX] = (struct auth_ops __force __rcu *)&svcauth_unix, auth_ops 36 net/sunrpc/svcauth.c static struct auth_ops * auth_ops 39 net/sunrpc/svcauth.c struct auth_ops *aops; auth_ops 52 net/sunrpc/svcauth.c svc_put_auth_ops(struct auth_ops *aops) auth_ops 61 net/sunrpc/svcauth.c struct auth_ops *aops; auth_ops 96 net/sunrpc/svcauth.c struct auth_ops *aops = rqstp->rq_authop; auth_ops 109 net/sunrpc/svcauth.c svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) auth_ops 111 net/sunrpc/svcauth.c struct auth_ops *old; auth_ops 115 net/sunrpc/svcauth.c old = cmpxchg((struct auth_ops ** __force)&authtab[flavor], NULL, aops); auth_ops 38 net/sunrpc/svcauth_unix.c extern struct auth_ops svcauth_null; auth_ops 39 net/sunrpc/svcauth_unix.c extern struct auth_ops svcauth_unix; auth_ops 784 net/sunrpc/svcauth_unix.c struct auth_ops svcauth_null = { auth_ops 869 net/sunrpc/svcauth_unix.c struct auth_ops svcauth_unix = {