Home
last modified time | relevance | path

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

/Linux-v6.6/fs/crypto/
Dhooks.c69 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, in __fscrypt_prepare_rename() function
95 EXPORT_SYMBOL_GPL(__fscrypt_prepare_rename);
/Linux-v6.6/include/linux/
Dfscrypt.h367 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry,
682 static inline int __fscrypt_prepare_rename(struct inode *old_dir, in __fscrypt_prepare_rename() function
930 return __fscrypt_prepare_rename(old_dir, old_dentry, in fscrypt_prepare_rename()