Searched refs:lastoff (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/iomap/ |
| D | seek.c | 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, 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 …]
|
| /Linux-v5.4/arch/ia64/lib/ |
| D | do_csum.S | 102 #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-v5.4/fs/xfs/scrub/ |
| D | bmap.c | 75 xfs_fileoff_t lastoff; member 309 if (irec->br_startoff < info->lastoff) in xchk_bmap_iextent() 363 info->lastoff = irec->br_startoff + irec->br_blockcount; in xchk_bmap_iextent() 702 info.lastoff = 0; in xchk_bmap()
|
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_da_btree.c | 2192 xfs_fileoff_t lastoff; in xfs_da3_swap_lastblock() local 2212 lastoff = args->geo->freeblk; in xfs_da3_swap_lastblock() 2213 error = xfs_bmap_last_before(tp, dp, &lastoff, w); in xfs_da3_swap_lastblock() 2216 if (unlikely(lastoff == 0)) { in xfs_da3_swap_lastblock() 2224 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount; in xfs_da3_swap_lastblock()
|