Home
last modified time | relevance | path

Searched refs:opt_tokens (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/nvme/host/
Dfabrics.c598 static const match_table_t opt_tokens = { variable
651 token = match_token(p, opt_tokens, args); in nvmf_parse_options()
911 for (i = 0; i < ARRAY_SIZE(opt_tokens); i++) { in nvmf_check_required_opts()
912 if ((opt_tokens[i].token & required_opts) && in nvmf_check_required_opts()
913 !(opt_tokens[i].token & opts->mask)) { in nvmf_check_required_opts()
915 opt_tokens[i].pattern); in nvmf_check_required_opts()
961 for (i = 0; i < ARRAY_SIZE(opt_tokens); i++) { in nvmf_check_allowed_opts()
962 if ((opt_tokens[i].token & opts->mask) && in nvmf_check_allowed_opts()
963 (opt_tokens[i].token & ~allowed_opts)) { in nvmf_check_allowed_opts()
965 opt_tokens[i].pattern); in nvmf_check_allowed_opts()
/Linux-v5.10/drivers/nvme/target/
Dfcloop.c36 static const match_table_t opt_tokens = { variable
74 token = match_token(p, opt_tokens, args); in fcloop_parse_options()
156 token = match_token(p, opt_tokens, args); in fcloop_parse_nm_options()