Lines Matching refs:new_chunk
49 * new_chunk of 0, which is invalid since it would point to the
86 __le64 new_chunk;
91 uint64_t new_chunk;
414 result->new_chunk = le64_to_cpu(de->new_chunk);
424 de->new_chunk = cpu_to_le64(e->new_chunk);
433 de->new_chunk = 0;
458 * If the new_chunk is pointing at the start of
463 if (e.new_chunk == 0LL) {
472 if (ps->next_free <= e.new_chunk)
473 ps->next_free = e.new_chunk + 1;
478 r = callback(callback_context, e.old_chunk, e.new_chunk);
679 e->new_chunk = ps->next_free;
706 ce.new_chunk = e->new_chunk;
786 *last_new_chunk = ce.new_chunk;
797 ce.new_chunk != *last_new_chunk - nr_consecutive)