Lines Matching refs:new_chunk
52 * new_chunk of 0, which is invalid since it would point to the
89 __le64 new_chunk;
94 uint64_t new_chunk;
416 result->new_chunk = le64_to_cpu(de->new_chunk);
426 de->new_chunk = cpu_to_le64(e->new_chunk);
435 de->new_chunk = 0;
460 * If the new_chunk is pointing at the start of
465 if (e.new_chunk == 0LL) {
474 if (ps->next_free <= e.new_chunk)
475 ps->next_free = e.new_chunk + 1;
480 r = callback(callback_context, e.old_chunk, e.new_chunk);
684 e->new_chunk = ps->next_free;
711 ce.new_chunk = e->new_chunk;
791 *last_new_chunk = ce.new_chunk;
802 ce.new_chunk != *last_new_chunk - nr_consecutive)