Lines Matching refs:lastoff
1099 loff_t lastoff = page_offset(page); in xfs_lookup_buffer_offset() local
1124 *offset = lastoff; in xfs_lookup_buffer_offset()
1127 lastoff += bh->b_size; in xfs_lookup_buffer_offset()
1160 loff_t lastoff = startoff; in xfs_find_get_desired_pgoff() local
1193 if (lastoff == startoff || lastoff < endoff) { in xfs_find_get_desired_pgoff()
1195 *offset = lastoff; in xfs_find_get_desired_pgoff()
1205 if (type == HOLE_OFF && lastoff == startoff && in xfs_find_get_desired_pgoff()
1206 lastoff < page_offset(pvec.pages[0])) { in xfs_find_get_desired_pgoff()
1228 if (type == HOLE_OFF && lastoff < endoff) { in xfs_find_get_desired_pgoff()
1229 *offset = lastoff; in xfs_find_get_desired_pgoff()
1269 lastoff = page_offset(page) + PAGE_SIZE; in xfs_find_get_desired_pgoff()
1280 *offset = lastoff; in xfs_find_get_desired_pgoff()