Searched refs:opt_tokens (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | fabrics.c | 603 static const match_table_t opt_tokens = { variable 656 token = match_token(p, opt_tokens, args); in nvmf_parse_options() 916 for (i = 0; i < ARRAY_SIZE(opt_tokens); i++) { in nvmf_check_required_opts() 917 if ((opt_tokens[i].token & required_opts) && in nvmf_check_required_opts() 918 !(opt_tokens[i].token & opts->mask)) { in nvmf_check_required_opts() 920 opt_tokens[i].pattern); in nvmf_check_required_opts() 966 for (i = 0; i < ARRAY_SIZE(opt_tokens); i++) { in nvmf_check_allowed_opts() 967 if ((opt_tokens[i].token & opts->mask) && in nvmf_check_allowed_opts() 968 (opt_tokens[i].token & ~allowed_opts)) { in nvmf_check_allowed_opts() 970 opt_tokens[ in nvmf_check_allowed_opts() [all...] |
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fabrics.c | 625 static const match_table_t opt_tokens = { variable 689 token = match_token(p, opt_tokens, args); in nvmf_parse_options() 1081 for (i = 0; i < ARRAY_SIZE(opt_tokens); i++) { in nvmf_check_required_opts() 1082 if ((opt_tokens[i].token & required_opts) && in nvmf_check_required_opts() 1083 !(opt_tokens[i].token & opts->mask)) { in nvmf_check_required_opts() 1085 opt_tokens[i].pattern); in nvmf_check_required_opts() 1144 for (i = 0; i < ARRAY_SIZE(opt_tokens); i++) { in nvmf_check_allowed_opts() 1145 if ((opt_tokens[i].token & opts->mask) && in nvmf_check_allowed_opts() 1146 (opt_tokens[i].token & ~allowed_opts)) { in nvmf_check_allowed_opts() 1148 opt_tokens[ in nvmf_check_allowed_opts() [all...] |
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | fcloop.c | 36 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()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fcloop.c | 36 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()
|
Completed in 7 milliseconds