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

/linux-4.4.14/net/sunrpc/
H A Dauth.c33 static const struct rpc_authops *auth_flavors[RPC_AUTH_MAXFLAVOR] = { variable in typeref:struct:rpc_authops
103 if (auth_flavors[flavor] == NULL) { rpcauth_register()
104 auth_flavors[flavor] = ops; rpcauth_register()
121 if (auth_flavors[flavor] == ops) { rpcauth_unregister()
122 auth_flavors[flavor] = NULL; rpcauth_unregister()
145 ops = auth_flavors[flavor]; rpcauth_get_pseudoflavor()
149 ops = auth_flavors[flavor]; rpcauth_get_pseudoflavor()
183 ops = auth_flavors[flavor]; rpcauth_get_gssinfo()
187 ops = auth_flavors[flavor]; rpcauth_get_gssinfo()
221 const struct rpc_authops *ops = auth_flavors[flavor]; rpcauth_list_flavors()
267 if ((ops = auth_flavors[flavor]) == NULL) rpcauth_create()
270 ops = auth_flavors[flavor]; rpcauth_create()
/linux-4.4.14/fs/nfs/
H A Dmount_clnt.c128 rpc_authflavor_t *auth_flavors; member in struct:mountres
150 .auth_flavors = info->auth_flavs, nfs_mount()
418 rpc_authflavor_t *flavors = res->auth_flavors; decode_auth_flavors()

Completed in 100 milliseconds