Home
last modified time | relevance | path

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

/Linux-v6.6/fs/crypto/
Dkeysetup.c701 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);
/Linux-v6.6/include/linux/
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
/Linux-v6.6/fs/ceph/
Dcrypto.c159 ret = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ceph_fscrypt_prepare_context()
/Linux-v6.6/fs/f2fs/
Dnamei.c266 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in f2fs_new_inode()
/Linux-v6.6/fs/ext4/
Dialloc.c986 err = fscrypt_prepare_new_inode(dir, inode, &encrypt); in __ext4_new_inode()
/Linux-v6.6/fs/ubifs/
Ddir.c103 err = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ubifs_new_inode()