Lines Matching refs:next_free
151 chunk_t next_free;
276 chunk_t next_free = ps->next_free;
277 if (sector_div(next_free, stride) == NUM_SNAPSHOT_HDR_CHUNKS)
278 ps->next_free++;
472 if (ps->next_free <= e.new_chunk)
473 ps->next_free = e.new_chunk + 1;
575 *sectors_allocated = ps->next_free * store->chunk_size;
676 if (size < ((ps->next_free + 1) * store->chunk_size))
679 e->new_chunk = ps->next_free;
685 ps->next_free++;
822 * At this stage, only persistent_usage() uses ps->next_free, so
823 * we make no attempt to keep ps->next_free strictly accurate
831 ps->next_free = area_location(ps, ps->current_area) +
862 ps->next_free = NUM_SNAPSHOT_HDR_CHUNKS + 1; /* header and 1st area */