Home
last modified time | relevance | path

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

/fs/crypto/
Dpolicy.c508 int fscrypt_inherit_context(struct inode *parent, struct inode *child, in fscrypt_inherit_context() function
532 EXPORT_SYMBOL(fscrypt_inherit_context);
/fs/f2fs/
Ddir.c503 err = fscrypt_inherit_context(dir, inode, page, false); in f2fs_init_inode_metadata()
/fs/ext4/
Dialloc.c1145 err = fscrypt_inherit_context(dir, inode, handle, true); in __ext4_new_inode()
/fs/ubifs/
Ddir.c174 err = fscrypt_inherit_context(dir, inode, &encrypted, true); in ubifs_new_inode()