Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h389 int fscrypt_set_context(struct inode *inode, void *fs_data);
586 static inline int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() function
/linux/fs/crypto/
H A Dpolicy.c776 int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() function
797 EXPORT_SYMBOL_GPL(fscrypt_set_context);
/linux/fs/ext4/
H A Dialloc.c1326 err = fscrypt_set_context(inode, handle); in __ext4_new_inode()