Lines Matching refs:lastoff
447 loff_t lastoff; in ext4_find_unwritten_pgoff() local
452 lastoff = startoff; in ext4_find_unwritten_pgoff()
476 if (lastoff == startoff || lastoff < endoff) in ext4_find_unwritten_pgoff()
486 if (lastoff == startoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()
487 lastoff < page_offset(pvec.pages[0])) { in ext4_find_unwritten_pgoff()
500 if (lastoff < endoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()
503 *offset = lastoff; in ext4_find_unwritten_pgoff()
520 lastoff = page_offset(page); in ext4_find_unwritten_pgoff()
533 startoff, lastoff); in ext4_find_unwritten_pgoff()
537 lastoff += bh->b_size; in ext4_find_unwritten_pgoff()
542 lastoff = page_offset(page) + PAGE_SIZE; in ext4_find_unwritten_pgoff()
552 *offset = lastoff; in ext4_find_unwritten_pgoff()