Home
last modified time | relevance | path

Searched refs:auth_flavors (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/sunrpc/
Dauth.c32 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()
/Linux-v6.6/fs/nfs/
Dmount_clnt.c128 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()