Lines Matching refs:index
34 unsigned int nr, index;
53 unsigned int index;
59 for (index = 0; index < nr; ++index) {
60 const erofs_vtptr_t t = ctor->pages[index];
84 ctor->index = 0;
105 ctor->index = i;
119 ctor->index + 1 == ctor->nr)
123 if (ctor->index >= ctor->nr)
134 ctor->pages[ctor->index++] = tagptr_fold(erofs_vtptr_t, page, type);
144 if (ctor->index >= ctor->nr) {
149 t = ctor->pages[ctor->index];
157 ctor->pages[ctor->index++] = tagptr_fold(erofs_vtptr_t, NULL, 0);