Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/iomap/
Dseek.c18 page_seek_hole_data(struct inode *inode, struct page *page, loff_t *lastoff, in page_seek_hole_data() argument
26 if (WARN_ON_ONCE(*lastoff >= poff + PAGE_SIZE)) in page_seek_hole_data()
29 if (*lastoff < poff) { in page_seek_hole_data()
36 *lastoff = poff; in page_seek_hole_data()
50 if (offset_in_page(*lastoff) >= off + bsize) in page_seek_hole_data()
56 *lastoff = poff + off + bsize; in page_seek_hole_data()
79 loff_t lastoff = offset; in page_cache_seek_hole_data() local
98 if (page_seek_hole_data(inode, page, &lastoff, whence)) in page_cache_seek_hole_data()
100 lastoff = page_offset(page) + PAGE_SIZE; in page_cache_seek_hole_data()
110 if (lastoff < offset + length) in page_cache_seek_hole_data()
[all …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dbmap.c93 xfs_fileoff_t lastoff; member
329 if (irec->br_startoff < info->lastoff) in xchk_bmap_iextent()
383 info->lastoff = irec->br_startoff + irec->br_blockcount; in xchk_bmap_iextent()
717 info.lastoff = 0; in xchk_bmap()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_da_btree.c2272 xfs_fileoff_t lastoff; in xfs_da3_swap_lastblock() local
2292 lastoff = args->geo->freeblk; in xfs_da3_swap_lastblock()
2293 error = xfs_bmap_last_before(tp, dp, &lastoff, w); in xfs_da3_swap_lastblock()
2296 if (XFS_IS_CORRUPT(mp, lastoff == 0)) in xfs_da3_swap_lastblock()
2301 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount; in xfs_da3_swap_lastblock()