Lines Matching refs:next_free
151 chunk_t next_free; member
276 chunk_t next_free = ps->next_free; in skip_metadata() local
277 if (sector_div(next_free, stride) == NUM_SNAPSHOT_HDR_CHUNKS) in skip_metadata()
278 ps->next_free++; in skip_metadata()
479 if (ps->next_free <= e.new_chunk) in insert_exceptions()
480 ps->next_free = e.new_chunk + 1; in insert_exceptions()
582 *sectors_allocated = ps->next_free * store->chunk_size; in persistent_usage()
683 if (size < ((ps->next_free + 1) * store->chunk_size)) in persistent_prepare_exception()
686 e->new_chunk = ps->next_free; in persistent_prepare_exception()
692 ps->next_free++; in persistent_prepare_exception()
838 ps->next_free = area_location(ps, ps->current_area) + in persistent_commit_merge()
869 ps->next_free = NUM_SNAPSHOT_HDR_CHUNKS + 1; /* header and 1st area */ in persistent_ctr()