Searched refs:ubifs_decrypt (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/ubifs/ |
D | crypto.c | 53 int ubifs_decrypt(const struct inode *inode, struct ubifs_data_node *dn, in ubifs_decrypt() function
|
D | ubifs.h | 1842 static inline int ubifs_decrypt(const struct inode *inode, in ubifs_decrypt() function 1854 int ubifs_decrypt(const struct inode *inode, struct ubifs_data_node *dn,
|
D | file.c | 83 err = ubifs_decrypt(inode, dn, &dlen, block); in read_block() 663 err = ubifs_decrypt(inode, dn, &dlen, page_block); in populate_page()
|
D | journal.c | 1302 err = ubifs_decrypt(inode, dn, &dlen, block); in truncate_data_node()
|