Searched refs:ria_stoff (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | rw.c | 541 ria->ria_start, ria->ria_end, ria->ria_stoff, ria->ria_length,\ 620 return stride_pg_count(ria->ria_stoff, ria->ria_length, in ria_page_count() 633 (idx >= ria->ria_stoff && (idx - ria->ria_stoff) % in ras_inside_ra_window() 670 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() 672 ria->ria_start, ria->ria_end, ria->ria_stoff, in ll_read_ahead_pages() 674 offset = page_idx - ria->ria_stoff; in ll_read_ahead_pages() 770 ria->ria_stoff = ras->ras_stride_offset; in ll_readahead()
|
D | llite_internal.h | 356 pgoff_t ria_stoff; member
|