Searched refs:fscrypt_prepare_new_inode (Results 1 – 5 of 5) sorted by relevance
/linux/fs/crypto/ |
A D | keysetup.c | 687 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode, in fscrypt_prepare_new_inode() function 718 EXPORT_SYMBOL_GPL(fscrypt_prepare_new_inode);
|
/linux/include/linux/ |
A D | fscrypt.h | 301 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode, 510 static inline int fscrypt_prepare_new_inode(struct inode *dir, in fscrypt_prepare_new_inode() function
|
/linux/fs/f2fs/ |
A D | namei.c | 73 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in f2fs_new_inode()
|
/linux/fs/ubifs/ |
A D | dir.c | 102 err = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ubifs_new_inode()
|
/linux/fs/ext4/ |
A D | ialloc.c | 988 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in __ext4_new_inode()
|
Completed in 20 milliseconds