Lines Matching refs:next_stack
888 struct btrfsic_stack_frame *next_stack;
994 next_stack =
996 if (NULL == next_stack) {
1004 next_stack->i = -1;
1005 next_stack->block = sf->next_block;
1006 next_stack->block_ctx =
1008 next_stack->next_block = NULL;
1009 next_stack->hdr = next_hdr;
1010 next_stack->limit_nesting =
1012 next_stack->prev = sf;
1013 sf = next_stack;
1093 next_stack = btrfsic_stack_frame_alloc();
1094 if (NULL == next_stack) {
1099 next_stack->i = -1;
1100 next_stack->block = sf->next_block;
1101 next_stack->block_ctx = &sf->next_block_ctx;
1102 next_stack->next_block = NULL;
1103 next_stack->hdr = next_hdr;
1104 next_stack->limit_nesting =
1106 next_stack->prev = sf;
1107 sf = next_stack;