Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-integrity.c180 struct page_list *journal_xor; member
935 src_pages[1] = ic->journal_xor[pl_index].page; in xor_journal()
1033 if (ic->journal_xor) in encrypt_journal()
3844 ic->journal_xor = dm_integrity_alloc_page_list(ic->journal_pages); in create_journal()
3845 if (!ic->journal_xor) { in create_journal()
3861 char *va = lowmem_page_address(ic->journal_xor[i].page); in create_journal()
3880 DEBUG_bytes(lowmem_page_address(ic->journal_xor[0].page), 64, "xor data"); in create_journal()
4630 dm_integrity_free_page_list(ic->journal_xor); in dm_integrity_dtr()