Searched refs:pgfrom_base (Results 1 – 1 of 1) sorted by relevance
173 size_t pgfrom_base, size_t len) in _shift_data_right_pages() argument179 BUG_ON(pgto_base <= pgfrom_base); in _shift_data_right_pages()182 pgfrom_base += len; in _shift_data_right_pages()185 pgfrom = pages + (pgfrom_base >> PAGE_CACHE_SHIFT); in _shift_data_right_pages()188 pgfrom_base &= ~PAGE_CACHE_MASK; in _shift_data_right_pages()196 if (pgfrom_base == 0) { in _shift_data_right_pages()197 pgfrom_base = PAGE_CACHE_SIZE; in _shift_data_right_pages()204 if (copy > pgfrom_base) in _shift_data_right_pages()205 copy = pgfrom_base; in _shift_data_right_pages()207 pgfrom_base -= copy; in _shift_data_right_pages()[all …]