Home
last modified time | relevance | path

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

/linux-6.15/fs/crypto/
H A Dhooks.c89 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, in __fscrypt_prepare_rename() function
115 EXPORT_SYMBOL_GPL(__fscrypt_prepare_rename);
/linux-6.15/include/linux/
H A Dfscrypt.h425 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry,
744 static inline int __fscrypt_prepare_rename(struct inode *old_dir, in __fscrypt_prepare_rename() function
992 return __fscrypt_prepare_rename(old_dir, old_dentry, in fscrypt_prepare_rename()