Searched refs:lastend (Results 1 – 3 of 3) sorted by relevance
859 intmax_t lastend; in gpart_max_free() local882 lastend = start - 1; in gpart_max_free()894 if (partstart - lastend > maxsize) { in gpart_max_free()895 maxsize = partstart - lastend - 1; in gpart_max_free()896 maxstart = lastend + 1; in gpart_max_free()899 lastend = partend; in gpart_max_free()902 if (end - lastend > maxsize) { in gpart_max_free()903 maxsize = end - lastend; in gpart_max_free()904 maxstart = lastend + 1; in gpart_max_free()
274 int64_t lastend; member2110 if (rar->filters.lastend == rar->filters.filterstart) in read_data_compressed()2230 rar->filters.lastend = end; in read_data_compressed()2231 if (rar->filters.lastend != rar->filters.filterstart && rar->bytes_uncopied == 0) { in read_data_compressed()3467 filters->lastend = end; in run_filters()
1024 int rv, ma_offs, offs, len, lastend; in mdstart_swap() local1052 lastend = (bp->bio_offset + bp->bio_length - 1) % PAGE_SIZE + 1; in mdstart_swap()1057 len = ((i == lastp) ? lastend : PAGE_SIZE) - offs; in mdstart_swap()