Home
last modified time | relevance | path

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

/linux-6.1.9/fs/verity/
Dfsverity_private.h99 fsverity_msg(const struct inode *inode, const char *level,
103 fsverity_msg((inode), KERN_WARNING, fmt, ##__VA_ARGS__)
105 fsverity_msg((inode), KERN_ERR, fmt, ##__VA_ARGS__)
Dinit.c12 void fsverity_msg(const struct inode *inode, const char *level, in fsverity_msg() function