Home | History | Annotate | Download | only in block

Lines Matching refs:last_index

426     int64_t refcount_block_offset, int first_index, int last_index)
441 last_index = (last_index + REFCOUNTS_PER_SECTOR)
444 size = (last_index - first_index) << REFCOUNT_SHIFT;
465 int first_index = -1, last_index = -1;
493 first_index, last_index);
499 last_index = -1;
516 if (block_index > last_index) {
517 last_index = block_index;
539 first_index, last_index);