Home
last modified time | relevance | path

Searched refs:fscrypt_prepare_new_inode (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dfscrypt.h421 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode,
654 static inline int fscrypt_prepare_new_inode(struct inode *dir, in fscrypt_prepare_new_inode() function
/linux/fs/crypto/
H A Dkeysetup.c733 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode, in fscrypt_prepare_new_inode() function
767 EXPORT_SYMBOL_GPL(fscrypt_prepare_new_inode);
/linux/fs/ext4/
H A Dialloc.c997 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in __ext4_new_inode()