Searched refs:lastend (Results 1 – 3 of 3) sorted by relevance
815 intmax_t lastend; in gpart_max_free() local838 lastend = start - 1; in gpart_max_free()850 if (partstart - lastend > maxsize) { in gpart_max_free()851 maxsize = partstart - lastend - 1; in gpart_max_free()852 maxstart = lastend + 1; in gpart_max_free()855 lastend = partend; in gpart_max_free()858 if (end - lastend > maxsize) { in gpart_max_free()859 maxsize = end - lastend; in gpart_max_free()860 maxstart = lastend + 1; in gpart_max_free()
274 int64_t lastend; member2090 if (rar->filters.lastend == rar->filters.filterstart) in read_data_compressed()2197 rar->filters.lastend = end; in read_data_compressed()2198 if (rar->filters.lastend != rar->filters.filterstart && rar->bytes_uncopied == 0) { in read_data_compressed()3403 filters->lastend = end; in run_filters()
1050 int rv, ma_offs, offs, len, lastend; in mdstart_swap() local1076 lastend = (bp->bio_offset + bp->bio_length - 1) % PAGE_SIZE + 1; in mdstart_swap()1082 len = ((i == lastp) ? lastend : PAGE_SIZE) - offs; in mdstart_swap()