Home
last modified time | relevance | path

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

/Linux-v5.10/fs/crypto/
Dhooks.c74 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, in __fscrypt_prepare_rename() function
106 EXPORT_SYMBOL_GPL(__fscrypt_prepare_rename);
/Linux-v5.10/include/linux/
Dfscrypt.h211 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry,
490 static inline int __fscrypt_prepare_rename(struct inode *old_dir, in __fscrypt_prepare_rename() function
727 return __fscrypt_prepare_rename(old_dir, old_dentry, in fscrypt_prepare_rename()