Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dhooks.c268 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target, in __fscrypt_encrypt_symlink() function
322 EXPORT_SYMBOL_GPL(__fscrypt_encrypt_symlink);
/openbmc/linux/include/linux/
H A Dfscrypt.h380 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target,
737 static inline int __fscrypt_encrypt_symlink(struct inode *inode, in __fscrypt_encrypt_symlink() function
1039 return __fscrypt_encrypt_symlink(inode, target, len, disk_link); in fscrypt_encrypt_symlink()