Lines Matching refs:log
355 struct p_log *log) in get_secret() argument
369 error_plog(log, "Failed due to key not found: %s", in get_secret()
373 error_plog(log, "Failed due to expired key: %s", in get_secret()
377 error_plog(log, "Failed due to revoked key: %s", in get_secret()
381 error_plog(log, "Failed due to key error %d: %s", in get_secret()
403 struct p_log log = {.prefix = "libceph", .log = l}; in ceph_parse_mon_ips() local
410 error_plog(&log, "Failed to parse monitor IPs: %d", ret); in ceph_parse_mon_ips()
423 struct p_log log = {.prefix = "libceph", .log = l}; in ceph_parse_param() local
425 token = __fs_parse(&log, ceph_parameters, param, &result); in ceph_parse_param()
436 error_plog(&log, "Failed to parse ip: %d", err); in ceph_parse_param()
445 error_plog(&log, "Failed to parse fsid: %d", err); in ceph_parse_param()
464 error_plog(&log, "Failed to parse secret: %d", err); in ceph_parse_param()
475 return get_secret(opt->key, param->string, &log); in ceph_parse_param()
481 error_plog(&log, "Failed to parse CRUSH location: %d", in ceph_parse_param()
569 warn_plog(&log, "Ignoring cephx_require_signatures"); in ceph_parse_param()
571 warn_plog(&log, "Ignoring nocephx_require_signatures, use nocephx_sign_messages"); in ceph_parse_param()
600 return inval_plog(&log, "%s out of range", param->key); in ceph_parse_param()