Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dfile.c338 loff_t lastoff; in ext4_find_unwritten_pgoff() local
343 lastoff = startoff; in ext4_find_unwritten_pgoff()
367 if (lastoff == startoff || lastoff < endoff) in ext4_find_unwritten_pgoff()
377 if (lastoff == startoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()
378 lastoff < page_offset(pvec.pages[0])) { in ext4_find_unwritten_pgoff()
391 if (lastoff < endoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()
394 *offset = lastoff; in ext4_find_unwritten_pgoff()
411 lastoff = page_offset(page); in ext4_find_unwritten_pgoff()
424 startoff, lastoff); in ext4_find_unwritten_pgoff()
428 lastoff += bh->b_size; in ext4_find_unwritten_pgoff()
[all …]
/linux-4.1.27/fs/xfs/
Dxfs_file.c1099 loff_t lastoff = page_offset(page); in xfs_lookup_buffer_offset() local
1124 *offset = lastoff; in xfs_lookup_buffer_offset()
1127 lastoff += bh->b_size; in xfs_lookup_buffer_offset()
1160 loff_t lastoff = startoff; in xfs_find_get_desired_pgoff() local
1193 if (lastoff == startoff || lastoff < endoff) { in xfs_find_get_desired_pgoff()
1195 *offset = lastoff; in xfs_find_get_desired_pgoff()
1205 if (type == HOLE_OFF && lastoff == startoff && in xfs_find_get_desired_pgoff()
1206 lastoff < page_offset(pvec.pages[0])) { in xfs_find_get_desired_pgoff()
1228 if (type == HOLE_OFF && lastoff < endoff) { in xfs_find_get_desired_pgoff()
1229 *offset = lastoff; in xfs_find_get_desired_pgoff()
[all …]
/linux-4.1.27/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-4.1.27/fs/xfs/libxfs/
Dxfs_da_btree.c2130 xfs_fileoff_t lastoff; in xfs_da3_swap_lastblock() local
2150 lastoff = args->geo->freeblk; in xfs_da3_swap_lastblock()
2151 error = xfs_bmap_last_before(tp, dp, &lastoff, w); in xfs_da3_swap_lastblock()
2154 if (unlikely(lastoff == 0)) { in xfs_da3_swap_lastblock()
2162 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount; in xfs_da3_swap_lastblock()