Lines Matching refs:log
379 struct p_log *log) in get_secret() argument
393 error_plog(log, "Failed due to key not found: %s", in get_secret()
397 error_plog(log, "Failed due to expired key: %s", in get_secret()
401 error_plog(log, "Failed due to revoked key: %s", in get_secret()
405 error_plog(log, "Failed due to key error %d: %s", in get_secret()
427 struct p_log log = {.prefix = "libceph", .log = l}; in ceph_parse_mon_ips() local
434 error_plog(&log, "Failed to parse monitor IPs: %d", ret); in ceph_parse_mon_ips()
447 struct p_log log = {.prefix = "libceph", .log = l}; in ceph_parse_param() local
449 token = __fs_parse(&log, ceph_parameters, param, &result); in ceph_parse_param()
461 error_plog(&log, "Failed to parse ip: %d", err); in ceph_parse_param()
470 error_plog(&log, "Failed to parse fsid: %d", err); in ceph_parse_param()
489 error_plog(&log, "Failed to parse secret: %d", err); in ceph_parse_param()
500 return get_secret(opt->key, param->string, &log); in ceph_parse_param()
506 error_plog(&log, "Failed to parse CRUSH location: %d", in ceph_parse_param()
594 warn_plog(&log, "Ignoring cephx_require_signatures"); in ceph_parse_param()
596 warn_plog(&log, "Ignoring nocephx_require_signatures, use nocephx_sign_messages"); in ceph_parse_param()
622 return inval_plog(&log, "%s out of range", param->key); in ceph_parse_param()