Home
last modified time | relevance | path

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

/Linux-v5.4/fs/crypto/
Dhooks.c125 int __fscrypt_prepare_symlink(struct inode *dir, unsigned int len, in __fscrypt_prepare_symlink() function
166 EXPORT_SYMBOL_GPL(__fscrypt_prepare_symlink);
/Linux-v5.4/include/linux/
Dfscrypt.h263 extern int __fscrypt_prepare_symlink(struct inode *dir, unsigned int len,
529 static inline int __fscrypt_prepare_symlink(struct inode *dir, in __fscrypt_prepare_symlink() function
735 return __fscrypt_prepare_symlink(dir, len, max_len, disk_link); in fscrypt_prepare_symlink()