Lines Matching refs:SYS_BLOCK
130 #define SYS_BLOCK BSIZE /* from sys/param.h: secondary block size */
132 #define SYS_BLOCK 512 /* default if no BSIZE in param.h */
4156 #if SYS_BLOCK > TBLOCK
4157 nblock = SYS_BLOCK / TBLOCK;
5056 * changed to guarantee SYS_BLOCK boundary
5063 #if SYS_BLOCK > TBLOCK
5064 /* handle non-multiple of SYS_BLOCK */
5078 #if SYS_BLOCK > TBLOCK
5079 nxb = (blkcnt_t)(seekval % (off_t)(SYS_BLOCK / TBLOCK));
5091 #if SYS_BLOCK > TBLOCK
5317 * Care is taken to write in multiples of SYS_BLOCK when device is
5329 #if SYS_BLOCK > TBLOCK
5335 * Here we round recno up to an even SYS_BLOCK
5338 if ((i = recno % (SYS_BLOCK / TBLOCK)) != 0) {
5340 recno += i; /* round up to even SYS_BLOCK */