Home
last modified time | relevance | path

Searched refs:lastoff (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/iomap/
H A Dseek.c14 * Seek for SEEK_DATA / SEEK_HOLE within @page, starting at @lastoff.
15 * Returns true if found and updates @lastoff to the offset in file.
18 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, whenc in page_cache_seek_hole_data()
[all...]
/kernel/linux/linux-5.10/arch/ia64/lib/
H A Ddo_csum.S102 #define lastoff r23 define
150 and lastoff=7,tmp1 // how many bytes off for last element
152 sub tmp1=8,lastoff // complement to lastoff
170 shr.u tmask=tmask,tmp1 // build tail mask, mask off ]8,lastoff]
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Ddo_csum.S102 #define lastoff r23 define
150 and lastoff=7,tmp1 // how many bytes off for last element
152 sub tmp1=8,lastoff // complement to lastoff
170 shr.u tmask=tmask,tmp1 // build tail mask, mask off ]8,lastoff]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A 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/
H A 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()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_da_btree.c2284 xfs_fileoff_t lastoff; in xfs_da3_swap_lastblock() local
2304 lastoff = args->geo->freeblk; in xfs_da3_swap_lastblock()
2305 error = xfs_bmap_last_before(tp, dp, &lastoff, w); in xfs_da3_swap_lastblock()
2308 if (XFS_IS_CORRUPT(mp, lastoff == 0)) in xfs_da3_swap_lastblock()
2313 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount; in xfs_da3_swap_lastblock()

Completed in 8 milliseconds