Lines Matching defs:newoff
136 off_t newoff;155 newoff = offset;160 newoff = 0;162 newoff = fs->fs_curblk * RAWFS_BSIZE;163 newoff += RAWFS_BSIZE - fs->fs_len;165 newoff += offset;173 if (newoff < (curblk * RAWFS_BSIZE)) {178 targblk = newoff / RAWFS_BSIZE;195 idx = newoff % RAWFS_BSIZE;199 return newoff;
Indexes created Fri Oct 03 02:09:57 GMT 2025