Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h133 * @fs_data: If called from fscrypt_set_context(), this will be the
134 * value the filesystem passed to fscrypt_set_context().
355 int fscrypt_set_context(struct inode *inode, void *fs_data);
566 static inline int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() function
/linux/fs/crypto/
H A Dpolicy.c763 * fscrypt_set_context() - Set the fscrypt context of a new inode
772 int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() function
792 EXPORT_SYMBOL_GPL(fscrypt_set_context);
/linux/fs/f2fs/
H A Ddir.c551 err = fscrypt_set_context(inode, folio); in f2fs_init_inode_metadata()
/linux/fs/ubifs/
H A Ddir.c184 err = fscrypt_set_context(inode, NULL); in ubifs_new_inode()
190 ubifs_err(c, "fscrypt_set_context failed: %i", err); in ubifs_new_inode()