Searched refs:error_plog (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/net/ceph/ |
D | ceph_common.c | 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() 410 error_plog(&log, "Failed to parse monitor IPs: %d", ret); in ceph_parse_mon_ips() 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() 481 error_plog(&log, "Failed to parse CRUSH location: %d", in ceph_parse_param()
|
/Linux-v6.6/include/linux/ |
D | fs_context.h | 222 #define error_plog(p, fmt, ...) __plog(p, 'e', fmt, ## __VA_ARGS__) macro 234 #define inval_plog(p, fmt, ...) (error_plog(p, fmt, ## __VA_ARGS__), -EINVAL)
|