Searched refs:__fscrypt_encrypt_symlink (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscrypt.h | 250 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target, 563 static inline int __fscrypt_encrypt_symlink(struct inode *inode, in __fscrypt_encrypt_symlink() function 853 return __fscrypt_encrypt_symlink(inode, target, len, disk_link); in fscrypt_encrypt_symlink()
|
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | hooks.c | 235 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target, in __fscrypt_encrypt_symlink() function 289 EXPORT_SYMBOL_GPL(__fscrypt_encrypt_symlink); variable
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | hooks.c | 268 int __fscrypt_encrypt_symlink(struct inode *inode, const char *target, in __fscrypt_encrypt_symlink() function 322 EXPORT_SYMBOL_GPL(__fscrypt_encrypt_symlink); variable
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscrypt.h | 380 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()
|
Completed in 5 milliseconds