Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dfabrics.c593 static const match_table_t opt_tokens = { variable
637 token = match_token(p, opt_tokens, args); in nvmf_parse_options()
854 for (i = 0; i < ARRAY_SIZE(opt_tokens); i++) { in nvmf_check_required_opts()
855 if ((opt_tokens[i].token & required_opts) && in nvmf_check_required_opts()
856 !(opt_tokens[i].token & opts->mask)) { in nvmf_check_required_opts()
858 opt_tokens[i].pattern); in nvmf_check_required_opts()
874 for (i = 0; i < ARRAY_SIZE(opt_tokens); i++) { in nvmf_check_allowed_opts()
875 if ((opt_tokens[i].token & opts->mask) && in nvmf_check_allowed_opts()
876 (opt_tokens[i].token & ~allowed_opts)) { in nvmf_check_allowed_opts()
878 opt_tokens[i].pattern); in nvmf_check_allowed_opts()
/Linux-v4.19/net/ceph/
Dceph_common.c260 static match_table_t opt_tokens = { variable
386 token = match_token((char *)c, opt_tokens, argstr); in ceph_parse_options()
/Linux-v4.19/drivers/nvme/target/
Dfcloop.c47 static const match_table_t opt_tokens = { variable
74 token = match_token(p, opt_tokens, args); in fcloop_parse_options()
152 token = match_token(p, opt_tokens, args); in fcloop_parse_nm_options()