/linux-4.1.27/fs/9p/ |
D | v9fs.c | 204 v9ses->uname = match_strdup(&args[0]); in v9fs_parse_options() 212 v9ses->aname = match_strdup(&args[0]); in v9fs_parse_options() 232 v9ses->cachetag = match_strdup(&args[0]); in v9fs_parse_options() 236 s = match_strdup(&args[0]); in v9fs_parse_options() 254 s = match_strdup(&args[0]); in v9fs_parse_options()
|
/linux-4.1.27/include/linux/ |
D | parser.h | 34 char *match_strdup(const substring_t *);
|
/linux-4.1.27/lib/ |
D | parser.c | 281 char *match_strdup(const substring_t *s) in match_strdup() function 289 EXPORT_SYMBOL(match_strdup);
|
/linux-4.1.27/fs/nfs/ |
D | super.c | 1169 *option = match_strdup(args); in nfs_get_option_str() 1178 string = match_strdup(args); in nfs_get_option_ul() 1415 string = match_strdup(args); in nfs_parse_mount_options() 1424 string = match_strdup(args); in nfs_parse_mount_options() 1436 string = match_strdup(args); in nfs_parse_mount_options() 1471 string = match_strdup(args); in nfs_parse_mount_options() 1498 string = match_strdup(args); in nfs_parse_mount_options() 1520 string = match_strdup(args); in nfs_parse_mount_options() 1533 string = match_strdup(args); in nfs_parse_mount_options() 1562 string = match_strdup(args); in nfs_parse_mount_options()
|
/linux-4.1.27/fs/hfs/ |
D | super.c | 330 p = match_strdup(&args[0]); in parse_options() 345 p = match_strdup(&args[0]); in parse_options()
|
/linux-4.1.27/fs/hfsplus/ |
D | options.c | 172 p = match_strdup(&args[0]); in hfsplus_parse_options()
|
/linux-4.1.27/fs/cifs/ |
D | connect.c | 982 string = match_strdup(args); in get_option_ul() 1592 string = match_strdup(args); in cifs_parse_mount_options() 1682 string = match_strdup(args); in cifs_parse_mount_options() 1694 string = match_strdup(args); in cifs_parse_mount_options() 1713 string = match_strdup(args); in cifs_parse_mount_options() 1726 string = match_strdup(args); in cifs_parse_mount_options() 1750 string = match_strdup(args); in cifs_parse_mount_options() 1775 string = match_strdup(args); in cifs_parse_mount_options() 1800 string = match_strdup(args); in cifs_parse_mount_options() 1812 string = match_strdup(args); in cifs_parse_mount_options() [all …]
|
/linux-4.1.27/fs/overlayfs/ |
D | super.c | 602 config->upperdir = match_strdup(&args[0]); in ovl_parse_opt() 609 config->lowerdir = match_strdup(&args[0]); in ovl_parse_opt() 616 config->workdir = match_strdup(&args[0]); in ovl_parse_opt()
|
/linux-4.1.27/fs/affs/ |
D | super.c | 239 *prefix = match_strdup(&args[0]); in parse_options() 275 char *vol = match_strdup(&args[0]); in parse_options()
|
/linux-4.1.27/fs/btrfs/ |
D | super.c | 552 num = match_strdup(&args[0]); in btrfs_parse_options() 570 num = match_strdup(&args[0]); in btrfs_parse_options() 797 *subvol_name = match_strdup(&args[0]); in btrfs_parse_early_options() 804 num = match_strdup(&args[0]); in btrfs_parse_early_options() 823 device_name = match_strdup(&args[0]); in btrfs_parse_early_options()
|
/linux-4.1.27/fs/jffs2/ |
D | super.c | 196 name = match_strdup(&args[0]); in jffs2_parse_options()
|
/linux-4.1.27/drivers/target/ |
D | target_core_configfs.c | 1063 i_fabric = match_strdup(args); in target_core_dev_pr_store_attr_res_aptpl_metadata() 1070 i_port = match_strdup(args); in target_core_dev_pr_store_attr_res_aptpl_metadata() 1084 isid = match_strdup(args); in target_core_dev_pr_store_attr_res_aptpl_metadata() 1132 t_fabric = match_strdup(args); in target_core_dev_pr_store_attr_res_aptpl_metadata() 1139 t_port = match_strdup(args); in target_core_dev_pr_store_attr_res_aptpl_metadata()
|
D | target_core_user.c | 981 arg_p = match_strdup(&args[0]); in tcmu_set_configfs_dev_params() 992 arg_p = match_strdup(&args[0]); in tcmu_set_configfs_dev_params()
|
D | target_core_iblock.c | 574 arg_p = match_strdup(&args[0]); in iblock_set_configfs_dev_params()
|
D | target_core_file.c | 757 arg_p = match_strdup(&args[0]); in fd_set_configfs_dev_params()
|
/linux-4.1.27/Documentation/zh_CN/ |
D | CodingStyle | 200 char *match_strdup(substring_t *s);
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 2944 p = match_strdup(args); in srp_parse_options() 2954 p = match_strdup(args); in srp_parse_options() 2964 p = match_strdup(args); in srp_parse_options() 2996 p = match_strdup(args); in srp_parse_options() 3050 p = match_strdup(args); in srp_parse_options()
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 728 opts->iocharset = match_strdup(&args[0]); in parse_options()
|
/linux-4.1.27/security/integrity/ima/ |
D | ima_policy.c | 475 entry->lsm[lsm_rule].args_p = match_strdup(args); in ima_lsm_rule_init()
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 103 opts->dev_name = match_strdup(&args[0]); in parse_options()
|
/linux-4.1.27/net/9p/ |
D | client.c | 162 s = match_strdup(&args[0]); in parse_opts() 183 s = match_strdup(&args[0]); in parse_opts()
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 937 context = match_strdup(&args[0]); in selinux_parse_opts_str() 950 fscontext = match_strdup(&args[0]); in selinux_parse_opts_str() 963 rootcontext = match_strdup(&args[0]); in selinux_parse_opts_str() 976 defcontext = match_strdup(&args[0]); in selinux_parse_opts_str()
|
/linux-4.1.27/fs/f2fs/ |
D | super.c | 281 name = match_strdup(&args[0]); in parse_options()
|
/linux-4.1.27/fs/fuse/ |
D | inode.c | 461 char *buf = match_strdup(s); in fuse_match_uint()
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 397 popt->iocharset = match_strdup(&args[0]); in parse_options()
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 935 qname = match_strdup(args); in set_qf_name() 1158 journal_path = match_strdup(&args[0]); in parse_options()
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 1188 iocharset = match_strdup(&args[0]); in parse_options()
|
/linux-4.1.27/fs/ubifs/ |
D | super.c | 1019 char *name = match_strdup(&args[0]); in ubifs_parse_options()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1283 qname = match_strdup(args); in set_qf_name() 1572 journal_path = match_strdup(&args[0]); in handle_mount_opt()
|
/linux-4.1.27/Documentation/ |
D | CodingStyle | 206 char *match_strdup(substring_t *s);
|