Home
last modified time | relevance | path

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

/Linux-v4.19/fs/crypto/
Dpolicy.c238 int fscrypt_inherit_context(struct inode *parent, struct inode *child, in fscrypt_inherit_context() function
267 EXPORT_SYMBOL(fscrypt_inherit_context);
/Linux-v4.19/include/linux/
Dfscrypt_notsupp.h89 static inline int fscrypt_inherit_context(struct inode *parent, in fscrypt_inherit_context() function
Dfscrypt_supp.h82 extern int fscrypt_inherit_context(struct inode *, struct inode *,
/Linux-v4.19/fs/f2fs/
Ddir.c393 err = fscrypt_inherit_context(dir, inode, page, false); in f2fs_init_inode_metadata()
/Linux-v4.19/fs/ext4/
Dialloc.c1150 err = fscrypt_inherit_context(dir, inode, handle, true); in __ext4_new_inode()
/Linux-v4.19/fs/ubifs/
Ddir.c186 err = fscrypt_inherit_context(dir, inode, &encrypted, true); in ubifs_new_inode()