Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/crypto/
Dfscrypt_private.h270 fscrypt_msg(const struct inode *inode, const char *level, const char *fmt, ...);
273 fscrypt_msg((inode), KERN_WARNING, fmt, ##__VA_ARGS__)
275 fscrypt_msg((inode), KERN_ERR, fmt, ##__VA_ARGS__)
Dcrypto.c332 void fscrypt_msg(const struct inode *inode, const char *level, in fscrypt_msg() function