Lines Matching refs:lastoff
338 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()
433 lastoff = page_offset(page) + PAGE_SIZE; in ext4_find_unwritten_pgoff()
443 *offset = lastoff; in ext4_find_unwritten_pgoff()