Lines Matching refs:argstr
289 substring_t argstr[MAX_OPT_ARGS]; in ceph_parse_options() local
322 token = match_token((char *)c, opt_tokens, argstr); in ceph_parse_options()
333 ret = match_int(&argstr[0], &intval); in ceph_parse_options()
342 argstr[0].from); in ceph_parse_options()
348 err = ceph_parse_ips(argstr[0].from, in ceph_parse_options()
349 argstr[0].to, in ceph_parse_options()
358 err = parse_fsid(argstr[0].from, &opt->fsid); in ceph_parse_options()
363 opt->name = kstrndup(argstr[0].from, in ceph_parse_options()
364 argstr[0].to-argstr[0].from, in ceph_parse_options()
373 err = ceph_crypto_key_unarmor(opt->key, argstr[0].from); in ceph_parse_options()
383 err = get_secret(opt->key, argstr[0].from); in ceph_parse_options()