Searched refs:fscrypt_prepare_new_inode (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/crypto/ |
H A D | keysetup.c | 701 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode, in fscrypt_prepare_new_inode() function 732 EXPORT_SYMBOL_GPL(fscrypt_prepare_new_inode);
|
/openbmc/linux/include/linux/ |
H A D | fscrypt.h | 327 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode, 571 static inline int fscrypt_prepare_new_inode(struct inode *dir, in fscrypt_prepare_new_inode() function
|
/openbmc/linux/fs/ceph/ |
H A D | crypto.c | 159 ret = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ceph_fscrypt_prepare_context()
|
/openbmc/linux/fs/f2fs/ |
H A D | namei.c | 266 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in f2fs_new_inode()
|
/openbmc/linux/fs/ubifs/ |
H A D | dir.c | 103 err = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ubifs_new_inode()
|
/openbmc/linux/fs/ext4/ |
H A D | ialloc.c | 989 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in __ext4_new_inode()
|