Searched refs:lastoff (Results 1 – 4 of 4) sorted by relevance
338 loff_t lastoff; in ext4_find_unwritten_pgoff() local343 lastoff = startoff; in ext4_find_unwritten_pgoff()367 if (lastoff == startoff || lastoff < endoff) in ext4_find_unwritten_pgoff()377 if (lastoff == startoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()378 lastoff < page_offset(pvec.pages[0])) { in ext4_find_unwritten_pgoff()391 if (lastoff < endoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()394 *offset = lastoff; in ext4_find_unwritten_pgoff()411 lastoff = page_offset(page); in ext4_find_unwritten_pgoff()424 startoff, lastoff); in ext4_find_unwritten_pgoff()428 lastoff += bh->b_size; in ext4_find_unwritten_pgoff()[all …]
1099 loff_t lastoff = page_offset(page); in xfs_lookup_buffer_offset() local1124 *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() local1193 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()[all …]
101 #define lastoff r23 macro149 and lastoff=7,tmp1 // how many bytes off for last element151 sub tmp1=8,lastoff // complement to lastoff
2130 xfs_fileoff_t lastoff; in xfs_da3_swap_lastblock() local2150 lastoff = args->geo->freeblk; in xfs_da3_swap_lastblock()2151 error = xfs_bmap_last_before(tp, dp, &lastoff, w); in xfs_da3_swap_lastblock()2154 if (unlikely(lastoff == 0)) { in xfs_da3_swap_lastblock()2162 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount; in xfs_da3_swap_lastblock()