Lines Matching refs:next_stack
941 struct btrfsic_stack_frame *next_stack;
1046 next_stack =
1048 if (NULL == next_stack) {
1056 next_stack->i = -1;
1057 next_stack->block = sf->next_block;
1058 next_stack->block_ctx =
1060 next_stack->next_block = NULL;
1061 next_stack->hdr = next_hdr;
1062 next_stack->limit_nesting =
1064 next_stack->prev = sf;
1065 sf = next_stack;
1144 next_stack = btrfsic_stack_frame_alloc();
1145 if (NULL == next_stack) {
1150 next_stack->i = -1;
1151 next_stack->block = sf->next_block;
1152 next_stack->block_ctx = &sf->next_block_ctx;
1153 next_stack->next_block = NULL;
1154 next_stack->hdr = next_hdr;
1155 next_stack->limit_nesting =
1157 next_stack->prev = sf;
1158 sf = next_stack;