Lines Matching refs:startoffset
1972 off_t eof, offset, startoffset = 0;
2049 startoffset = pg->offset;
2052 if (startoffset >= eof) {
2056 bytes = MIN(npages << PAGE_SHIFT, eof - startoffset);
2081 if (startoffset & lfs_sb_getbmask(fs))
2083 startoffset, lfs_sb_getbmask(fs),
2084 startoffset & lfs_sb_getbmask(fs));
2085 KASSERT((startoffset & lfs_sb_getbmask(fs)) == 0);
2131 for (offset = startoffset;
2175 if (offset == startoffset && iobytes == bytes) {
2247 if (haveeof && startoffset >= eof) {