Home
last modified time | relevance | path

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

/Linux-v5.15/fs/crypto/
Dhooks.c242 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target, in __fscrypt_encrypt_symlink() function
296 EXPORT_SYMBOL_GPL(__fscrypt_encrypt_symlink);
/Linux-v5.15/include/linux/
Dfscrypt.h352 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target,
672 static inline int __fscrypt_encrypt_symlink(struct inode *inode, in __fscrypt_encrypt_symlink() function
959 return __fscrypt_encrypt_symlink(inode, target, len, disk_link); in fscrypt_encrypt_symlink()