Home | History | Annotate | Download | only in ext4_utils

Lines Matching refs:last

28 	struct region *last;
73 alloc->list.last = NULL;
75 alloc->oob_list.last = NULL;
113 if (list->last == reg)
114 list->last = reg->prev;
124 list->last = reg;
129 list->last->next = reg;
130 reg->prev = list->last;
131 list->last = reg;
254 /* Reduces an existing allocation by len blocks by return the last blocks
256 returned were the last ones allocated out of the block group */
260 struct region *last_reg = alloc->list.last;
267 struct region *reg = alloc->list.last->prev;
274 alloc->list.last = NULL;
476 3. Put the last set of blocks in the first block group they fit in
487 alloc->list.last = reg;