Lines Matching refs: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 Thu Oct 16 14:10:15 GMT 2025