Searched refs:ubifs_decrypt (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ubifs/ |
| H A D | crypto.c | 64 int ubifs_decrypt(const struct inode *inode, struct ubifs_data_node *dn, in ubifs_decrypt() function
|
| H A D | file.c | 71 err = ubifs_decrypt(inode, dn, &dlen, block); in read_block() 635 err = ubifs_decrypt(inode, dn, &dlen, page_block); in populate_page()
|
| H A D | ubifs.h | 2123 static inline int ubifs_decrypt(const struct inode *inode, in ubifs_decrypt() function 2135 int ubifs_decrypt(const struct inode *inode, struct ubifs_data_node *dn,
|
| H A D | journal.c | 1640 err = ubifs_decrypt(inode, dn, &dlen, block); in truncate_data_node()
|