Lines Matching refs:auth_info
748 * Return true if 'match' is in auth_info or auth_info is empty.
751 bool nfs_auth_info_match(const struct nfs_auth_info *auth_info,
756 if (!auth_info->flavor_len)
759 for (i = 0; i < auth_info->flavor_len; i++) {
760 if (auth_info->flavors[i] == match)
768 * Ensure that a specified authtype in ctx->auth_info is supported by
795 if (nfs_auth_info_match(&ctx->auth_info, flavor))
803 flavor = ctx->auth_info.flavors[0];
899 if (ctx->auth_info.flavor_len > 0) {
988 !nfs_auth_info_match(&ctx->auth_info, nfss->client->cl_auth->au_flavor) ||