Home
last modified time | relevance | path

Searched refs:error_plog (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/ceph/
Dceph_common.c373 error_plog(log, "Failed due to key not found: %s", in get_secret()
377 error_plog(log, "Failed due to expired key: %s", in get_secret()
381 error_plog(log, "Failed due to revoked key: %s", in get_secret()
385 error_plog(log, "Failed due to key error %d: %s", in get_secret()
414 error_plog(&log, "Failed to parse monitor IPs: %d", ret); in ceph_parse_mon_ips()
441 error_plog(&log, "Failed to parse ip: %d", err); in ceph_parse_param()
450 error_plog(&log, "Failed to parse fsid: %d", err); in ceph_parse_param()
469 error_plog(&log, "Failed to parse secret: %d", err); in ceph_parse_param()
486 error_plog(&log, "Failed to parse CRUSH location: %d", in ceph_parse_param()
/Linux-v5.10/include/linux/
Dfs_context.h230 #define error_plog(p, fmt, ...) __plog(p, 'e', fmt, ## __VA_ARGS__) macro
242 #define inval_plog(p, fmt, ...) (error_plog(p, fmt, ## __VA_ARGS__), -EINVAL)