Home
last modified time | relevance | path

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

/linux/mm/
H A Dfilemap.c3385 unsigned long ra_end; in do_sync_mmap_readahead() local
3390 ra_end = round_up(ra->start + ra->ra_pages, 1UL << ra->order); in do_sync_mmap_readahead()
3391 ra_end = min(ra_end, end); in do_sync_mmap_readahead()
3392 ra->size = ra_end - ra->start; in do_sync_mmap_readahead()
/linux/fs/btrfs/
H A Dextent_io.c970 const u64 ra_end = ra_pos + readahead_length(ractl); in btrfs_readahead_expand() local
980 if (em_end > ra_end) in btrfs_readahead_expand()