Searched refs:fscrypt_prepare_new_inode (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/crypto/
H A Dkeysetup.c688 * fscrypt_prepare_new_inode() - prepare to create a new inode in a directory
708 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode, function
742 EXPORT_SYMBOL_GPL(fscrypt_prepare_new_inode); variable
/linux-master/include/linux/
H A Dfscrypt.h387 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode,
636 static inline int fscrypt_prepare_new_inode(struct inode *dir, function
/linux-master/fs/ceph/
H A Dcrypto.c160 ret = fscrypt_prepare_new_inode(dir, inode, &encrypted);
/linux-master/fs/ext4/
H A Dialloc.c986 err = fscrypt_prepare_new_inode(dir, inode, &encrypt);
/linux-master/fs/f2fs/
H A Dnamei.c266 err = fscrypt_prepare_new_inode(dir, inode, &encrypt);
/linux-master/fs/ubifs/
H A Ddir.c103 err = fscrypt_prepare_new_inode(dir, inode, &encrypted);
105 ubifs_err(c, "fscrypt_prepare_new_inode failed: %i", err);

Completed in 226 milliseconds