Searched refs:opt_tokens (Results 1 – 1 of 1) sorted by relevance
523 static const match_table_t opt_tokens = { variable558 token = match_token(p, opt_tokens, args); in nvmf_parse_options()724 for (i = 0; i < ARRAY_SIZE(opt_tokens); i++) { in nvmf_check_required_opts()725 if ((opt_tokens[i].token & required_opts) && in nvmf_check_required_opts()726 !(opt_tokens[i].token & opts->mask)) { in nvmf_check_required_opts()728 opt_tokens[i].pattern); in nvmf_check_required_opts()744 for (i = 0; i < ARRAY_SIZE(opt_tokens); i++) { in nvmf_check_allowed_opts()745 if (opt_tokens[i].token & ~allowed_opts) { in nvmf_check_allowed_opts()747 opt_tokens[i].pattern); in nvmf_check_allowed_opts()