Searched refs:__fscrypt_prepare_rename (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscrypt.h | 240 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, 525 static inline int __fscrypt_prepare_rename(struct inode *old_dir, in __fscrypt_prepare_rename() function 768 return __fscrypt_prepare_rename(old_dir, old_dentry, in fscrypt_prepare_rename()
|
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | hooks.c | 72 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, in __fscrypt_prepare_rename() function 105 EXPORT_SYMBOL_GPL(__fscrypt_prepare_rename); variable
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | hooks.c | 69 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, in __fscrypt_prepare_rename() function 95 EXPORT_SYMBOL_GPL(__fscrypt_prepare_rename); variable
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscrypt.h | 367 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()
|
Completed in 5 milliseconds