Home
last modified time | relevance | path

Searched refs:match_token (Results 1 – 25 of 47) sorted by relevance

12

/linux-6.12.1/include/linux/
Dparser.h14 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.12.1/lib/
Dts_fsm.c126 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()
Dparser.c115 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.12.1/security/ipe/
Dpolicy_parser.c160 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.12.1/fs/hfsplus/
Doptions.c85 token = match_token(p, tokens, args); in hfsplus_parse_options_remount()
113 token = match_token(p, tokens, args); in hfsplus_parse_options()
/linux-6.12.1/security/keys/
Dkeyctl_pkey.c48 token = match_token(p, param_keys, args); in keyctl_pkey_params_parse()
/linux-6.12.1/fs/smb/client/
Dfs_context.c216 switch (match_token(value, cifs_secflavor_tokens, args)) { in cifs_parse_security_flavors()
265 switch (match_token(value, cifs_cacheflavor_tokens, args)) { in cifs_parse_cache_flavor()
315 switch (match_token(value, reparse_flavor_tokens, args)) { in parse_reparse_flavor()
381 switch (match_token(value, cifs_smb_version_tokens, args)) { in cifs_parse_smb_version()
/linux-6.12.1/security/keys/trusted-keys/
Dtrusted_core.c89 key_cmd = match_token(c, key_tokens, args); in datablob_parse()
/linux-6.12.1/security/keys/encrypted-keys/
Dencrypted.c191 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.12.1/fs/pstore/
Dinode.c252 token = match_token(p, tokens, args); in parse_options()
/linux-6.12.1/fs/hfs/
Dsuper.c247 token = match_token(p, tokens, args); in parse_options()
/linux-6.12.1/fs/adfs/
Dsuper.c144 token = match_token(p, tokens, args); in parse_options()
/linux-6.12.1/fs/devpts/
Dinode.c256 token = match_token(p, tokens, args); in parse_mount_options()
/linux-6.12.1/fs/9p/
Dv9fs.c197 token = match_token(p, tokens, args); in v9fs_parse_options()
/linux-6.12.1/arch/arm/mach-at91/
Dpm.c1688 standby = match_token(s, pm_modes, args); in at91_pm_modes_select()
1692 suspend = match_token(str, pm_modes, args); in at91_pm_modes_select()
/linux-6.12.1/drivers/nvme/host/
Dfabrics.c751 token = match_token(p, opt_tokens, args); in nvmf_parse_options()
1394 const struct match_token *tok; in __nvmf_concat_opt_tokens()
/linux-6.12.1/drivers/block/rnbd/
Drnbd-clt-sysfs.c90 token = match_token(p, rnbd_opt_tokens, args); in rnbd_clt_parse_map_options()
/linux-6.12.1/fs/orangefs/
Dsuper.c75 token = match_token(p, tokens, args); in parse_mount_options()
/linux-6.12.1/fs/ecryptfs/
Dmain.c276 token = match_token(p, tokens, args); in ecryptfs_parse_options()
/linux-6.12.1/drivers/nvme/target/
Dfcloop.c74 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.12.1/fs/affs/
Dsuper.c213 token = match_token(p, tokens, args); in parse_options()
/linux-6.12.1/net/9p/
Dtrans_rdma.c203 token = match_token(p, tokens, args); in parse_opts()
/linux-6.12.1/drivers/target/
Dtarget_core_rd.c561 token = match_token(ptr, tokens, args); in rd_set_configfs_dev_params()
/linux-6.12.1/fs/omfs/
Dinode.c414 token = match_token(p, tokens, args); in parse_options()
/linux-6.12.1/block/
Dblk-iocost.c3260 switch (match_token(p, qos_ctrl_tokens, args)) { in ioc_qos_write()
3277 tok = match_token(p, qos_tokens, args); in ioc_qos_write()
3453 switch (match_token(p, cost_ctrl_tokens, args)) { in ioc_cost_model_write()
3470 tok = match_token(p, i_lcoef_tokens, args); in ioc_cost_model_write()

12