Home
last modified time | relevance | path

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

/linux/fs/verity/
H A Dfsverity_private.h103 fsverity_msg(const struct inode *inode, const char *level,
107 fsverity_msg((inode), KERN_WARNING, fmt, ##__VA_ARGS__)
109 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