Lines Matching refs:next
31 struct page *curr, *next;
56 if (ctor->next)
57 return ctor->next;
74 struct page *next = z_erofs_pagevec_ctor_next_page(ctor, ctor->nr);
78 ctor->curr = next;
79 ctor->next = NULL;
93 ctor->curr = ctor->next = NULL;
104 ctor->next = z_erofs_pagevec_ctor_next_page(ctor, i);
113 if (!ctor->next) {
130 /* should remind that collector->next never equal to 1, 2 */
131 if (type == (uintptr_t)ctor->next) {
132 ctor->next = page;
145 DBG_BUGON(!ctor->next);
153 /* should remind that collector->next never equal to 1, 2 */
154 if (*type == (uintptr_t)ctor->next)
155 ctor->next = tagptr_unfold_ptr(t);