Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h424 void fscrypt_free_inode(struct inode *inode);
668 static inline void fscrypt_free_inode(struct inode *inode) in fscrypt_free_inode() function
/linux/fs/crypto/
H A Dkeysetup.c798 void fscrypt_free_inode(struct inode *inode) in fscrypt_free_inode() function
805 EXPORT_SYMBOL(fscrypt_free_inode);
/linux/fs/ext4/
H A Dsuper.c1462 fscrypt_free_inode(inode); in ext4_free_in_core_inode()