Searched refs:auth_flavors (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | auth.c | 32 static const struct rpc_authops __rcu *auth_flavors[RPC_AUTH_MAXFLAVOR] = { variable 116 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()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | auth.c | 32 static const struct rpc_authops __rcu *auth_flavors[RPC_AUTH_MAXFLAVOR] = { variable 113 old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], NULL, ops); in rpcauth_register() 129 old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], ops, NULL); in rpcauth_unregister() 145 ops = rcu_dereference(auth_flavors[flavor]); in rpcauth_get_authops() 150 ops = rcu_dereference(auth_flavors[flavor]); in rpcauth_get_authops()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | mount_clnt.c | 128 rpc_authflavor_t *auth_flavors; member 150 .auth_flavors = info->auth_flavs, in nfs_mount() 421 rpc_authflavor_t *flavors = res->auth_flavors; in decode_auth_flavors()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | mount_clnt.c | 128 rpc_authflavor_t *auth_flavors; member 152 .auth_flavors = info->auth_flavs, in nfs_mount() 425 rpc_authflavor_t *flavors = res->auth_flavors; in decode_auth_flavors()
|
Completed in 5 milliseconds