Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-integrity.c160 struct page_list *journal_xor; member
649 src_pages[1] = ic->journal_xor[pl_index].page; in xor_journal()
745 if (ic->journal_xor) in encrypt_journal()
2898 ic->journal_xor = dm_integrity_alloc_page_list(ic); in create_journal()
2899 if (!ic->journal_xor) { in create_journal()
2915 char *va = lowmem_page_address(ic->journal_xor[i].page); in create_journal()
2933 DEBUG_bytes(lowmem_page_address(ic->journal_xor[0].page), 64, "xor data"); in create_journal()
3557 dm_integrity_free_page_list(ic, ic->journal_xor); in dm_integrity_dtr()