Searched refs:st_pgs (Results 1 – 1 of 1) sorted by relevance
551 stride_pg_count(pgoff_t st_off, unsigned long st_len, unsigned long st_pgs, in stride_pg_count() argument564 if (start_left < st_pgs) in stride_pg_count()565 start_left = st_pgs - start_left; in stride_pg_count()570 if (end_left > st_pgs) in stride_pg_count()571 end_left = st_pgs; in stride_pg_count()577 pg_count = end_left - (st_pgs - start_left); in stride_pg_count()579 pg_count = start_left + st_pgs * (end - start - 1) + end_left; in stride_pg_count()582 st_off, st_len, st_pgs, off, length, pg_count); in stride_pg_count()