| /linux/include/linux/ |
| 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/lib/ |
| 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()
|
| A D | parser.c | 106 int match_token(char *s, const match_table_t table, substring_t args[]) in match_token() function 108 const struct match_token *p; in match_token() 115 EXPORT_SYMBOL(match_token);
|
| /linux/fs/hfsplus/ |
| A D | options.c | 85 token = match_token(p, tokens, args); in hfsplus_parse_options_remount() 113 token = match_token(p, tokens, args); in hfsplus_parse_options()
|
| /linux/fs/unicode/ |
| A D | utf8-core.c | 178 static const struct match_token token[] = { in utf8_parse_version() 185 if (match_token(version_string, token, args) != 1) in utf8_parse_version()
|
| /linux/security/keys/ |
| A D | keyctl_pkey.c | 48 token = match_token(p, param_keys, args); in keyctl_pkey_params_parse()
|
| /linux/security/keys/trusted-keys/ |
| A D | trusted_core.c | 77 key_cmd = match_token(c, key_tokens, args); in datablob_parse()
|
| /linux/security/keys/encrypted-keys/ |
| A D | encrypted.c | 186 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse() 195 key_format = match_token(p, key_format_tokens, args); in datablob_parse()
|
| /linux/fs/cifs/ |
| A D | fs_context.c | 206 switch (match_token(value, cifs_secflavor_tokens, args)) { in cifs_parse_security_flavors() 253 switch (match_token(value, cifs_cacheflavor_tokens, args)) { in cifs_parse_cache_flavor() 340 switch (match_token(value, cifs_smb_version_tokens, args)) { in cifs_parse_smb_version()
|
| /linux/fs/autofs/ |
| A D | inode.c | 159 token = match_token(p, tokens, args); in parse_options()
|
| /linux/fs/btrfs/ |
| A D | super.c | 517 token = match_token(p, rescue_tokens, args); in parse_rescue_options() 602 token = match_token(p, tokens, args); in btrfs_parse_options() 1084 token = match_token(p, tokens, args); in btrfs_parse_device_options() 1136 token = match_token(p, tokens, args); in btrfs_parse_subvol_options()
|
| /linux/fs/hfs/ |
| A D | super.c | 246 token = match_token(p, tokens, args); in parse_options()
|
| /linux/arch/arm/mach-at91/ |
| A D | pm.c | 1252 standby = match_token(s, pm_modes, args); in at91_pm_modes_select() 1256 suspend = match_token(str, pm_modes, args); in at91_pm_modes_select()
|
| /linux/fs/adfs/ |
| A D | super.c | 144 token = match_token(p, tokens, args); in parse_options()
|
| /linux/fs/pstore/ |
| A D | inode.c | 254 token = match_token(p, tokens, args); in parse_options()
|
| /linux/fs/tracefs/ |
| A D | inode.c | 250 token = match_token(p, tokens, args); in tracefs_parse_options()
|
| /linux/fs/fat/ |
| A D | inode.c | 1170 token = match_token(p, fat_tokens, args); in parse_options() 1173 token = match_token(p, vfat_tokens, args); in parse_options() 1175 token = match_token(p, msdos_tokens, args); in parse_options()
|
| /linux/fs/devpts/ |
| A D | inode.c | 275 token = match_token(p, tokens, args); in parse_mount_options()
|
| /linux/fs/9p/ |
| A D | v9fs.c | 195 token = match_token(p, tokens, args); in v9fs_parse_options()
|
| /linux/fs/nilfs2/ |
| A D | super.c | 732 token = match_token(p, tokens, args); in parse_options() 1240 token = match_token(p, tokens, args); in nilfs_identify()
|
| /linux/fs/orangefs/ |
| A D | super.c | 75 token = match_token(p, tokens, args); in parse_mount_options()
|
| /linux/drivers/block/rnbd/ |
| A D | rnbd-clt-sysfs.c | 88 token = match_token(p, rnbd_opt_tokens, args); in rnbd_clt_parse_map_options()
|
| /linux/fs/debugfs/ |
| A D | inode.c | 120 token = match_token(p, tokens, args); in debugfs_parse_options()
|
| /linux/drivers/nvme/target/ |
| 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/drivers/target/ |
| A D | target_core_rd.c | 561 token = match_token(ptr, tokens, args); in rd_set_configfs_dev_params()
|