auth_flavors      130 fs/nfs/mount_clnt.c 	rpc_authflavor_t *auth_flavors;
auth_flavors      152 fs/nfs/mount_clnt.c 		.auth_flavors	= info->auth_flavs,
auth_flavors      423 fs/nfs/mount_clnt.c 	rpc_authflavor_t *flavors = res->auth_flavors;
auth_flavors       32 net/sunrpc/auth.c static const struct rpc_authops __rcu *auth_flavors[RPC_AUTH_MAXFLAVOR] = {
auth_flavors      116 net/sunrpc/auth.c 	old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], NULL, ops);
auth_flavors      132 net/sunrpc/auth.c 	old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], ops, NULL);
auth_flavors      148 net/sunrpc/auth.c 	ops = rcu_dereference(auth_flavors[flavor]);
auth_flavors      153 net/sunrpc/auth.c 		ops = rcu_dereference(auth_flavors[flavor]);
auth_flavors      243 net/sunrpc/auth.c 		ops = rcu_dereference(auth_flavors[flavor]);