Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dhooks.c97 int __fscrypt_prepare_lookup(struct inode *dir, struct dentry *dentry, in __fscrypt_prepare_lookup() function
112 EXPORT_SYMBOL_GPL(__fscrypt_prepare_lookup);
/openbmc/linux/include/linux/
H A Dfscrypt.h370 int __fscrypt_prepare_lookup(struct inode *dir, struct dentry *dentry,
691 static inline int __fscrypt_prepare_lookup(struct inode *dir, in __fscrypt_prepare_lookup() function
963 return __fscrypt_prepare_lookup(dir, dentry, fname); in fscrypt_prepare_lookup()