Home
last modified time | relevance | path

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

/linux-6.15/fs/crypto/
H A Dhooks.c283 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target, in __fscrypt_encrypt_symlink() function
337 EXPORT_SYMBOL_GPL(__fscrypt_encrypt_symlink);
/linux-6.15/include/linux/
H A Dfscrypt.h438 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target,
799 static inline int __fscrypt_encrypt_symlink(struct inode *inode, in __fscrypt_encrypt_symlink() function
1104 return __fscrypt_encrypt_symlink(inode, target, len, disk_link); in fscrypt_encrypt_symlink()