/fs/ncpfs/ |
D | getopt.c | 29 char *token; in ncp_getopt() local 33 if ((token = strsep(options, ",")) == NULL) in ncp_getopt() 35 } while (*token == '\0'); in ncp_getopt() 37 *optopt = token; in ncp_getopt() 39 if ((val = strchr (token, '=')) != NULL) { in ncp_getopt() 44 if (!strcmp(opts->name, token)) { in ncp_getopt() 50 caller, token); in ncp_getopt() 61 caller, token, val); in ncp_getopt() 68 caller, val, token); in ncp_getopt() 72 printk(KERN_INFO "%s: Unrecognized mount option %s\n", caller, token); in ncp_getopt()
|
/fs/smbfs/ |
D | getopt.c | 30 char *token; in smb_getopt() local 35 if ((token = strsep(options, ",")) == NULL) in smb_getopt() 37 } while (*token == '\0'); in smb_getopt() 38 *optopt = token; in smb_getopt() 41 if ((val = strchr (token, '=')) != NULL) { in smb_getopt() 49 if (!strcmp(opts[i].name, token)) { in smb_getopt() 52 caller, token); in smb_getopt() 62 printk("%s: Unrecognized mount option %s\n", caller, token); in smb_getopt()
|
/fs/ecryptfs/ |
D | keystore.c | 618 (u8 *)s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet() 619 s->auth_tok->token.password.session_key_encryption_key_bytes); in ecryptfs_write_tag_70_packet() 639 s->auth_tok->token.password.session_key_encryption_key_bytes); in ecryptfs_write_tag_70_packet() 718 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet() 726 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet() 917 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet() 925 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet() 987 (*sig) = auth_tok->token.password.signature; in ecryptfs_get_auth_tok_sig() 990 (*sig) = auth_tok->token.private_key.signature; in ecryptfs_get_auth_tok_sig() 1177 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature, in parse_tag_1_packet() [all …]
|
D | debug.c | 43 ecryptfs_to_hex(salt, auth_tok->token.password.salt, in ecryptfs_dump_auth_tok() 47 if (auth_tok->token.password.flags & in ecryptfs_dump_auth_tok() 51 memcpy(sig, auth_tok->token.password.signature, in ecryptfs_dump_auth_tok()
|
D | main.c | 297 int token; in ecryptfs_parse_options() local 316 token = match_token(p, tokens, args); in ecryptfs_parse_options() 317 switch (token) { in ecryptfs_parse_options()
|
/fs/9p/ |
D | v9fs.c | 104 int token; in v9fs_parse_options() local 107 token = match_token(p, tokens, args); in v9fs_parse_options() 108 if (token < Opt_uname) { in v9fs_parse_options() 117 switch (token) { in v9fs_parse_options()
|
/fs/autofs4/ |
D | dev-ioctl.c | 375 autofs_wqt_t token; in autofs_dev_ioctl_ready() local 377 token = (autofs_wqt_t) param->ready.token; in autofs_dev_ioctl_ready() 378 return autofs4_wait_release(sbi, token, 0); in autofs_dev_ioctl_ready() 389 autofs_wqt_t token; in autofs_dev_ioctl_fail() local 392 token = (autofs_wqt_t) param->fail.token; in autofs_dev_ioctl_fail() 394 return autofs4_wait_release(sbi, token, status); in autofs_dev_ioctl_fail()
|
D | inode.c | 251 int token; in parse_options() local 255 token = match_token(p, tokens, args); in parse_options() 256 switch (token) { in parse_options()
|
/fs/hfsplus/ |
D | options.c | 73 int tmp, token; in hfsplus_parse_options() local 82 token = match_token(p, tokens, args); in hfsplus_parse_options() 83 switch (token) { in hfsplus_parse_options()
|
/fs/gfs2/ |
D | mount.c | 97 int token; in gfs2_mount_args() local 103 token = match_token(o, tokens, tmp); in gfs2_mount_args() 104 switch (token) { in gfs2_mount_args()
|
/fs/nfs/ |
D | nfsroot.c | 188 int token; in root_nfs_parse() local 191 token = match_token(p, tokens, args); in root_nfs_parse() 194 if (token < Opt_soft && match_int(&args[0], &option)) in root_nfs_parse() 196 switch (token) { in root_nfs_parse()
|
D | super.c | 961 int option, token; in nfs_parse_mount_options() local 968 token = match_token(p, nfs_mount_option_tokens, args); in nfs_parse_mount_options() 969 switch (token) { in nfs_parse_mount_options() 1191 token = match_token(string, in nfs_parse_mount_options() 1195 switch (token) { in nfs_parse_mount_options() 1219 token = match_token(string, in nfs_parse_mount_options() 1223 switch (token) { in nfs_parse_mount_options() 1275 token = match_token(string, in nfs_parse_mount_options() 1278 switch (token) { in nfs_parse_mount_options()
|
/fs/btrfs/ |
D | super.c | 138 int token; in btrfs_parse_options() local 142 token = match_token(p, tokens, args); in btrfs_parse_options() 143 switch (token) { in btrfs_parse_options() 259 int token; in btrfs_parse_early_options() local 263 token = match_token(p, tokens, args); in btrfs_parse_early_options() 264 switch (token) { in btrfs_parse_early_options()
|
D | extent_io.h | 264 unsigned long min_len, char **token, char **map, 268 unsigned long min_len, char **token, char **map, 271 void unmap_extent_buffer(struct extent_buffer *eb, char *token, int km);
|
/fs/autofs/ |
D | inode.c | 91 int token; in parse_options() local 95 token = match_token(p, autofs_tokens, args); in parse_options() 96 switch (token) { in parse_options()
|
/fs/hfs/ |
D | super.c | 210 int tmp, token; in parse_options() local 229 token = match_token(p, tokens, args); in parse_options() 230 switch (token) { in parse_options()
|
/fs/ntfs/ |
D | compress.c | 195 int token; /* Loop counter for the eight tokens in tag. */ in ntfs_decompress() local 350 for (token = 0; token < 8; token++, tag >>= 1) { in ntfs_decompress()
|
/fs/afs/ |
D | super.c | 140 int token; in afs_parse_options() local 150 token = match_token(p, afs_options_list, args); in afs_parse_options() 151 switch (token) { in afs_parse_options()
|
/fs/ufs/ |
D | super.c | 343 int token; in ufs_parse_options() local 347 token = match_token(p, tokens, args); in ufs_parse_options() 348 switch (token) { in ufs_parse_options() 1238 while (tp->token != Opt_onerror_panic && tp->token != mval) in ufs_show_options() 1240 BUG_ON(tp->token == Opt_onerror_panic); in ufs_show_options() 1244 while (tp->token != Opt_err && tp->token != mval) in ufs_show_options() 1246 BUG_ON(tp->token == Opt_err); in ufs_show_options()
|
/fs/adfs/ |
D | super.c | 179 int token; in parse_options() local 183 token = match_token(p, tokens, args); in parse_options() 184 switch (token) { in parse_options()
|
/fs/affs/ |
D | super.c | 178 int token, n, option; in parse_options() local 182 token = match_token(p, tokens, args); in parse_options() 183 switch (token) { in parse_options()
|
/fs/devpts/ |
D | inode.c | 110 int token; in parse_mount_options() local 116 token = match_token(p, tokens, args); in parse_mount_options() 117 switch (token) { in parse_mount_options()
|
/fs/omfs/ |
D | inode.c | 366 int token; in parse_options() local 370 token = match_token(p, tokens, args); in parse_options() 371 switch (token) { in parse_options()
|
/fs/hpfs/ |
D | super.c | 258 int token; in parse_opts() local 262 token = match_token(p, tokens, args); in parse_opts() 263 switch (token) { in parse_opts()
|
/fs/fat/ |
D | inode.c | 967 int token; in parse_options() local 971 token = match_token(p, fat_tokens, args); in parse_options() 972 if (token == Opt_err) { in parse_options() 974 token = match_token(p, vfat_tokens, args); in parse_options() 976 token = match_token(p, msdos_tokens, args); in parse_options() 978 switch (token) { in parse_options()
|