Lines Matching refs:param
418 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, in ceph_parse_param() argument
425 token = __fs_parse(&log, ceph_parameters, param, &result); in ceph_parse_param()
426 dout("%s fs_parse '%s' token %d\n", __func__, param->key, token); in ceph_parse_param()
432 err = ceph_parse_ips(param->string, in ceph_parse_param()
433 param->string + param->size, in ceph_parse_param()
443 err = ceph_parse_fsid(param->string, &opt->fsid); in ceph_parse_param()
452 opt->name = param->string; in ceph_parse_param()
453 param->string = NULL; in ceph_parse_param()
462 err = ceph_crypto_key_unarmor(opt->key, param->string); in ceph_parse_param()
475 return get_secret(opt->key, param->string, &log); in ceph_parse_param()
478 err = ceph_parse_crush_location(param->string, in ceph_parse_param()
600 return inval_plog(&log, "%s out of range", param->key); in ceph_parse_param()