Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 25 of 26) sorted by relevance

12

/fs/hfsplus/
Doptions.c31 static const match_table_t tokens = { variable
85 token = match_token(p, tokens, args); in hfsplus_parse_options_remount()
113 token = match_token(p, tokens, args); in hfsplus_parse_options()
/fs/pstore/
Dinode.c222 static const match_table_t tokens = { variable
242 token = match_token(p, tokens, args); in parse_options()
/fs/autofs/
Dinode.c116 static const match_table_t tokens = { variable
159 token = match_token(p, tokens, args); in parse_options()
/fs/hfs/
Dsuper.c194 static const match_table_t tokens = { variable
247 token = match_token(p, tokens, args); in parse_options()
/fs/tracefs/
Dinode.c151 static const match_table_t tokens = { variable
177 token = match_token(p, tokens, args); in tracefs_parse_options()
/fs/devpts/
Dinode.c109 static const match_table_t tokens = { variable
275 token = match_token(p, tokens, args); in parse_mount_options()
/fs/9p/
Dv9fs.c55 static const match_table_t tokens = { variable
194 token = match_token(p, tokens, args); in v9fs_parse_options()
/fs/adfs/
Dsuper.c167 static const match_table_t tokens = { variable
191 token = match_token(p, tokens, args); in parse_options()
/fs/orangefs/
Dsuper.c31 static const match_table_t tokens = { variable
74 token = match_token(p, tokens, args); in parse_mount_options()
/fs/ecryptfs/
Dmain.c166 static const match_table_t tokens = { variable
279 token = match_token(p, tokens, args); in ecryptfs_parse_options()
/fs/affs/
Dsuper.c169 static const match_table_t tokens = { variable
214 token = match_token(p, tokens, args); in parse_options()
/fs/omfs/
Dinode.c396 static const match_table_t tokens = { variable
419 token = match_token(p, tokens, args); in parse_options()
/fs/debugfs/
Dinode.c89 static const match_table_t tokens = { variable
115 token = match_token(p, tokens, args); in debugfs_parse_options()
/fs/hpfs/
Dsuper.c291 static const match_table_t tokens = { variable
332 token = match_token(p, tokens, args); in parse_opts()
/fs/qnx6/
Dinode.c227 static const match_table_t tokens = { variable
246 token = match_token(p, tokens, args); in qnx6_parse_options()
/fs/nilfs2/
Dsuper.c700 static match_table_t tokens = { variable
729 token = match_token(p, tokens, args); in parse_options()
1238 token = match_token(p, tokens, args); in nilfs_identify()
/fs/jfs/
Dsuper.c213 static const match_table_t tokens = { variable
251 token = match_token(p, tokens, args); in parse_options()
/fs/btrfs/
Dsuper.c352 static const match_table_t tokens = { variable
459 token = match_token(p, tokens, args); in btrfs_parse_options()
922 token = match_token(p, tokens, args); in btrfs_parse_device_options()
974 token = match_token(p, tokens, args); in btrfs_parse_subvol_options()
/fs/ufs/
Dsuper.c363 static const match_table_t tokens = { variable
398 token = match_token(p, tokens, args); in ufs_parse_options()
1396 const struct match_token *tp = tokens; in ufs_show_options()
/fs/xfs/
Dxfs_super.c65 static const match_table_t tokens = { variable
209 token = match_token(p, tokens, args); in xfs_parseargs()
1252 token = match_token(p, tokens, args); in xfs_fs_remount()
/fs/isofs/
Dinode.c299 static const match_table_t tokens = { variable
373 token = match_token(p, tokens, args); in parse_options()
/fs/ext2/
Dsuper.c440 static const match_table_t tokens = { variable
492 token = match_token(p, tokens, args); in parse_options()
/fs/ubifs/
Dsuper.c959 static const match_table_t tokens = { variable
1021 token = match_token(p, tokens, args); in ubifs_parse_options()
/fs/udf/
Dsuper.c426 static const match_table_t tokens = { variable
478 token = match_token(p, tokens, args); in udf_parse_options()
/fs/ocfs2/
Dsuper.c181 static const match_table_t tokens = { variable
1269 token = match_token(p, tokens, args); in ocfs2_parse_options()

12