/openbmc/linux/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[]);
|
/openbmc/linux/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);
|
/openbmc/linux/fs/hfsplus/ |
H 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()
|
/openbmc/linux/security/keys/ |
H A D | keyctl_pkey.c | 48 token = match_token(p, param_keys, args); in keyctl_pkey_params_parse()
|
/openbmc/linux/fs/smb/client/ |
H A D | fs_context.c | 214 switch (match_token(value, cifs_secflavor_tokens, args)) { in cifs_parse_security_flavors() 263 switch (match_token(value, cifs_cacheflavor_tokens, args)) { in cifs_parse_cache_flavor() 313 switch (match_token(value, reparse_flavor_tokens, args)) { in parse_reparse_flavor() 379 switch (match_token(value, cifs_smb_version_tokens, args)) { in cifs_parse_smb_version()
|
/openbmc/linux/security/keys/trusted-keys/ |
H A D | trusted_core.c | 85 key_cmd = match_token(c, key_tokens, args); in datablob_parse()
|
/openbmc/linux/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()
|
/openbmc/linux/fs/autofs/ |
H A D | inode.c | 160 token = match_token(p, tokens, args); in parse_options()
|
/openbmc/linux/fs/btrfs/ |
H A D | super.c | 262 token = match_token(p, rescue_tokens, args); in parse_rescue_options() 348 token = match_token(p, tokens, args); in btrfs_parse_options() 888 token = match_token(p, tokens, args); in btrfs_parse_device_options() 939 token = match_token(p, tokens, args); in btrfs_parse_subvol_options()
|
/openbmc/linux/fs/pstore/ |
H A D | inode.c | 251 token = match_token(p, tokens, args); in parse_options()
|
/openbmc/linux/fs/hfs/ |
H A D | super.c | 246 token = match_token(p, tokens, args); in parse_options()
|
/openbmc/linux/fs/adfs/ |
H A D | super.c | 144 token = match_token(p, tokens, args); in parse_options()
|
/openbmc/linux/fs/devpts/ |
H A D | inode.c | 257 token = match_token(p, tokens, args); in parse_mount_options()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | fabrics.c | 689 token = match_token(p, opt_tokens, args); in nvmf_parse_options() 1293 const struct match_token *tok; in __nvmf_concat_opt_tokens()
|
/openbmc/linux/fs/9p/ |
H A D | v9fs.c | 197 token = match_token(p, tokens, args); in v9fs_parse_options()
|
/openbmc/linux/fs/fat/ |
H A D | inode.c | 1169 token = match_token(p, fat_tokens, args); in parse_options() 1172 token = match_token(p, vfat_tokens, args); in parse_options() 1174 token = match_token(p, msdos_tokens, args); in parse_options()
|
/openbmc/linux/fs/nilfs2/ |
H A D | super.c | 765 token = match_token(p, tokens, args); in parse_options() 1271 token = match_token(p, tokens, args); in nilfs_identify()
|
/openbmc/linux/arch/arm/mach-at91/ |
H A D | pm.c | 1665 standby = match_token(s, pm_modes, args); in at91_pm_modes_select() 1669 suspend = match_token(str, pm_modes, args); in at91_pm_modes_select()
|
/openbmc/linux/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()
|
/openbmc/linux/fs/orangefs/ |
H A D | super.c | 75 token = match_token(p, tokens, args); in parse_mount_options()
|
/openbmc/linux/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()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | main.c | 279 token = match_token(p, tokens, args); in ecryptfs_parse_options()
|
/openbmc/linux/net/9p/ |
H A D | trans_rdma.c | 203 token = match_token(p, tokens, args); in parse_opts()
|
/openbmc/linux/fs/omfs/ |
H A D | inode.c | 416 token = match_token(p, tokens, args); in parse_options()
|