Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-integrity.c170 struct page_list *journal_xor; member
842 src_pages[1] = ic->journal_xor[pl_index].page; in xor_journal()
938 if (ic->journal_xor) in encrypt_journal()
3627 ic->journal_xor = dm_integrity_alloc_page_list(ic->journal_pages); in create_journal()
3628 if (!ic->journal_xor) { in create_journal()
3644 char *va = lowmem_page_address(ic->journal_xor[i].page); in create_journal()
3662 DEBUG_bytes(lowmem_page_address(ic->journal_xor[0].page), 64, "xor data"); in create_journal()
4417 dm_integrity_free_page_list(ic->journal_xor); in dm_integrity_dtr()