Home
last modified time | relevance | path

Searched refs:ria_stoff (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Drw.c512 ria->ria_start, ria->ria_end, ria->ria_stoff, ria->ria_length,\
592 return stride_pg_count(ria->ria_stoff, ria->ria_length, in ria_page_count()
605 (idx >= ria->ria_stoff && (idx - ria->ria_stoff) % in ras_inside_ra_window()
642 LASSERTF(page_idx > ria->ria_stoff, "Invalid page_idx %lu rs %lu re %lu ro %lu rl %lu rp %lu\n", in ll_read_ahead_pages()
644 ria->ria_start, ria->ria_end, ria->ria_stoff, in ll_read_ahead_pages()
646 offset = page_idx - ria->ria_stoff; in ll_read_ahead_pages()
742 ria->ria_stoff = ras->ras_stride_offset; in ll_readahead()
Dllite_internal.h348 pgoff_t ria_stoff; member