Searched refs:fscrypt_prepare_new_inode (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/crypto/ |
D | keysetup.c | 615 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode, in fscrypt_prepare_new_inode() function 646 EXPORT_SYMBOL_GPL(fscrypt_prepare_new_inode);
|
/Linux-v5.10/include/linux/ |
D | fscrypt.h | 175 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode, 380 static inline int fscrypt_prepare_new_inode(struct inode *dir, in fscrypt_prepare_new_inode() function
|
/Linux-v5.10/fs/f2fs/ |
D | namei.c | 73 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in f2fs_new_inode()
|
/Linux-v5.10/fs/ext4/ |
D | ialloc.c | 984 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in __ext4_new_inode()
|
/Linux-v5.10/fs/ubifs/ |
D | dir.c | 102 err = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ubifs_new_inode()
|