Home
last modified time | relevance | path

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

/Linux-v6.6/fs/crypto/
Dhooks.c268 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target, in __fscrypt_encrypt_symlink() function
322 EXPORT_SYMBOL_GPL(__fscrypt_encrypt_symlink);
/Linux-v6.6/include/linux/
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()