Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/lib/
Ddo_csum.S101 #define lastoff r23 macro
149 and lastoff=7,tmp1 // how many bytes off for last element
151 sub tmp1=8,lastoff // complement to lastoff
/linux-2.6.39/fs/xfs/
Dxfs_da_btree.c1666 xfs_fileoff_t lastoff; in xfs_da_swap_lastblock() local
1683 lastoff = mp->m_dirfreeblk; in xfs_da_swap_lastblock()
1684 error = xfs_bmap_last_before(tp, ip, &lastoff, w); in xfs_da_swap_lastblock()
1687 if (unlikely(lastoff == 0)) { in xfs_da_swap_lastblock()
1695 last_blkno = (xfs_dablk_t)lastoff - mp->m_dirblkfsbs; in xfs_da_swap_lastblock()