Lines Matching defs:pos
2017 printf("redo data (new data) cluster 0x%llx pos 0x%x :\n",
2046 printf("undo data (old data) cluster 0x%llx pos 0x%x :\n",
2505 u32 pos;
2523 pos = space;
2528 memcpy(&fullrec[pos],
2532 pos += nextspace;
2536 if (pos >= size) {
2538 " pos %d size %d\n",
2539 (int)pos,(int)size);
2544 memcpy(&fullrec[pos],
2546 size - pos);
2612 static u16 forward_rcrd(CONTEXT *ctx, u32 blk, u16 pos,
2627 if ((k < pos) && (pos < blocksz)) {
2628 k = ((pos - 1) | 7) + 1;
2636 (int)pos,(int)blk);
3316 static u16 dorcrd(CONTEXT *ctx, u32 blk, u16 pos, const struct BUFFER *buf,
3323 " from pos 0x%x\n",
3325 (long long)loclogblk(ctx, blk),(int)pos);
3330 return (forward_rcrd(ctx, blk, pos, buf, nextbuf));
3853 u16 pos;
3867 pos = 0;
3910 pos = buf->headsz;
3911 pos = dorcrd(ctx, blk, pos, buf, nextbuf);
3912 while (pos >= blocksz) {
3915 " pos 0x%x\n",
3916 (int)nextblk,(int)pos);
3917 pos -= (blocksz - blkheadsz);
3920 if ((blocksz - pos) < LOG_RECORD_HEAD_SZ) {
3921 pos = 0;