/Linux-v5.4/lib/ |
D | parser.c | 133 buf = match_strdup(s); in match_number() 165 buf = match_strdup(s); in match_u64int() 320 char *match_strdup(const substring_t *s) in match_strdup() function 324 EXPORT_SYMBOL(match_strdup);
|
/Linux-v5.4/fs/9p/ |
D | v9fs.c | 252 v9ses->uname = match_strdup(&args[0]); in v9fs_parse_options() 260 v9ses->aname = match_strdup(&args[0]); in v9fs_parse_options() 281 v9ses->cachetag = match_strdup(&args[0]); in v9fs_parse_options() 289 s = match_strdup(&args[0]); in v9fs_parse_options() 306 s = match_strdup(&args[0]); in v9fs_parse_options()
|
/Linux-v5.4/include/linux/ |
D | parser.h | 36 char *match_strdup(const substring_t *);
|
/Linux-v5.4/drivers/nvme/host/ |
D | fabrics.c | 652 p = match_strdup(args); in nvmf_parse_options() 661 p = match_strdup(args); in nvmf_parse_options() 680 p = match_strdup(args); in nvmf_parse_options() 689 p = match_strdup(args); in nvmf_parse_options() 761 p = match_strdup(args); in nvmf_parse_options() 795 p = match_strdup(args); in nvmf_parse_options() 804 p = match_strdup(args); in nvmf_parse_options()
|
/Linux-v5.4/fs/nfs/ |
D | super.c | 1190 *option = match_strdup(args); in nfs_get_option_str() 1199 string = match_strdup(args); in nfs_get_option_ul() 1444 string = match_strdup(args); in nfs_parse_mount_options() 1453 string = match_strdup(args); in nfs_parse_mount_options() 1465 string = match_strdup(args); in nfs_parse_mount_options() 1505 string = match_strdup(args); in nfs_parse_mount_options() 1534 string = match_strdup(args); in nfs_parse_mount_options() 1556 string = match_strdup(args); in nfs_parse_mount_options() 1574 string = match_strdup(args); in nfs_parse_mount_options() 1603 string = match_strdup(args); in nfs_parse_mount_options()
|
/Linux-v5.4/fs/hfs/ |
D | super.c | 325 p = match_strdup(&args[0]); in parse_options() 340 p = match_strdup(&args[0]); in parse_options()
|
/Linux-v5.4/fs/hfsplus/ |
D | options.c | 173 p = match_strdup(&args[0]); in hfsplus_parse_options()
|
/Linux-v5.4/fs/affs/ |
D | super.c | 240 *prefix = match_strdup(&args[0]); in parse_options() 276 char *vol = match_strdup(&args[0]); in parse_options()
|
/Linux-v5.4/fs/overlayfs/ |
D | super.c | 494 config->upperdir = match_strdup(&args[0]); in ovl_parse_opt() 501 config->lowerdir = match_strdup(&args[0]); in ovl_parse_opt() 508 config->workdir = match_strdup(&args[0]); in ovl_parse_opt() 519 config->redirect_mode = match_strdup(&args[0]); in ovl_parse_opt()
|
/Linux-v5.4/fs/cifs/ |
D | connect.c | 1327 string = match_strdup(args); in get_option_ul() 2140 string = match_strdup(args); in cifs_parse_mount_options() 2230 string = match_strdup(args); in cifs_parse_mount_options() 2242 string = match_strdup(args); in cifs_parse_mount_options() 2261 string = match_strdup(args); in cifs_parse_mount_options() 2274 string = match_strdup(args); in cifs_parse_mount_options() 2298 string = match_strdup(args); in cifs_parse_mount_options() 2323 string = match_strdup(args); in cifs_parse_mount_options() 2349 string = match_strdup(args); in cifs_parse_mount_options() 2370 string = match_strdup(args); in cifs_parse_mount_options() [all …]
|
/Linux-v5.4/drivers/target/ |
D | target_core_configfs.c | 1882 i_fabric = match_strdup(args); in target_pr_res_aptpl_metadata_store() 1889 i_port = match_strdup(args); in target_pr_res_aptpl_metadata_store() 1903 isid = match_strdup(args); in target_pr_res_aptpl_metadata_store() 1960 t_fabric = match_strdup(args); in target_pr_res_aptpl_metadata_store() 1967 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
|
D | target_core_iblock.c | 569 arg_p = match_strdup(&args[0]); in iblock_set_configfs_dev_params()
|
D | target_core_file.c | 745 arg_p = match_strdup(&args[0]); in fd_set_configfs_dev_params()
|
/Linux-v5.4/fs/f2fs/ |
D | super.c | 306 qname = match_strdup(args); in f2fs_set_qf_name() 418 name = match_strdup(&args[0]); in parse_options() 585 name = match_strdup(&args[0]); in parse_options() 720 name = match_strdup(&args[0]); in parse_options() 739 name = match_strdup(&args[0]); in parse_options() 756 name = match_strdup(&args[0]); in parse_options()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_super.c | 120 value = match_strdup(s); in suffix_kstrtoint() 221 mp->m_logname = match_strdup(args); in xfs_parseargs() 227 mp->m_rtname = match_strdup(args); in xfs_parseargs()
|
/Linux-v5.4/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 3517 p = match_strdup(args); in srp_parse_options() 3533 p = match_strdup(args); in srp_parse_options() 3549 p = match_strdup(args); in srp_parse_options() 3575 p = match_strdup(args); in srp_parse_options() 3591 p = match_strdup(args); in srp_parse_options() 3608 p = match_strdup(args); in srp_parse_options() 3680 p = match_strdup(args); in srp_parse_options()
|
/Linux-v5.4/fs/erofs/ |
D | super.c | 168 const char *cs = match_strdup(args); in erofs_build_cache_strategy()
|
/Linux-v5.4/fs/btrfs/ |
D | super.c | 635 num = match_strdup(&args[0]); in btrfs_parse_options() 924 device_name = match_strdup(&args[0]); in btrfs_parse_device_options() 978 *subvol_name = match_strdup(&args[0]); in btrfs_parse_subvol_options()
|
/Linux-v5.4/drivers/android/ |
D | binderfs.c | 297 stats = match_strdup(&args[0]); in binderfs_parse_mount_opts()
|
/Linux-v5.4/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 226 char *match_strdup(substring_t *s);
|
/Linux-v5.4/fs/befs/ |
D | linuxvfs.c | 749 opts->iocharset = match_strdup(&args[0]); in parse_options()
|
/Linux-v5.4/net/9p/ |
D | client.c | 178 s = match_strdup(&args[0]); in parse_opts() 199 s = match_strdup(&args[0]); in parse_opts()
|
/Linux-v5.4/fs/ubifs/ |
D | super.c | 1052 char *name = match_strdup(&args[0]); in ubifs_parse_options() 1076 char *act = match_strdup(&args[0]); in ubifs_parse_options()
|
/Linux-v5.4/security/integrity/ima/ |
D | ima_policy.c | 815 entry->lsm[lsm_rule].args_p = match_strdup(args); in ima_lsm_rule_init()
|
/Linux-v5.4/fs/isofs/ |
D | inode.c | 397 popt->iocharset = match_strdup(&args[0]); in parse_options()
|