| /linux-6.15/include/linux/ |
| H A D | parser.h | 14 struct match_token { struct 19 typedef struct match_token match_table_t[]; argument 30 int match_token(char *, const match_table_t table, substring_t args[]);
|
| /linux-6.15/lib/ |
| H A D | ts_fsm.c | 126 static inline int match_token(struct ts_fsm_token *t, u8 d) in match_token() function 178 if (!match_token(cur, data[block_idx])) in fsm_find() 184 !match_token(cur, data[block_idx])) in fsm_find() 192 if (!match_token(cur, data[block_idx])) in fsm_find() 205 while (!match_token(next, data[block_idx])) { in fsm_find() 206 if (!match_token(cur, data[block_idx])) in fsm_find() 222 while (!match_token(next, data[block_idx])) { in fsm_find() 229 if (!match_token(cur, data[block_idx])) in fsm_find()
|
| H A D | parser.c | 115 int match_token(char *s, const match_table_t table, substring_t args[]) in match_token() function 117 const struct match_token *p; in match_token() 124 EXPORT_SYMBOL(match_token);
|
| /linux-6.15/security/ipe/ |
| H A D | policy_parser.c | 160 token = match_token(t, header_tokens, args); in parse_header() 253 return match_token(t, operation_tokens, args); in parse_operation() 272 return match_token(t, action_tokens, args); in parse_action() 312 token = match_token(t, property_tokens, args); in parse_property()
|
| /linux-6.15/fs/unicode/ |
| H A D | utf8-core.c | 228 static const struct match_token token[] = { in utf8_parse_version() 233 if (match_token(version, token, args) != 1) in utf8_parse_version()
|
| /linux-6.15/fs/smb/client/ |
| H A D | fs_context.c | 229 switch (match_token(value, cifs_secflavor_tokens, args)) { in cifs_parse_security_flavors() 271 switch (match_token(value, cifs_upcall_target, args)) { in cifs_parse_upcall_target() 301 switch (match_token(value, cifs_cacheflavor_tokens, args)) { in cifs_parse_cache_flavor() 352 switch (match_token(value, reparse_flavor_tokens, args)) { in parse_reparse_flavor() 389 switch (match_token(value, symlink_flavor_tokens, args)) { in parse_symlink_flavor() 474 switch (match_token(value, cifs_smb_version_tokens, args)) { in cifs_parse_smb_version()
|
| /linux-6.15/security/keys/ |
| H A D | keyctl_pkey.c | 48 token = match_token(p, param_keys, args); in keyctl_pkey_params_parse()
|
| /linux-6.15/security/keys/trusted-keys/ |
| H A D | trusted_core.c | 89 key_cmd = match_token(c, key_tokens, args); in datablob_parse()
|
| H A D | trusted_tpm1.c | 769 token = match_token(p, key_tokens, args); in getoptions()
|
| /linux-6.15/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 191 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse() 200 key_format = match_token(p, key_format_tokens, args); in datablob_parse()
|
| /linux-6.15/fs/9p/ |
| H A D | v9fs.c | 197 token = match_token(p, tokens, args); in v9fs_parse_options()
|
| /linux-6.15/fs/orangefs/ |
| H A D | super.c | 75 token = match_token(p, tokens, args); in parse_mount_options()
|
| /linux-6.15/drivers/block/rnbd/ |
| H A D | rnbd-clt-sysfs.c | 90 token = match_token(p, rnbd_opt_tokens, args); in rnbd_clt_parse_map_options()
|
| /linux-6.15/arch/arm/mach-at91/ |
| H A D | pm.c | 1716 standby = match_token(s, pm_modes, args); in at91_pm_modes_select() 1720 suspend = match_token(str, pm_modes, args); in at91_pm_modes_select()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | fabrics.c | 754 token = match_token(p, opt_tokens, args); in nvmf_parse_options() 1422 const struct match_token *tok; in __nvmf_concat_opt_tokens()
|
| /linux-6.15/net/9p/ |
| H A D | trans_rdma.c | 203 token = match_token(p, tokens, args); in parse_opts()
|
| /linux-6.15/drivers/target/ |
| H A D | target_core_rd.c | 561 token = match_token(ptr, tokens, args); in rd_set_configfs_dev_params()
|
| H A D | target_core_file.c | 721 token = match_token(ptr, tokens, args); in fd_set_configfs_dev_params()
|
| H A D | target_core_iblock.c | 592 token = match_token(ptr, tokens, args); in iblock_set_configfs_dev_params()
|
| H A D | target_core_pscsi.c | 729 token = match_token(ptr, tokens, args); in pscsi_set_configfs_dev_params()
|
| /linux-6.15/fs/omfs/ |
| H A D | inode.c | 414 token = match_token(p, tokens, args); in parse_options()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | fcloop.c | 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()
|
| /linux-6.15/block/ |
| H A D | blk-iocost.c | 3267 switch (match_token(p, qos_ctrl_tokens, args)) { in ioc_qos_write() 3284 tok = match_token(p, qos_tokens, args); in ioc_qos_write() 3457 switch (match_token(p, cost_ctrl_tokens, args)) { in ioc_cost_model_write() 3474 tok = match_token(p, i_lcoef_tokens, args); in ioc_cost_model_write()
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs4idmap.c | 519 token = match_token(desc, nfs_idmap_tokens, &substr); in nfs_idmap_prepare_message()
|
| /linux-6.15/fs/ufs/ |
| H A D | super.c | 398 token = match_token(p, tokens, args); in ufs_parse_options() 1381 const struct match_token *tp = tokens; in ufs_show_options()
|