Home
last modified time | relevance | path

Searched refs:error_plog (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ceph/
H A 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()
/kernel/linux/linux-6.6/net/ceph/
H A Dceph_common.c369 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()
/kernel/linux/linux-5.10/include/linux/
H A Dfs_context.h235 #define error_plog(p, fmt, ...) __plog(p, 'e', fmt, ## __VA_ARGS__) macro
247 #define inval_plog(p, fmt, ...) (error_plog(p, fmt, ## __VA_ARGS__), -EINVAL)
/kernel/linux/linux-6.6/include/linux/
H A Dfs_context.h222 #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)

Completed in 4 milliseconds