Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dchapter-index.c124 u32 *lists_packed) in uds_pack_open_chapter_index_page() argument
142 lists_packed); in uds_pack_open_chapter_index_page()
146 if ((first_list + *lists_packed) == list_count) { in uds_pack_open_chapter_index_page()
149 } else if (*lists_packed == 0) { in uds_pack_open_chapter_index_page()
175 list_number = *lists_packed; in uds_pack_open_chapter_index_page()
Dchapter-index.h47 bool last_page, u32 *lists_packed);
Dvolume.c1109 u32 lists_packed; in write_index_pages() local
1122 &lists_packed); in write_index_pages()
1131 if (lists_packed == 0) { in write_index_pages()
1135 delta_list_number += lists_packed; in write_index_pages()