Home
last modified time | relevance | path

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

/openbmc/linux/fs/verity/
H A Dfsverity_private.h95 fsverity_msg(const struct inode *inode, const char *level,
99 fsverity_msg((inode), KERN_WARNING, fmt, ##__VA_ARGS__)
101 fsverity_msg((inode), KERN_ERR, fmt, ##__VA_ARGS__)
H A Dinit.c38 void fsverity_msg(const struct inode *inode, const char *level, in fsverity_msg() function