Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/crypto/
H A Dkeysetup.c637 * fscrypt_prepare_new_inode() - prepare to create a new inode in a directory
657 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode, in fscrypt_prepare_new_inode() function
688 EXPORT_SYMBOL_GPL(fscrypt_prepare_new_inode); variable
/kernel/linux/linux-5.10/include/linux/
H A Dfscrypt.h204 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode,
415 static inline int fscrypt_prepare_new_inode(struct inode *dir, in fscrypt_prepare_new_inode() function
/kernel/linux/linux-6.6/fs/crypto/
H A Dkeysetup.c681 * fscrypt_prepare_new_inode() - prepare to create a new inode in a directory
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); variable
/kernel/linux/linux-6.6/include/linux/
H A Dfscrypt.h327 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
/kernel/linux/linux-6.6/fs/ceph/
H A Dcrypto.c159 ret = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ceph_fscrypt_prepare_context()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dnamei.c73 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in f2fs_new_inode()
/kernel/linux/linux-5.10/fs/ext4/
H A Dialloc.c985 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in __ext4_new_inode()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dnamei.c266 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in f2fs_new_inode()
/kernel/linux/linux-5.10/fs/ubifs/
H A Ddir.c102 err = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ubifs_new_inode()
104 ubifs_err(c, "fscrypt_prepare_new_inode failed: %i", err); in ubifs_new_inode()
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddir.c103 err = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ubifs_new_inode()
105 ubifs_err(c, "fscrypt_prepare_new_inode failed: %i", err); in ubifs_new_inode()
/kernel/linux/linux-6.6/fs/ext4/
H A Dialloc.c986 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in __ext4_new_inode()

Completed in 16 milliseconds