Searched refs:match_token (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/include/linux/
H A Dparser.h14 struct match_token { struct
19 typedef struct match_token match_table_t[];
21 /* Maximum number of arguments that match_token will find in a pattern */
30 int match_token(char *, const match_table_t table, substring_t args[]);
/linux-master/lib/
H A Dparser.c102 * match_token - Find a token (and optional args) in a string
106 * &struct match_token whose pattern is set to the NULL pointer.
115 int match_token(char *s, const match_table_t table, substring_t args[]) function
117 const struct match_token *p;
124 EXPORT_SYMBOL(match_token); variable
H A Dts_fsm.c126 static inline int match_token(struct ts_fsm_token *t, u8 d) function
178 if (!match_token(cur, data[block_idx]))
184 !match_token(cur, data[block_idx]))
192 if (!match_token(cur, data[block_idx]))
205 while (!match_token(next, data[block_idx])) {
206 if (!match_token(cur, data[block_idx]))
222 while (!match_token(next, data[block_idx])) {
229 if (!match_token(cur, data[block_idx]))
/linux-master/fs/hfsplus/
H A Doptions.c85 token = match_token(p, tokens, args);
113 token = match_token(p, tokens, args);
/linux-master/security/keys/
H A Dkeyctl_pkey.c48 token = match_token(p, param_keys, args);
/linux-master/security/keys/trusted-keys/
H A Dtrusted_core.c85 key_cmd = match_token(c, key_tokens, args);
/linux-master/fs/hfs/
H A Dsuper.c246 token = match_token(p, tokens, args);
/linux-master/fs/devpts/
H A Dinode.c256 token = match_token(p, tokens, args);
/linux-master/fs/pstore/
H A Dinode.c252 token = match_token(p, tokens, args);
/linux-master/fs/adfs/
H A Dsuper.c144 token = match_token(p, tokens, args);
/linux-master/fs/smb/client/
H A Dfs_context.c214 switch (match_token(value, cifs_secflavor_tokens, args)) {
263 switch (match_token(value, cifs_cacheflavor_tokens, args)) {
313 switch (match_token(value, reparse_flavor_tokens, args)) {
379 switch (match_token(value, cifs_smb_version_tokens, args)) {
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c191 key_cmd = match_token(keyword, key_tokens, args);
200 key_format = match_token(p, key_format_tokens, args);
/linux-master/fs/fat/
H A Dinode.c1177 token = match_token(p, fat_tokens, args);
1180 token = match_token(p, vfat_tokens, args);
1182 token = match_token(p, msdos_tokens, args);
/linux-master/fs/ecryptfs/
H A Dmain.c279 token = match_token(p, tokens, args);
/linux-master/net/9p/
H A Dtrans_rdma.c203 token = match_token(p, tokens, args);
/linux-master/drivers/target/
H A Dtarget_core_rd.c561 token = match_token(ptr, tokens, args);
/linux-master/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c90 token = match_token(p, rnbd_opt_tokens, args);
/linux-master/fs/omfs/
H A Dinode.c414 token = match_token(p, tokens, args);
/linux-master/fs/qnx6/
H A Dinode.c244 token = match_token(p, tokens, args);
/linux-master/fs/affs/
H A Dsuper.c213 token = match_token(p, tokens, args);
/linux-master/fs/9p/
H A Dv9fs.c197 token = match_token(p, tokens, args);
/linux-master/fs/hpfs/
H A Dsuper.c331 token = match_token(p, tokens, args);
/linux-master/fs/tracefs/
H A Dinode.c276 token = match_token(p, tokens, args);
/linux-master/fs/orangefs/
H A Dsuper.c75 token = match_token(p, tokens, args);
/linux-master/fs/debugfs/
H A Dinode.c122 token = match_token(p, tokens, args);

Completed in 270 milliseconds

123