Home
last modified time | relevance | path

Searched refs:match_strdup (Results 1 – 30 of 30) sorted by relevance

/linux-4.4.14/fs/9p/
Dv9fs.c204 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.4.14/include/linux/
Dparser.h34 char *match_strdup(const substring_t *);
/linux-4.4.14/lib/
Dparser.c281 char *match_strdup(const substring_t *s) in match_strdup() function
289 EXPORT_SYMBOL(match_strdup);
/linux-4.4.14/fs/nfs/
Dsuper.c1172 *option = match_strdup(args); in nfs_get_option_str()
1181 string = match_strdup(args); in nfs_get_option_ul()
1418 string = match_strdup(args); in nfs_parse_mount_options()
1427 string = match_strdup(args); in nfs_parse_mount_options()
1439 string = match_strdup(args); in nfs_parse_mount_options()
1474 string = match_strdup(args); in nfs_parse_mount_options()
1501 string = match_strdup(args); in nfs_parse_mount_options()
1523 string = match_strdup(args); in nfs_parse_mount_options()
1536 string = match_strdup(args); in nfs_parse_mount_options()
1565 string = match_strdup(args); in nfs_parse_mount_options()
/linux-4.4.14/fs/hfs/
Dsuper.c331 p = match_strdup(&args[0]); in parse_options()
346 p = match_strdup(&args[0]); in parse_options()
/linux-4.4.14/fs/hfsplus/
Doptions.c172 p = match_strdup(&args[0]); in hfsplus_parse_options()
/linux-4.4.14/fs/cifs/
Dconnect.c993 string = match_strdup(args); in get_option_ul()
1636 string = match_strdup(args); in cifs_parse_mount_options()
1726 string = match_strdup(args); in cifs_parse_mount_options()
1738 string = match_strdup(args); in cifs_parse_mount_options()
1757 string = match_strdup(args); in cifs_parse_mount_options()
1770 string = match_strdup(args); in cifs_parse_mount_options()
1794 string = match_strdup(args); in cifs_parse_mount_options()
1819 string = match_strdup(args); in cifs_parse_mount_options()
1844 string = match_strdup(args); in cifs_parse_mount_options()
1856 string = match_strdup(args); in cifs_parse_mount_options()
[all …]
/linux-4.4.14/fs/affs/
Dsuper.c240 *prefix = match_strdup(&args[0]); in parse_options()
276 char *vol = match_strdup(&args[0]); in parse_options()
/linux-4.4.14/fs/overlayfs/
Dsuper.c706 config->upperdir = match_strdup(&args[0]); in ovl_parse_opt()
713 config->lowerdir = match_strdup(&args[0]); in ovl_parse_opt()
720 config->workdir = match_strdup(&args[0]); in ovl_parse_opt()
/linux-4.4.14/fs/btrfs/
Dsuper.c538 num = match_strdup(&args[0]); in btrfs_parse_options()
556 num = match_strdup(&args[0]); in btrfs_parse_options()
799 *subvol_name = match_strdup(&args[0]); in btrfs_parse_early_options()
806 num = match_strdup(&args[0]); in btrfs_parse_early_options()
825 device_name = match_strdup(&args[0]); in btrfs_parse_early_options()
/linux-4.4.14/fs/jffs2/
Dsuper.c196 name = match_strdup(&args[0]); in jffs2_parse_options()
/linux-4.4.14/drivers/target/
Dtarget_core_configfs.c1518 i_fabric = match_strdup(args); in target_pr_res_aptpl_metadata_store()
1525 i_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
1539 isid = match_strdup(args); in target_pr_res_aptpl_metadata_store()
1596 t_fabric = match_strdup(args); in target_pr_res_aptpl_metadata_store()
1603 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
Dtarget_core_user.c1028 arg_p = match_strdup(&args[0]); in tcmu_set_configfs_dev_params()
1039 arg_p = match_strdup(&args[0]); in tcmu_set_configfs_dev_params()
Dtarget_core_file.c645 arg_p = match_strdup(&args[0]); in fd_set_configfs_dev_params()
Dtarget_core_iblock.c534 arg_p = match_strdup(&args[0]); in iblock_set_configfs_dev_params()
/linux-4.4.14/Documentation/zh_CN/
DCodingStyle200 char *match_strdup(substring_t *s);
/linux-4.4.14/security/smack/
Dsmack_lsm.c656 fsdefault = match_strdup(&args[0]); in smack_parse_opts_str()
663 fsfloor = match_strdup(&args[0]); in smack_parse_opts_str()
670 fshat = match_strdup(&args[0]); in smack_parse_opts_str()
677 fsroot = match_strdup(&args[0]); in smack_parse_opts_str()
684 fstransmute = match_strdup(&args[0]); in smack_parse_opts_str()
/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.c2999 p = match_strdup(args); in srp_parse_options()
3009 p = match_strdup(args); in srp_parse_options()
3019 p = match_strdup(args); in srp_parse_options()
3051 p = match_strdup(args); in srp_parse_options()
3105 p = match_strdup(args); in srp_parse_options()
/linux-4.4.14/fs/befs/
Dlinuxvfs.c711 opts->iocharset = match_strdup(&args[0]); in parse_options()
/linux-4.4.14/security/integrity/ima/
Dima_policy.c475 entry->lsm[lsm_rule].args_p = match_strdup(args); in ima_lsm_rule_init()
/linux-4.4.14/fs/exofs/
Dsuper.c103 opts->dev_name = match_strdup(&args[0]); in parse_options()
/linux-4.4.14/net/9p/
Dclient.c162 s = match_strdup(&args[0]); in parse_opts()
183 s = match_strdup(&args[0]); in parse_opts()
/linux-4.4.14/fs/fuse/
Dinode.c461 char *buf = match_strdup(s); in fuse_match_uint()
/linux-4.4.14/fs/isofs/
Dinode.c397 popt->iocharset = match_strdup(&args[0]); in parse_options()
/linux-4.4.14/security/selinux/
Dhooks.c953 context = match_strdup(&args[0]); in selinux_parse_opts_str()
966 fscontext = match_strdup(&args[0]); in selinux_parse_opts_str()
979 rootcontext = match_strdup(&args[0]); in selinux_parse_opts_str()
992 defcontext = match_strdup(&args[0]); in selinux_parse_opts_str()
/linux-4.4.14/fs/f2fs/
Dsuper.c295 name = match_strdup(&args[0]); in parse_options()
/linux-4.4.14/fs/fat/
Dinode.c1189 iocharset = match_strdup(&args[0]); in parse_options()
/linux-4.4.14/fs/ubifs/
Dsuper.c1023 char *name = match_strdup(&args[0]); in ubifs_parse_options()
/linux-4.4.14/fs/ext4/
Dsuper.c1300 qname = match_strdup(args); in set_qf_name()
1595 journal_path = match_strdup(&args[0]); in handle_mount_opt()
/linux-4.4.14/Documentation/
DCodingStyle206 char *match_strdup(substring_t *s);