Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dhooks.c285 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target, in __fscrypt_encrypt_symlink() function
339 EXPORT_SYMBOL_GPL(__fscrypt_encrypt_symlink);
/linux/include/linux/
H A Dfscrypt.h439 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target,
800 static inline int __fscrypt_encrypt_symlink(struct inode *inode, in __fscrypt_encrypt_symlink() function
1105 return __fscrypt_encrypt_symlink(inode, target, len, disk_link); in fscrypt_encrypt_symlink()