Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-integrity.c175 unsigned int journal_pages; member
3846 __u64 journal_pages, journal_desc_size, journal_tree_size; in create_journal() local
3855 journal_pages = roundup((__u64)ic->journal_sections * ic->journal_section_sectors, in create_journal()
3857 journal_desc_size = journal_pages * sizeof(struct page_list); in create_journal()
3858 if (journal_pages >= totalram_pages() - totalhigh_pages() || journal_desc_size > ULONG_MAX) { in create_journal()
3863 ic->journal_pages = journal_pages; in create_journal()
3865 ic->journal = dm_integrity_alloc_page_list(ic->journal_pages); in create_journal()
3897 ic->journal_io = dm_integrity_alloc_page_list(ic->journal_pages); in create_journal()
3921 ic->journal_xor = dm_integrity_alloc_page_list(ic->journal_pages); in create_journal()
3928 sg = kvmalloc_array(ic->journal_pages + 1, in create_journal()
[all …]