Home
last modified time | relevance | path

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

12

/Linux-v6.6/fs/9p/
Dv9fs.c255 v9ses->uname = match_strdup(&args[0]); in v9fs_parse_options()
263 v9ses->aname = match_strdup(&args[0]); in v9fs_parse_options()
284 v9ses->cachetag = match_strdup(&args[0]); in v9fs_parse_options()
292 s = match_strdup(&args[0]); in v9fs_parse_options()
309 s = match_strdup(&args[0]); in v9fs_parse_options()
/Linux-v6.6/drivers/nvme/host/
Dfabrics.c691 p = match_strdup(args); in nvmf_parse_options()
700 p = match_strdup(args); in nvmf_parse_options()
719 p = match_strdup(args); in nvmf_parse_options()
728 p = match_strdup(args); in nvmf_parse_options()
814 p = match_strdup(args); in nvmf_parse_options()
843 p = match_strdup(args); in nvmf_parse_options()
852 p = match_strdup(args); in nvmf_parse_options()
861 p = match_strdup(args); in nvmf_parse_options()
931 p = match_strdup(args); in nvmf_parse_options()
945 p = match_strdup(args); in nvmf_parse_options()
/Linux-v6.6/lib/
Dparser.c359 char *match_strdup(const substring_t *s) in match_strdup() function
363 EXPORT_SYMBOL(match_strdup);
/Linux-v6.6/include/linux/
Dparser.h38 char *match_strdup(const substring_t *);
/Linux-v6.6/drivers/block/rnbd/
Drnbd-clt-sysfs.c95 p = match_strdup(args); in rnbd_clt_parse_map_options()
117 p = match_strdup(args); in rnbd_clt_parse_map_options()
138 p = match_strdup(args); in rnbd_clt_parse_map_options()
165 p = match_strdup(args); in rnbd_clt_parse_map_options()
/Linux-v6.6/fs/hfs/
Dsuper.c324 p = match_strdup(&args[0]); in parse_options()
339 p = match_strdup(&args[0]); in parse_options()
/Linux-v6.6/fs/hfsplus/
Doptions.c177 p = match_strdup(&args[0]); in hfsplus_parse_options()
/Linux-v6.6/fs/affs/
Dsuper.c240 *prefix = match_strdup(&args[0]); in parse_options()
276 char *vol = match_strdup(&args[0]); in parse_options()
/Linux-v6.6/fs/f2fs/
Dsuper.c413 qname = match_strdup(args); in f2fs_set_qf_name()
688 name = match_strdup(&args[0]); in parse_options()
860 name = match_strdup(&args[0]); in parse_options()
992 name = match_strdup(&args[0]); in parse_options()
1007 name = match_strdup(&args[0]); in parse_options()
1068 name = match_strdup(&args[0]); in parse_options()
1137 name = match_strdup(&args[0]); in parse_options()
1161 name = match_strdup(&args[0]); in parse_options()
1192 name = match_strdup(&args[0]); in parse_options()
1233 name = match_strdup(&args[0]); in parse_options()
[all …]
/Linux-v6.6/drivers/infiniband/ulp/srp/
Dib_srp.c3348 p = match_strdup(args); in srp_parse_options()
3364 p = match_strdup(args); in srp_parse_options()
3380 p = match_strdup(args); in srp_parse_options()
3407 p = match_strdup(args); in srp_parse_options()
3423 p = match_strdup(args); in srp_parse_options()
3440 p = match_strdup(args); in srp_parse_options()
3536 p = match_strdup(args); in srp_parse_options()
/Linux-v6.6/drivers/target/
Dtarget_core_configfs.c2060 i_fabric = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2067 i_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2081 isid = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2138 t_fabric = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2145 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
Dtarget_core_file.c734 arg_p = match_strdup(&args[0]); in fd_set_configfs_dev_params()
Dtarget_core_iblock.c617 arg_p = match_strdup(&args[0]); in iblock_set_configfs_dev_params()
/Linux-v6.6/fs/btrfs/
Dsuper.c529 num = match_strdup(&args[0]); in btrfs_parse_options()
887 device_name = match_strdup(&args[0]); in btrfs_parse_device_options()
940 *subvol_name = match_strdup(&args[0]); in btrfs_parse_subvol_options()
/Linux-v6.6/Documentation/translations/zh_TW/process/
Dcoding-style.rst229 char *match_strdup(substring_t *s);
/Linux-v6.6/Documentation/translations/zh_CN/process/
Dcoding-style.rst249 char *match_strdup(substring_t *s);
/Linux-v6.6/fs/befs/
Dlinuxvfs.c749 opts->iocharset = match_strdup(&args[0]); in parse_options()
/Linux-v6.6/security/integrity/ima/
Dima_policy.c320 src_copy = match_strdup(src); in ima_alloc_rule_opt_list()
1136 entry->lsm[lsm_rule].args_p = match_strdup(args); in ima_lsm_rule_init()
/Linux-v6.6/fs/ubifs/
Dsuper.c1082 char *name = match_strdup(&args[0]); in ubifs_parse_options()
1106 char *act = match_strdup(&args[0]); in ubifs_parse_options()
/Linux-v6.6/net/9p/
Dclient.c178 s = match_strdup(&args[0]); in parse_opts()
199 s = match_strdup(&args[0]); in parse_opts()
/Linux-v6.6/fs/isofs/
Dinode.c399 popt->iocharset = match_strdup(&args[0]); in parse_options()
/Linux-v6.6/fs/fat/
Dinode.c1299 iocharset = match_strdup(&args[0]); in parse_options()
/Linux-v6.6/Documentation/dev-tools/
Dcheckpatch.rst1128 char *match_strdup(substring_t *s);
/Linux-v6.6/Documentation/translations/it_IT/process/
Dcoding-style.rst285 char *match_strdup(substring_t *s);
/Linux-v6.6/Documentation/process/
Dcoding-style.rst272 char *match_strdup(substring_t *s);

12