Home
last modified time | relevance | path

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

12

/linux-5.19.10/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-5.19.10/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-5.19.10/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()
712 p = match_strdup(args); in nvmf_parse_options()
745 p = match_strdup(args); in nvmf_parse_options()
754 p = match_strdup(args); in nvmf_parse_options()
763 p = match_strdup(args); in nvmf_parse_options()
/linux-5.19.10/include/linux/
Dparser.h38 char *match_strdup(const substring_t *);
/linux-5.19.10/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-5.19.10/fs/hfs/
Dsuper.c324 p = match_strdup(&args[0]); in parse_options()
339 p = match_strdup(&args[0]); in parse_options()
/linux-5.19.10/fs/hfsplus/
Doptions.c173 p = match_strdup(&args[0]); in hfsplus_parse_options()
/linux-5.19.10/fs/affs/
Dsuper.c240 *prefix = match_strdup(&args[0]); in parse_options()
276 char *vol = match_strdup(&args[0]); in parse_options()
/linux-5.19.10/fs/f2fs/
Dsuper.c405 qname = match_strdup(args); in f2fs_set_qf_name()
672 name = match_strdup(&args[0]); in parse_options()
841 name = match_strdup(&args[0]); in parse_options()
978 name = match_strdup(&args[0]); in parse_options()
993 name = match_strdup(&args[0]); in parse_options()
1054 name = match_strdup(&args[0]); in parse_options()
1123 name = match_strdup(&args[0]); in parse_options()
1147 name = match_strdup(&args[0]); in parse_options()
1170 name = match_strdup(&args[0]); in parse_options()
1207 name = match_strdup(&args[0]); in parse_options()
/linux-5.19.10/fs/overlayfs/
Dsuper.c534 config->upperdir = match_strdup(&args[0]); in ovl_parse_opt()
541 config->lowerdir = match_strdup(&args[0]); in ovl_parse_opt()
548 config->workdir = match_strdup(&args[0]); in ovl_parse_opt()
559 config->redirect_mode = match_strdup(&args[0]); in ovl_parse_opt()
/linux-5.19.10/drivers/infiniband/ulp/srp/
Dib_srp.c3361 p = match_strdup(args); in srp_parse_options()
3377 p = match_strdup(args); in srp_parse_options()
3393 p = match_strdup(args); in srp_parse_options()
3419 p = match_strdup(args); in srp_parse_options()
3435 p = match_strdup(args); in srp_parse_options()
3452 p = match_strdup(args); in srp_parse_options()
3524 p = match_strdup(args); in srp_parse_options()
/linux-5.19.10/drivers/target/
Dtarget_core_configfs.c2002 i_fabric = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2009 i_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2023 isid = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2080 t_fabric = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2087 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
Dtarget_core_iblock.c608 arg_p = match_strdup(&args[0]); in iblock_set_configfs_dev_params()
Dtarget_core_file.c741 arg_p = match_strdup(&args[0]); in fd_set_configfs_dev_params()
/linux-5.19.10/Documentation/translations/zh_CN/process/
Dcoding-style.rst226 char *match_strdup(substring_t *s);
/linux-5.19.10/Documentation/translations/zh_TW/process/
Dcoding-style.rst229 char *match_strdup(substring_t *s);
/linux-5.19.10/fs/btrfs/
Dsuper.c837 num = match_strdup(&args[0]); in btrfs_parse_options()
1182 device_name = match_strdup(&args[0]); in btrfs_parse_device_options()
1236 *subvol_name = match_strdup(&args[0]); in btrfs_parse_subvol_options()
/linux-5.19.10/fs/befs/
Dlinuxvfs.c751 opts->iocharset = match_strdup(&args[0]); in parse_options()
/linux-5.19.10/security/integrity/ima/
Dima_policy.c296 src_copy = match_strdup(src); in ima_alloc_rule_opt_list()
1089 entry->lsm[lsm_rule].args_p = match_strdup(args); in ima_lsm_rule_init()
/linux-5.19.10/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-5.19.10/net/9p/
Dclient.c174 s = match_strdup(&args[0]); in parse_opts()
195 s = match_strdup(&args[0]); in parse_opts()
/linux-5.19.10/fs/isofs/
Dinode.c399 popt->iocharset = match_strdup(&args[0]); in parse_options()
/linux-5.19.10/fs/fat/
Dinode.c1304 iocharset = match_strdup(&args[0]); in parse_options()
/linux-5.19.10/Documentation/dev-tools/
Dcheckpatch.rst1121 char *match_strdup(substring_t *s);
/linux-5.19.10/Documentation/translations/it_IT/process/
Dcoding-style.rst285 char *match_strdup(substring_t *s);

12