Lines Matching refs:lastoff
1137 loff_t lastoff = page_offset(page); in xfs_lookup_buffer_offset() local
1162 *offset = lastoff; in xfs_lookup_buffer_offset()
1165 lastoff += bh->b_size; in xfs_lookup_buffer_offset()
1198 loff_t lastoff = startoff; in xfs_find_get_desired_pgoff() local
1231 if (lastoff == startoff || lastoff < endoff) { in xfs_find_get_desired_pgoff()
1233 *offset = lastoff; in xfs_find_get_desired_pgoff()
1243 if (type == HOLE_OFF && lastoff == startoff && in xfs_find_get_desired_pgoff()
1244 lastoff < page_offset(pvec.pages[0])) { in xfs_find_get_desired_pgoff()
1266 if (type == HOLE_OFF && lastoff < endoff) { in xfs_find_get_desired_pgoff()
1267 *offset = lastoff; in xfs_find_get_desired_pgoff()
1307 lastoff = page_offset(page) + PAGE_SIZE; in xfs_find_get_desired_pgoff()
1318 *offset = lastoff; in xfs_find_get_desired_pgoff()