Lines Matching defs:noff
2472 daddr_t olast, nlast, ilast, noff, start, end, dirtysums;
2545 noff = nlast - olast;
2561 for (i = ilast; i < ilast + noff; i++) {
2575 if (noff > 0) {
2576 ip->i_size += noff * lfs_sb_getbsize(fs);
2582 if (noff != 0) {
2583 if (noff < 0) {
2585 end = ilast + noff;
2588 start = ilast + noff - 1;
2596 if (bread(ivp, i - noff, lfs_sb_getbsize(fs),
2662 if (noff < 0) {
2664 lfs_truncate(ivp, ivp->v_size + (noff << lfs_sb_getbshift(fs)), 0,