Home
last modified time | relevance | path

Searched refs:warn_plog (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dfs_context.h223 #define warn_plog(p, fmt, ...) __plog(p, 'w', fmt, ## __VA_ARGS__) macro
/Linux-v6.1/net/ceph/
Dceph_common.c569 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()
/Linux-v6.1/fs/
Dfs_parser.c117 warn_plog(log, "Deprecated parameter '%s'", param->key); in __fs_parse()