Home
last modified time | relevance | path

Searched refs:argstr (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/ceph/
Dceph_common.c353 substring_t argstr[MAX_OPT_ARGS]; in ceph_parse_options() local
386 token = match_token((char *)c, opt_tokens, argstr); in ceph_parse_options()
397 err = match_int(&argstr[0], &intval); in ceph_parse_options()
405 argstr[0].from); in ceph_parse_options()
411 err = ceph_parse_ips(argstr[0].from, in ceph_parse_options()
412 argstr[0].to, in ceph_parse_options()
421 err = parse_fsid(argstr[0].from, &opt->fsid); in ceph_parse_options()
427 opt->name = kstrndup(argstr[0].from, in ceph_parse_options()
428 argstr[0].to-argstr[0].from, in ceph_parse_options()
444 err = ceph_crypto_key_unarmor(opt->key, argstr[0].from); in ceph_parse_options()
[all …]
/Linux-v4.19/fs/ceph/
Dsuper.c212 substring_t argstr[MAX_OPT_ARGS]; in parse_fsopt_token() local
215 token = match_token((char *)c, fsopt_tokens, argstr); in parse_fsopt_token()
220 ret = match_int(&argstr[0], &intval); in parse_fsopt_token()
228 argstr[0].from); in parse_fsopt_token()
236 fsopt->snapdir_name = kstrndup(argstr[0].from, in parse_fsopt_token()
237 argstr[0].to-argstr[0].from, in parse_fsopt_token()
244 fsopt->mds_namespace = kstrndup(argstr[0].from, in parse_fsopt_token()
245 argstr[0].to-argstr[0].from, in parse_fsopt_token()
252 fsopt->fscache_uniq = kstrndup(argstr[0].from, in parse_fsopt_token()
253 argstr[0].to-argstr[0].from, in parse_fsopt_token()
/Linux-v4.19/kernel/cgroup/
Drdma.c364 substring_t argstr; in parse_resource() local
379 argstr.from = value; in parse_resource()
380 argstr.to = value + len; in parse_resource()
382 ret = match_int(&argstr, intval); in parse_resource()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-mailbox.c116 char argstr[MAX_MB_ARGUMENTS*11+1]; in dump_mb() local
123 u32arr2hex(mb->args, MAX_MB_ARGUMENTS, argstr)); in dump_mb()
598 char argstr[MAX_MB_ARGUMENTS*11+1]; in cx18_api_call() local
611 u32arr2hex(data, args, argstr)); in cx18_api_call()
615 u32arr2hex(data, args, argstr)); in cx18_api_call()
/Linux-v4.19/drivers/block/
Drbd.c790 substring_t argstr[MAX_OPT_ARGS]; in parse_rbd_opts_token() local
793 token = match_token(c, rbd_opts_tokens, argstr); in parse_rbd_opts_token()
795 ret = match_int(&argstr[0], &intval); in parse_rbd_opts_token()
802 dout("got string token %d val %s\n", token, argstr[0].from); in parse_rbd_opts_token()
825 pctx->spec->pool_ns = match_strdup(argstr); in parse_rbd_opts_token()