Lines Matching refs:auth_info
728 * Return true if 'match' is in auth_info or auth_info is empty.
731 bool nfs_auth_info_match(const struct nfs_auth_info *auth_info,
736 if (!auth_info->flavor_len)
739 for (i = 0; i < auth_info->flavor_len; i++) {
740 if (auth_info->flavors[i] == match)
748 * Ensure that a specified authtype in ctx->auth_info is supported by
775 if (nfs_auth_info_match(&ctx->auth_info, flavor))
783 flavor = ctx->auth_info.flavors[0];
880 if (ctx->auth_info.flavor_len > 0) {
969 !nfs_auth_info_match(&ctx->auth_info, nfss->client->cl_auth->au_flavor) ||