Lines Matching defs:skipped
961 * The argument "skipped" is the number of blocks in-between.
964 * the current block when it ends near the end of the last skipped block.
971 static u16 firstrecord(int skipped, const struct BUFFER *buf,
1010 /* As a consequence, there cannot be skipped blocks */
1011 if (skipped) {
1012 printf("*** Inconsistency : blocks skipped after free space\n");
1033 k += size - (blocksz - blkheadsz)*(skipped + 1);
1037 /* There were not enough space in the last skipped block */
1102 int skipped;
1111 skipped = 0;
1153 skipped++;
1163 if (!prevmiddle && !error && skipped) {
2448 * two blocks), then some blocks have to be skipped.
2607 * greater than a block size, then some blocks have to be skipped.
3432 static TRISTATE backward_rcrd(CONTEXT *ctx, u32 blk, int skipped,
3478 k = firstrecord(skipped, buf, prevbuf);
3609 int skipped;
3614 skipped = 0;
3619 skipped = blk - prevblk - 1;
3621 skipped = blk - prevblk - 1
3640 if (skipped)
3660 state = backward_rcrd(ctx, blk, skipped,
4264 * they should be skipped under normal rules.