Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dceph_common.c346 substring_t argstr[MAX_OPT_ARGS]; in ceph_parse_options() local
379 token = match_token((char *)c, opt_tokens, argstr); in ceph_parse_options()
390 ret = match_int(&argstr[0], &intval); in ceph_parse_options()
399 argstr[0].from); in ceph_parse_options()
405 err = ceph_parse_ips(argstr[0].from, in ceph_parse_options()
406 argstr[0].to, in ceph_parse_options()
415 err = parse_fsid(argstr[0].from, &opt->fsid); in ceph_parse_options()
420 opt->name = kstrndup(argstr[0].from, in ceph_parse_options()
421 argstr[0].to-argstr[0].from, in ceph_parse_options()
430 err = ceph_crypto_key_unarmor(opt->key, argstr[0].from); in ceph_parse_options()
[all …]
/linux-4.4.14/fs/ceph/
Dsuper.c182 substring_t argstr[MAX_OPT_ARGS]; in parse_fsopt_token() local
185 token = match_token((char *)c, fsopt_tokens, argstr); in parse_fsopt_token()
190 ret = match_int(&argstr[0], &intval); in parse_fsopt_token()
199 argstr[0].from); in parse_fsopt_token()
207 fsopt->snapdir_name = kstrndup(argstr[0].from, in parse_fsopt_token()
208 argstr[0].to-argstr[0].from, in parse_fsopt_token()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-mailbox.c121 char argstr[MAX_MB_ARGUMENTS*11+1]; in dump_mb() local
128 u32arr2hex(mb->args, MAX_MB_ARGUMENTS, argstr)); in dump_mb()
609 char argstr[MAX_MB_ARGUMENTS*11+1]; in cx18_api_call() local
622 u32arr2hex(data, args, argstr)); in cx18_api_call()
626 u32arr2hex(data, args, argstr)); in cx18_api_call()
/linux-4.4.14/drivers/block/
Drbd.c764 substring_t argstr[MAX_OPT_ARGS]; in parse_rbd_opts_token() local
767 token = match_token(c, rbd_opts_tokens, argstr); in parse_rbd_opts_token()
769 ret = match_int(&argstr[0], &intval); in parse_rbd_opts_token()
776 dout("got string token %d val %s\n", token, argstr[0].from); in parse_rbd_opts_token()