Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/fs/xfs/scrub/
Dbmap.c93 xfs_fileoff_t lastoff; member
313 if (irec->br_startoff < info->lastoff) in xchk_bmap_iextent()
363 info->lastoff = irec->br_startoff + irec->br_blockcount; in xchk_bmap_iextent()
691 info.lastoff = 0; in xchk_bmap()
/linux-6.1.9/fs/xfs/libxfs/
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()