Lines Matching defs:next
45 struct idmap_range_params *next;
52 struct idmap_domain_info *next;
128 dst->next = NULL;
269 tmp = it->next;
283 for (it = helpers; it != NULL; it = it->next) {
311 struct idmap_domain_info *next;
315 next = ctx->idmap_domain_info;
316 while (next) {
317 dom = next;
318 next = dom->next;
436 for (dom = ctx->idmap_domain_info; dom != NULL; dom = dom->next) {
441 * We'll try the next available slot
544 for (dom = ctx->idmap_domain_info; dom != NULL; dom = dom->next) {
573 for (dom = dom_list; dom != NULL; dom = dom->next) {
635 slice->next = NULL;
679 prev->next = slice;
770 dom->next = ctx->idmap_domain_info;
990 it = it->next;
1096 idmap_domain_info = idmap_domain_info->next;
1145 idmap_domain_info = idmap_domain_info->next;
1203 idmap_domain_info = idmap_domain_info->next;
1212 it = it->next) {
1235 idmap_domain_info = idmap_domain_info->next;
1550 idmap_domain_info = idmap_domain_info->next;
1583 idmap_domain_info = idmap_domain_info->next;