Searched refs:prev_reg (Results 1 – 1 of 1) sorted by relevance
437 struct region *prev_reg = NULL; in ext4_allocate_multiple_contiguous_blocks() local448 if (prev_reg) { in ext4_allocate_multiple_contiguous_blocks()449 prev_reg->next = reg; in ext4_allocate_multiple_contiguous_blocks()450 reg->prev = prev_reg; in ext4_allocate_multiple_contiguous_blocks()453 prev_reg = reg; in ext4_allocate_multiple_contiguous_blocks()