Lines Matching defs:startoffset
2073 off_t eof, offset, startoffset = 0;
2150 startoffset = pg->offset;
2153 if (startoffset >= eof) {
2157 bytes = MIN(npages << PAGE_SHIFT, eof - startoffset);
2182 if (startoffset & lfs_sb_getbmask(fs))
2184 startoffset, lfs_sb_getbmask(fs),
2185 startoffset & lfs_sb_getbmask(fs));
2186 KASSERT((startoffset & lfs_sb_getbmask(fs)) == 0);
2232 for (offset = startoffset;
2276 if (offset == startoffset && iobytes == bytes) {
2347 if (haveeof && startoffset >= eof) {