Home
last modified time | relevance | path

Searched refs:fscrypt_inherit_context (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/crypto/
Dpolicy.c469 int fscrypt_inherit_context(struct inode *parent, struct inode *child, in fscrypt_inherit_context() function
493 EXPORT_SYMBOL(fscrypt_inherit_context);
/Linux-v5.4/include/linux/
Dfscrypt.h140 extern int fscrypt_inherit_context(struct inode *, struct inode *,
379 static inline int fscrypt_inherit_context(struct inode *parent, in fscrypt_inherit_context() function
/Linux-v5.4/fs/f2fs/
Ddir.c503 err = fscrypt_inherit_context(dir, inode, page, false); in f2fs_init_inode_metadata()
/Linux-v5.4/fs/ext4/
Dialloc.c1150 err = fscrypt_inherit_context(dir, inode, handle, true); in __ext4_new_inode()
/Linux-v5.4/fs/ubifs/
Ddir.c174 err = fscrypt_inherit_context(dir, inode, &encrypted, true); in ubifs_new_inode()