Searched refs:auth_flavors (Results 1 – 2 of 2) sorted by relevance
32 static const struct rpc_authops __rcu *auth_flavors[RPC_AUTH_MAXFLAVOR] = { variable116 old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], NULL, ops); in rpcauth_register()132 old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], ops, NULL); in rpcauth_unregister()148 ops = rcu_dereference(auth_flavors[flavor]); in rpcauth_get_authops()153 ops = rcu_dereference(auth_flavors[flavor]); in rpcauth_get_authops()
128 rpc_authflavor_t *auth_flavors; member152 .auth_flavors = info->auth_flavs, in nfs_mount()425 rpc_authflavor_t *flavors = res->auth_flavors; in decode_auth_flavors()