Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-integrity.c165 struct page_list *journal_xor; member
825 src_pages[1] = ic->journal_xor[pl_index].page; in xor_journal()
921 if (ic->journal_xor) in encrypt_journal()
3395 ic->journal_xor = dm_integrity_alloc_page_list(ic->journal_pages); in create_journal()
3396 if (!ic->journal_xor) { in create_journal()
3412 char *va = lowmem_page_address(ic->journal_xor[i].page); in create_journal()
3430 DEBUG_bytes(lowmem_page_address(ic->journal_xor[0].page), 64, "xor data"); in create_journal()
4145 dm_integrity_free_page_list(ic->journal_xor); in dm_integrity_dtr()