Home
last modified time | relevance | path

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

/linux-4.19.296/fs/crypto/
Dhooks.c168 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target, in __fscrypt_encrypt_symlink() function
208 EXPORT_SYMBOL_GPL(__fscrypt_encrypt_symlink);
/linux-4.19.296/include/linux/
Dfscrypt.h256 return __fscrypt_encrypt_symlink(inode, target, len, disk_link); in fscrypt_encrypt_symlink()
Dfscrypt_supp.h228 extern int __fscrypt_encrypt_symlink(struct inode *inode, const char *target,
Dfscrypt_notsupp.h221 static inline int __fscrypt_encrypt_symlink(struct inode *inode, in __fscrypt_encrypt_symlink() function