Home
last modified time | relevance | path

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

12

/Linux-v5.15/lib/
Dparser.c136 buf = match_strdup(s); in match_number()
170 buf = match_strdup(s); in match_u64int()
210 char *buf = match_strdup(s); in match_uint()
358 char *match_strdup(const substring_t *s) in match_strdup() function
362 EXPORT_SYMBOL(match_strdup);
/Linux-v5.15/fs/9p/
Dv9fs.c253 v9ses->uname = match_strdup(&args[0]); in v9fs_parse_options()
261 v9ses->aname = match_strdup(&args[0]); in v9fs_parse_options()
282 v9ses->cachetag = match_strdup(&args[0]); in v9fs_parse_options()
290 s = match_strdup(&args[0]); in v9fs_parse_options()
307 s = match_strdup(&args[0]); in v9fs_parse_options()
/Linux-v5.15/drivers/nvme/host/
Dfabrics.c589 p = match_strdup(args); in nvmf_parse_options()
598 p = match_strdup(args); in nvmf_parse_options()
617 p = match_strdup(args); in nvmf_parse_options()
626 p = match_strdup(args); in nvmf_parse_options()
709 p = match_strdup(args); in nvmf_parse_options()
742 p = match_strdup(args); in nvmf_parse_options()
751 p = match_strdup(args); in nvmf_parse_options()
760 p = match_strdup(args); in nvmf_parse_options()
/Linux-v5.15/include/linux/
Dparser.h38 char *match_strdup(const substring_t *);
/Linux-v5.15/drivers/block/rnbd/
Drnbd-clt-sysfs.c93 p = match_strdup(args); in rnbd_clt_parse_map_options()
115 p = match_strdup(args); in rnbd_clt_parse_map_options()
136 p = match_strdup(args); in rnbd_clt_parse_map_options()
163 p = match_strdup(args); in rnbd_clt_parse_map_options()
/Linux-v5.15/fs/hfs/
Dsuper.c324 p = match_strdup(&args[0]); in parse_options()
339 p = match_strdup(&args[0]); in parse_options()
/Linux-v5.15/fs/hfsplus/
Doptions.c173 p = match_strdup(&args[0]); in hfsplus_parse_options()
/Linux-v5.15/fs/affs/
Dsuper.c240 *prefix = match_strdup(&args[0]); in parse_options()
276 char *vol = match_strdup(&args[0]); in parse_options()
/Linux-v5.15/fs/f2fs/
Dsuper.c372 qname = match_strdup(args); in f2fs_set_qf_name()
638 name = match_strdup(&args[0]); in parse_options()
807 name = match_strdup(&args[0]); in parse_options()
940 name = match_strdup(&args[0]); in parse_options()
956 name = match_strdup(&args[0]); in parse_options()
971 name = match_strdup(&args[0]); in parse_options()
1032 name = match_strdup(&args[0]); in parse_options()
1101 name = match_strdup(&args[0]); in parse_options()
1125 name = match_strdup(&args[0]); in parse_options()
1148 name = match_strdup(&args[0]); in parse_options()
[all …]
/Linux-v5.15/fs/overlayfs/
Dsuper.c533 config->upperdir = match_strdup(&args[0]); in ovl_parse_opt()
540 config->lowerdir = match_strdup(&args[0]); in ovl_parse_opt()
547 config->workdir = match_strdup(&args[0]); in ovl_parse_opt()
558 config->redirect_mode = match_strdup(&args[0]); in ovl_parse_opt()
/Linux-v5.15/drivers/infiniband/ulp/srp/
Dib_srp.c3351 p = match_strdup(args); in srp_parse_options()
3367 p = match_strdup(args); in srp_parse_options()
3383 p = match_strdup(args); in srp_parse_options()
3409 p = match_strdup(args); in srp_parse_options()
3425 p = match_strdup(args); in srp_parse_options()
3442 p = match_strdup(args); in srp_parse_options()
3514 p = match_strdup(args); in srp_parse_options()
/Linux-v5.15/drivers/target/
Dtarget_core_configfs.c2001 i_fabric = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2008 i_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2022 isid = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2079 t_fabric = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2086 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
Dtarget_core_iblock.c606 arg_p = match_strdup(&args[0]); in iblock_set_configfs_dev_params()
Dtarget_core_file.c737 arg_p = match_strdup(&args[0]); in fd_set_configfs_dev_params()
/Linux-v5.15/fs/btrfs/
Dsuper.c781 num = match_strdup(&args[0]); in btrfs_parse_options()
1086 device_name = match_strdup(&args[0]); in btrfs_parse_device_options()
1140 *subvol_name = match_strdup(&args[0]); in btrfs_parse_subvol_options()
/Linux-v5.15/Documentation/translations/zh_CN/process/
Dcoding-style.rst226 char *match_strdup(substring_t *s);
/Linux-v5.15/Documentation/translations/zh_TW/process/
Dcoding-style.rst229 char *match_strdup(substring_t *s);
/Linux-v5.15/security/integrity/ima/
Dima_policy.c289 src_copy = match_strdup(src); in ima_alloc_rule_opt_list()
1052 entry->lsm[lsm_rule].args_p = match_strdup(args); in ima_lsm_rule_init()
/Linux-v5.15/fs/befs/
Dlinuxvfs.c750 opts->iocharset = match_strdup(&args[0]); in parse_options()
/Linux-v5.15/fs/ubifs/
Dsuper.c1073 char *name = match_strdup(&args[0]); in ubifs_parse_options()
1097 char *act = match_strdup(&args[0]); in ubifs_parse_options()
/Linux-v5.15/net/9p/
Dclient.c180 s = match_strdup(&args[0]); in parse_opts()
201 s = match_strdup(&args[0]); in parse_opts()
/Linux-v5.15/fs/isofs/
Dinode.c399 popt->iocharset = match_strdup(&args[0]); in parse_options()
/Linux-v5.15/fs/fat/
Dinode.c1300 iocharset = match_strdup(&args[0]); in parse_options()
/Linux-v5.15/Documentation/dev-tools/
Dcheckpatch.rst1040 char *match_strdup(substring_t *s);
/Linux-v5.15/fs/ext4/
Dsuper.c1842 qname = match_strdup(args); in set_qf_name()
2267 journal_path = match_strdup(&args[0]); in handle_mount_opt()

12