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 | ubifs.h | 2124 static inline int ubifs_decrypt(const struct inode *inode, in ubifs_decrypt() function 2136 int ubifs_decrypt(const struct inode *inode, struct ubifs_data_node *dn,
|
H A D | file.c | 71 err = ubifs_decrypt(inode, dn, &dlen, block); in read_block() 643 err = ubifs_decrypt(inode, dn, &dlen, page_block); in populate_page()
|
H A D | journal.c | 1636 err = ubifs_decrypt(inode, dn, &dlen, block); in truncate_data_node()
|