Lines Matching refs:next
547 old_nl->next = (uint32_t) ((void *) nl -
551 nl->next = 0;
593 info->old_vers->next = (uint32_t) ((void *)info->vers -
598 info->vers->next = 0;
1199 spec->next = outptr - outbuf;
1271 static int next_target(struct dm_target_spec *last, uint32_t next, void *end,
1274 *spec = (struct dm_target_spec *) ((unsigned char *) last + next);
1289 uint32_t next = param->data_start;
1300 r = next_target(spec, next, end, &spec, &target_params);
1315 next = spec->next;