Home
last modified time | relevance | path

Searched refs:lastoff (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/ia64/lib/
Ddo_csum.S102 #define lastoff r23 macro
150 and lastoff=7,tmp1 // how many bytes off for last element
152 sub tmp1=8,lastoff // complement to lastoff
/Linux-v4.19/fs/
Diomap.c1209 page_seek_hole_data(struct inode *inode, struct page *page, loff_t *lastoff, in page_seek_hole_data() argument
1217 if (WARN_ON_ONCE(*lastoff >= poff + PAGE_SIZE)) in page_seek_hole_data()
1220 if (*lastoff < poff) { in page_seek_hole_data()
1227 *lastoff = poff; in page_seek_hole_data()
1241 if (offset_in_page(*lastoff) >= off + bsize) in page_seek_hole_data()
1247 *lastoff = poff + off + bsize; in page_seek_hole_data()
1270 loff_t lastoff = offset; in page_cache_seek_hole_data() local
1289 if (page_seek_hole_data(inode, page, &lastoff, whence)) in page_cache_seek_hole_data()
1291 lastoff = page_offset(page) + PAGE_SIZE; in page_cache_seek_hole_data()
1301 if (lastoff < offset + length) in page_cache_seek_hole_data()
[all …]
/Linux-v4.19/fs/xfs/scrub/
Dbmap.c83 xfs_fileoff_t lastoff; member
304 if (irec->br_startoff < info->lastoff) in xchk_bmap_extent()
353 info->lastoff = irec->br_startoff + irec->br_blockcount; in xchk_bmap_extent()
668 info.lastoff = 0; in xchk_bmap()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_btree.c2174 xfs_fileoff_t lastoff; in xfs_da3_swap_lastblock() local
2194 lastoff = args->geo->freeblk; in xfs_da3_swap_lastblock()
2195 error = xfs_bmap_last_before(tp, dp, &lastoff, w); in xfs_da3_swap_lastblock()
2198 if (unlikely(lastoff == 0)) { in xfs_da3_swap_lastblock()
2206 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount; in xfs_da3_swap_lastblock()