Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-integrity.c180 struct page_list *journal_xor; member
937 src_pages[1] = ic->journal_xor[pl_index].page; in xor_journal()
1035 if (ic->journal_xor) in encrypt_journal()
3921 ic->journal_xor = dm_integrity_alloc_page_list(ic->journal_pages); in create_journal()
3922 if (!ic->journal_xor) { in create_journal()
3938 char *va = lowmem_page_address(ic->journal_xor[i].page); in create_journal()
3957 DEBUG_bytes(lowmem_page_address(ic->journal_xor[0].page), 64, "xor data"); in create_journal()
4714 dm_integrity_free_page_list(ic->journal_xor); in dm_integrity_dtr()