All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dm-log-writes: invalidate the bdev's for both of our devices
@ 2017-11-28 17:30 Josef Bacik
  2017-11-28 19:29 ` Amir Goldstein
  0 siblings, 1 reply; 5+ messages in thread
From: Josef Bacik @ 2017-11-28 17:30 UTC (permalink / raw)
  To: snitzer, dm-devel, linux-fsdevel; +Cc: Josef Bacik

From: Josef Bacik <jbacik@fb.com>

Amir noticed that sometimes the xfstests using dm-log-writes would fail
randomly but would work fine after trying again manually.  This is
because dm-log-writes writes directly to the device, but the log replay
tools read and write via the block device page cache.  Sometimes this
resulted in stale data being in the block device's page cache which
would result in random failures.  To handle this simply invalidate the
block device page cache on destruction so any replay of the log device
that follows will be forced to read the new real contents.

Reported-and-tested-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
---
 drivers/md/dm-log-writes.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/md/dm-log-writes.c b/drivers/md/dm-log-writes.c
index 8b80a9ce9ea9..1c502930af5e 100644
--- a/drivers/md/dm-log-writes.c
+++ b/drivers/md/dm-log-writes.c
@@ -545,6 +545,8 @@ static void log_writes_dtr(struct dm_target *ti)
 		   !atomic_read(&lc->pending_blocks));
 	kthread_stop(lc->log_kthread);
 
+	invalidate_bdev(lc->logdev->bdev);
+	invalidate_bdev(lc->dev->bdev);
 	WARN_ON(!list_empty(&lc->logging_blocks));
 	WARN_ON(!list_empty(&lc->unflushed_blocks));
 	dm_put_device(ti, lc->dev);
-- 
2.7.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] dm-log-writes: invalidate the bdev's for both of our devices
  2017-11-28 17:30 [PATCH] dm-log-writes: invalidate the bdev's for both of our devices Josef Bacik
@ 2017-11-28 19:29 ` Amir Goldstein
  2017-11-28 20:40   ` Amir Goldstein
  0 siblings, 1 reply; 5+ messages in thread
From: Amir Goldstein @ 2017-11-28 19:29 UTC (permalink / raw)
  To: Josef Bacik; +Cc: Mike Snitzer, dm-devel, linux-fsdevel, Josef Bacik

On Tue, Nov 28, 2017 at 7:30 PM, Josef Bacik <josef@toxicpanda.com> wrote:
> From: Josef Bacik <jbacik@fb.com>
>
> Amir noticed that sometimes the xfstests using dm-log-writes would fail
> randomly but would work fine after trying again manually.  This is
> because dm-log-writes writes directly to the device, but the log replay
> tools read and write via the block device page cache.  Sometimes this
> resulted in stale data being in the block device's page cache which
> would result in random failures.  To handle this simply invalidate the
> block device page cache on destruction so any replay of the log device
> that follows will be forced to read the new real contents.
>
> Reported-and-tested-by: Amir Goldstein <amir73il@gmail.com>

I'm fine with the Reported-by, but let's wait a while with this patch so
I have more time to torture it.
The incidents I got even before the patch did not happen more than
a handful of times after running for a few days, so I need some more
days to validate the fix.
I had already sent you some weird output. Let's see what else comes
along.

Thanks,
Amir.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dm-log-writes: invalidate the bdev's for both of our devices
  2017-11-28 19:29 ` Amir Goldstein
@ 2017-11-28 20:40   ` Amir Goldstein
  2017-11-28 21:05     ` Josef Bacik
  0 siblings, 1 reply; 5+ messages in thread
From: Amir Goldstein @ 2017-11-28 20:40 UTC (permalink / raw)
  To: Josef Bacik; +Cc: linux-fsdevel, Josef Bacik, dm-devel, Mike Snitzer

[-- Attachment #1: Type: text/plain, Size: 2050 bytes --]

On Tue, Nov 28, 2017 at 9:29 PM, Amir Goldstein <amir73il@gmail.com> wrote:
> On Tue, Nov 28, 2017 at 7:30 PM, Josef Bacik <josef@toxicpanda.com> wrote:
>> From: Josef Bacik <jbacik@fb.com>
>>
>> Amir noticed that sometimes the xfstests using dm-log-writes would fail
>> randomly but would work fine after trying again manually.  This is
>> because dm-log-writes writes directly to the device, but the log replay
>> tools read and write via the block device page cache.  Sometimes this
>> resulted in stale data being in the block device's page cache which
>> would result in random failures.  To handle this simply invalidate the
>> block device page cache on destruction so any replay of the log device
>> that follows will be forced to read the new real contents.
>>
>> Reported-and-tested-by: Amir Goldstein <amir73il@gmail.com>
>
> I'm fine with the Reported-by, but let's wait a while with this patch so
> I have more time to torture it.
> The incidents I got even before the patch did not happen more than
> a handful of times after running for a few days, so I need some more
> days to validate the fix.
> I had already sent you some weird output. Let's see what else comes
> along.
>

Sorry, no cigar.
Another run just completed with Malformed log and corrupted fs

The _check_scratch_fs that fails is the one right after _log_writes_remove
just like the report that I sent before this patch
and the LOGWRITES_DEV itself has malformed entry before the "end" mark
or even the last fsync mark:

./src/log-writes/replay-log -v --log $LOGWRITES_DEV --find --end-mark
testfile1.mark17
Malformed entry @112134

For what its worth, I am testing on spinning disks, 100G scratch dev.
Right now, I zoomed in on the following fsx seeds that managed to fail the test
a few times already, but in different ways, so I'm not sure the seeds are more
than voodoo:
seeds=(4597 4598 4599 4600)

I'll start running the same test but with fsx running on test partition, just
to get the feel for running the same fsx threads on bare xfs.

Any other ideas?

Amir.

[-- Attachment #2: 455.full.dirty.log --]
[-- Type: text/x-log, Size: 223514 bytes --]

# /old/home/amir/src/xfstests-dev/ltp/fsx -N 200 -d -P /mnt/test/fsxtests -i /dev/mapper/logwrites-test -S 4597 -j 0 /mnt/scratch/testfile0
# /old/home/amir/src/xfstests-dev/ltp/fsx -N 200 -d -P /mnt/test/fsxtests -i /dev/mapper/logwrites-test -S 4599 -j 2 /mnt/scratch/testfile2
# /old/home/amir/src/xfstests-dev/ltp/fsx -N 200 -d -P /mnt/test/fsxtests -i /dev/mapper/logwrites-test -S 4600 -j 3 /mnt/scratch/testfile3
# /old/home/amir/src/xfstests-dev/ltp/fsx -N 200 -d -P /mnt/test/fsxtests -i /dev/mapper/logwrites-test -S 4598 -j 1 /mnt/scratch/testfile1
Seed set to 4599
Seed set to 4600
Seed set to 4598
Seed set to 4597
3: 1 fsync
0: fallocating to largest ever: 0x136b0
2: truncating to largest ever: 0x3e8d4
0: 1 falloc	from 0xcbeb to 0x136b0 (0x6ac5 bytes)
2: 1 trunc	from 0x0 to 0x3e8d4
2: 2 trunc	from 0x3e8d4 to 0xf1e3
2: 3 trunc	from 0xf1e3 to 0x167e
0: 2 read	0xb463 thru	0xe4b3	(0x3051 bytes)
2: 4 read	0x1a5 thru	0x167d	(0x14d9 bytes)
2: 5 falloc	from 0x95d1 to 0xe539 (0x4f68 bytes)
0: 3 zero	from 0x785b to 0x136b0, (0xbe55 bytes)
2: 6 mapwrite	0x36a79 thru	0x3ffff	(0x9587 bytes)
0: 4 trunc	from 0x136b0 to 0x9a88
0: 5 fsync
1: skipping zero size read
1: 2 write	0xa2d6 thru	0x15d9d	(0xbac8 bytes)
1: 3 mapread	0xf4c9 thru	0x15d9d	(0x68d5 bytes)
1: 4 zero	from 0x55b1 to 0x58b1, (0x300 bytes)
1: 5 fsync
3: Dumped fsync buffer to testfile3.mark0
3: 2 mapwrite	0x208db thru	0x25c9f	(0x53c5 bytes)
0: Dumped fsync buffer to testfile0.mark0
0: 6 fsync
2: 7 mapread	0x27d73 thru	0x35ec8	(0xe156 bytes)
2: 8 zero	from 0x2cf00 to 0x2fdc9, (0x2ec9 bytes)
2: fallocating to largest ever: 0x40000
2: 9 falloc	from 0x3647a to 0x40000 (0x9b86 bytes)
2: 10 punch	from 0x3b15d to 0x3c59e, (0x1441 bytes)
0: Dumped fsync buffer to testfile0.mark1
0: fallocating to largest ever: 0x21e01
0: 7 falloc	from 0x1f046 to 0x21e01 (0x2dbb bytes)
0: 8 zero	from 0xeca7 to 0x13bc1, (0x4f1a bytes)
0: 9 mapwrite	0x745e thru	0xcae0	(0x5683 bytes)
2: 11 fsync
1: Dumped fsync buffer to testfile1.mark0
1: truncating to largest ever: 0x371b0
1: 6 trunc	from 0x15d9e to 0x371b0
1: 7 write	0x3ce8f thru	0x3e2fe	(0x1470 bytes)
1: 8 trunc	from 0x3e2ff to 0x22c18
1: 9 trunc	from 0x22c18 to 0xf0a8
1: 10 insert	from 0x4000 to 0xb000, (0x7000 bytes)
3: 3 write	0x3bfc0 thru	0x3ffff	(0x4040 bytes)
3: zero_range to largest ever: 0x3e258
3: 4 zero	from 0x3b152 to 0x3e258, (0x3106 bytes)
1: 11 mapread	0x18d8 thru	0xb2f3	(0x9a1c bytes)
1: 12 mapwrite	0x248f1 thru	0x26d50	(0x2460 bytes)
3: 5 collapse	from 0xa000 to 0x16000, (0xc000 bytes)
2: Dumped fsync buffer to testfile2.mark0
2: 12 falloc	from 0x3b786 to 0x40000 (0x487a bytes)
2: 13 mapread	0x3038f thru	0x385e5	(0x8257 bytes)
2: 14 read	0x3a412 thru	0x3ffff	(0x5bee bytes)
2: 15 mapread	0xe71b thru	0xfc4a	(0x1530 bytes)
2: 16 zero	from 0x18648 to 0x22138, (0x9af0 bytes)
2: 17 write	0x3deb1 thru	0x3ffff	(0x214f bytes)
2: 18 collapse	from 0x31000 to 0x38000, (0x7000 bytes)
0: 10 mapwrite	0x3f8d0 thru	0x3ffff	(0x730 bytes)
2: 19 insert	from 0x19000 to 0x20000, (0x7000 bytes)
2: 21 punch	from 0x1a72d to 0x2064f, (0x5f22 bytes)
2: 22 falloc	from 0x16186 to 0x25f73 (0xfded bytes)
2: 23 read	0x111c9 thru	0x18f8e	(0x7dc6 bytes)
2: 24 collapse	from 0x7000 to 0xc000, (0x5000 bytes)
3: 6 falloc	from 0x1d94d to 0x2306e (0x5721 bytes)
3: 7 mapread	0x20e54 thru	0x2b6a7	(0xa854 bytes)
3: 8 mapwrite	0x772 thru	0x8b12	(0x83a1 bytes)
1: 13 fsync
2: 25 punch	from 0x32e15 to 0x34275, (0x1460 bytes)
2: 26 falloc	from 0x1cf67 to 0x21460 (0x44f9 bytes)
2: 27 mapread	0x2acaf thru	0x2c1a9	(0x14fb bytes)
2: 28 punch	from 0x24284 to 0x29f03, (0x5c7f bytes)
2: 29 fsync
0: 11 write	0xc71f thru	0x10e9c	(0x477e bytes)
0: 13 write	0x3d032 thru	0x3d1ee	(0x1bd bytes)
0: 14 punch	from 0x33666 to 0x3c930, (0x92ca bytes)
0: 15 fsync
3: 9 falloc	from 0x1ac2b to 0x27a99 (0xce6e bytes)
3: 10 read	0x1553b thru	0x24699	(0xf15f bytes)
3: 11 mapwrite	0x6813 thru	0x15399	(0xeb87 bytes)
1: Dumped fsync buffer to testfile1.mark1
1: 14 falloc	from 0x1e3 to 0xd47f (0xd29c bytes)
1: 15 mapread	0x18a01 thru	0x19c2c	(0x122c bytes)
1: 16 write	0xfcae thru	0x156a9	(0x59fc bytes)
1: 17 collapse	from 0xd000 to 0x13000, (0x6000 bytes)
1: 18 write	0x2d6f thru	0x5f9a	(0x322c bytes)
1: 19 read	0x7e19 thru	0x172ec	(0xf4d4 bytes)
0: Dumped fsync buffer to testfile0.mark2
0: 16 read	0x24450 thru	0x27ec3	(0x3a74 bytes)
0: 17 write	0x3b61c thru	0x3ffff	(0x49e4 bytes)
0: 18 punch	from 0xa213 to 0x173d9, (0xd1c6 bytes)
2: Dumped fsync buffer to testfile2.mark1
2: 30 fsync
1: fallocating to largest ever: 0x3f333
1: 20 falloc	from 0x3df6c to 0x3f333 (0x13c7 bytes)
3: 12 trunc	from 0x34000 to 0x2356f
3: 13 fsync
0: 19 collapse	from 0x9000 to 0x13000, (0xa000 bytes)
1: 21 mapread	0x1170b thru	0x1247d	(0xd73 bytes)
1: 22 punch	from 0x2ad7e to 0x38ca6, (0xdf28 bytes)
1: 23 collapse	from 0x1a000 to 0x26000, (0xc000 bytes)
1: 24 falloc	from 0x1f87b to 0x2623f (0x69c4 bytes)
1: 25 trunc	from 0x33333 to 0x35458
1: 26 fsync
0: 20 zero	from 0x5e5 to 0x16e6, (0x1101 bytes)
0: truncating to largest ever: 0x3f422
0: 21 trunc	from 0x36000 to 0x3f422
0: 22 write	0x128bf thru	0x1f030	(0xc772 bytes)
2: Dumped fsync buffer to testfile2.mark2
2: 31 mapread	0x850 thru	0xa596	(0x9d47 bytes)
0: 23 trunc	from 0x3f422 to 0xf955
2: 32 write	0x1cc47 thru	0x1f55e	(0x2918 bytes)
2: 33 punch	from 0xe970 to 0x181b7, (0x9847 bytes)
0: 24 trunc	from 0xf955 to 0x1905a
0: 25 zero	from 0x8a97 to 0xfd10, (0x7279 bytes)
2: 34 mapread	0x379c0 thru	0x3afff	(0x3640 bytes)
2: 35 read	0x185db thru	0x1e3d5	(0x5dfb bytes)
0: 26 mapread	0x568 thru	0x8349	(0x7de2 bytes)
2: 36 punch	from 0x2383d to 0x2eb14, (0xb2d7 bytes)
2: 37 zero	from 0x63e4 to 0xc66b, (0x6287 bytes)
0: 27 zero	from 0xc160 to 0x1905a, (0xcefa bytes)
2: 38 collapse	from 0x2d000 to 0x3a000, (0xd000 bytes)
0: 28 zero	from 0x4f7d to 0xad87, (0x5e0a bytes)
2: 39 fsync
0: 29 write	0x10c46 thru	0x1914b	(0x8506 bytes)
0: 30 write	0x2ca17 thru	0x31398	(0x4982 bytes)
0: 31 fsync
3: Dumped fsync buffer to testfile3.mark1
3: 14 punch	from 0xd6c2 to 0xe695, (0xfd3 bytes)
3: 15 fsync
1: Dumped fsync buffer to testfile1.mark2
1: 27 punch	from 0x23ee4 to 0x3321d, (0xf339 bytes)
1: 28 falloc	from 0x1b528 to 0x285cb (0xd0a3 bytes)
1: 29 mapwrite	0xa195 thru	0x10b5c	(0x69c8 bytes)
2: Dumped fsync buffer to testfile2.mark3
2: 40 mapwrite	0x2f499 thru	0x3cf1c	(0xda84 bytes)
0: Dumped fsync buffer to testfile0.mark3
0: 32 read	0x1ebac thru	0x2076f	(0x1bc4 bytes)
0: 33 mapread	0x24cc1 thru	0x30f5e	(0xc29e bytes)
0: 34 mapread	0x10ffb thru	0x1225d	(0x1263 bytes)
0: 35 trunc	from 0x31399 to 0xe6b8
0: 36 write	0x34669 thru	0x37621	(0x2fb9 bytes)
0: 37 falloc	from 0x33455 to 0x3b30a (0x7eb5 bytes)
0: 38 collapse	from 0x2a000 to 0x2f000, (0x5000 bytes)
3: Dumped fsync buffer to testfile3.mark2
3: 16 falloc	from 0x22a22 to 0x2e59c (0xbb7a bytes)
3: 17 mapread	0x29db3 thru	0x2e59b	(0x47e9 bytes)
3: 18 trunc	from 0x2e59c to 0x1782f
3: fallocating to largest ever: 0x40000
3: 19 falloc	from 0x380f3 to 0x40000 (0x7f0d bytes)
0: 39 write	0x2b410 thru	0x37acc	(0xc6bd bytes)
0: 40 zero	from 0x14d1d to 0x1b021, (0x6304 bytes)
0: 42 fsync
3: 20 trunc	from 0x40000 to 0x15ded
3: 21 punch	from 0xbae3 to 0x13653, (0x7b70 bytes)
2: 41 trunc	from 0x3cf1d to 0x1a32f
2: 42 insert	from 0x15000 to 0x1e000, (0x9000 bytes)
1: 31 write	0x23721 thru	0x2f730	(0xc010 bytes)
2: 43 insert	from 0x1d000 to 0x2a000, (0xd000 bytes)
1: 32 zero	from 0x1e3c8 to 0x2b817, (0xd44f bytes)
2: 44 falloc	from 0x3f2db to 0x40000 (0xd25 bytes)
2: 46 read	0x98fa thru	0x10793	(0x6e9a bytes)
3: 22 zero	from 0x7dda to 0xb61f, (0x3845 bytes)
2: 47 trunc	from 0x40000 to 0x11ea8
2: 48 mapread	0xe476 thru	0x11ea7	(0x3a32 bytes)
2: 49 fsync
1: 33 zero	from 0x25 to 0xa39c, (0xa377 bytes)
3: 23 zero	from 0xba6f to 0xf651, (0x3be2 bytes)
1: 34 fsync
0: Dumped fsync buffer to testfile0.mark4
0: 43 falloc	from 0x2045f to 0x2d1ee (0xcd8f bytes)
0: 44 mapwrite	0x2f13c thru	0x36923	(0x77e8 bytes)
3: 24 falloc	from 0x1493c to 0x1f14e (0xa812 bytes)
2: Dumped fsync buffer to testfile2.mark4
2: 50 mapread	0x8fd2 thru	0x11ea7	(0x8ed6 bytes)
2: 51 punch	from 0xac74 to 0xb05e, (0x3ea bytes)
2: 52 zero	from 0x2b60 to 0x4229, (0x16c9 bytes)
2: 53 read	0x6514 thru	0x1072b	(0xa218 bytes)
2: 54 punch	from 0x924 to 0x5e16, (0x54f2 bytes)
2: 55 mapwrite	0x7234 thru	0xeef4	(0x7cc1 bytes)
3: 25 write	0x1c757 thru	0x24931	(0x81db bytes)
3: 26 write	0x3c329 thru	0x3ffff	(0x3cd7 bytes)
3: 28 falloc	from 0x1a6e3 to 0x1df41 (0x385e bytes)
3: 29 collapse	from 0x15000 to 0x1d000, (0x8000 bytes)
3: 30 fsync
0: 45 write	0x10c47 thru	0x1faf3	(0xeead bytes)
0: 46 fsync
1: Dumped fsync buffer to testfile1.mark3
1: 35 trunc	from 0x35458 to 0x8b9e
1: 36 trunc	from 0x8b9e to 0xce05
1: 37 read	0x3003 thru	0xce04	(0x9e02 bytes)
1: 38 falloc	from 0x25cd5 to 0x31c3b (0xbf66 bytes)
1: 39 mapread	0x29394 thru	0x31c3a	(0x88a7 bytes)
1: 40 fsync
2: 56 insert	from 0x4000 to 0xf000, (0xb000 bytes)
2: 57 collapse	from 0x2000 to 0x5000, (0x3000 bytes)
2: 58 zero	from 0xae81 to 0x16cf5, (0xbe74 bytes)
2: 59 write	0x270f7 thru	0x35c77	(0xeb81 bytes)
2: 60 collapse	from 0x14000 to 0x1d000, (0x9000 bytes)
1: Dumped fsync buffer to testfile1.mark4
1: 41 write	0x2f01 thru	0x398a	(0xa8a bytes)
1: 42 fsync
2: 61 mapread	0x120b0 thru	0x1ab44	(0x8a95 bytes)
3: Dumped fsync buffer to testfile3.mark3
2: 62 trunc	from 0x2cc78 to 0x2e799
3: 31 mapwrite	0x113eb thru	0x1c7f5	(0xb40b bytes)
0: Dumped fsync buffer to testfile0.mark5
0: 47 read	0x26f68 thru	0x31ea7	(0xaf40 bytes)
0: 48 collapse	from 0x14000 to 0x1a000, (0x6000 bytes)
0: 49 fsync
2: 63 read	0x246cd thru	0x2e798	(0xa0cc bytes)
2: 64 falloc	from 0x8a19 to 0x9ff4 (0x15db bytes)
2: 65 zero	from 0x1ddb6 to 0x2c11a, (0xe364 bytes)
2: 66 punch	from 0x77c0 to 0xc718, (0x4f58 bytes)
2: 67 punch	from 0x2bee9 to 0x2e799, (0x28b0 bytes)
2: 68 mapread	0x2a00 thru	0x8365	(0x5966 bytes)
2: 69 zero	from 0x1c350 to 0x21db4, (0x5a64 bytes)
2: 70 write	0x3e223 thru	0x3ffff	(0x1ddd bytes)
2: 71 mapread	0x2919c thru	0x37564	(0xe3c9 bytes)
2: 72 write	0x21c75 thru	0x31a98	(0xfe24 bytes)
2: 74 falloc	from 0x33f4c to 0x354a3 (0x1557 bytes)
2: 75 punch	from 0x26285 to 0x2e3fd, (0x8178 bytes)
1: Dumped fsync buffer to testfile1.mark5
1: 43 write	0xf830 thru	0x1a460	(0xac31 bytes)
1: 44 zero	from 0x17cd to 0x8e1b, (0x764e bytes)
1: 45 collapse	from 0x2c000 to 0x31000, (0x5000 bytes)
1: 46 zero	from 0x1707 to 0x263c, (0xf35 bytes)
1: 47 fsync
0: Dumped fsync buffer to testfile0.mark6
0: 50 mapwrite	0x269ad thru	0x2b027	(0x467b bytes)
3: 32 mapread	0x1b4c8 thru	0x1bd44	(0x87d bytes)
3: 33 write	0x30a65 thru	0x3ffff	(0xf59b bytes)
3: 34 punch	from 0x2cd54 to 0x39aaa, (0xcd56 bytes)
2: 76 fsync
3: 35 mapwrite	0x4040 thru	0xaa97	(0x6a58 bytes)
1: Dumped fsync buffer to testfile1.mark6
1: 48 trunc	from 0x2cc3b to 0x11b0b
1: 49 write	0x1877c thru	0x1c11a	(0x399f bytes)
1: 50 mapwrite	0x380b5 thru	0x3bb41	(0x3a8d bytes)
0: 51 mapwrite	0x76cc thru	0xf3b0	(0x7ce5 bytes)
2: Dumped fsync buffer to testfile2.mark5
2: 77 collapse	from 0x34000 to 0x3f000, (0xb000 bytes)
2: 78 insert	from 0x27000 to 0x31000, (0xa000 bytes)
2: 79 falloc	from 0x2b11 to 0x2f60 (0x44f bytes)
2: 80 read	0x1c3be thru	0x283a0	(0xbfe3 bytes)
2: 81 trunc	from 0x3f000 to 0x1b989
2: 82 write	0x21266 thru	0x2ac0d	(0x99a8 bytes)
2: 83 read	0xad23 thru	0x17d7a	(0xd058 bytes)
2: 84 fsync
0: 52 mapwrite	0x100d6 thru	0x19133	(0x905e bytes)
1: 51 write	0x3bfcf thru	0x3ffff	(0x4031 bytes)
1: 52 mapwrite	0x22878 thru	0x26b4e	(0x42d7 bytes)
3: 36 mapread	0x341df thru	0x351ed	(0x100f bytes)
3: 37 punch	from 0xdab9 to 0x12fb6, (0x54fd bytes)
3: 38 mapwrite	0x2fc0d thru	0x3e0ee	(0xe4e2 bytes)
0: 53 punch	from 0x2956 to 0x11978, (0xf022 bytes)
0: 54 trunc	from 0x31acd to 0x27417
0: 55 read	0x170fb thru	0x21e2a	(0xad30 bytes)
2: Dumped fsync buffer to testfile2.mark6
2: 85 fsync
0: 56 collapse	from 0x22000 to 0x27000, (0x5000 bytes)
1: 53 collapse	from 0x20000 to 0x2b000, (0xb000 bytes)
0: 57 falloc	from 0x6ebe to 0x829d (0x13df bytes)
0: 58 zero	from 0xb2ef to 0x13c9e, (0x89af bytes)
1: 54 write	0xc2b2 thru	0x1726b	(0xafba bytes)
1: 55 insert	from 0x7000 to 0x12000, (0xb000 bytes)
0: 59 insert	from 0x14000 to 0x1c000, (0x8000 bytes)
2: Dumped fsync buffer to testfile2.mark7
2: 86 mapread	0x12399 thru	0x19cf7	(0x795f bytes)
2: 87 collapse	from 0x2000 to 0x4000, (0x2000 bytes)
3: 39 trunc	from 0x40000 to 0xac2a
3: 40 mapread	0x7315 thru	0xac29	(0x3915 bytes)
3: 41 zero	from 0xa989 to 0xac2a, (0x2a1 bytes)
0: 60 collapse	from 0x1a000 to 0x1c000, (0x2000 bytes)
0: 61 insert	from 0xa000 to 0xf000, (0x5000 bytes)
3: 42 falloc	from 0x3277e to 0x35372 (0x2bf4 bytes)
3: 43 falloc	from 0x42f4 to 0xa961 (0x666d bytes)
3: 44 collapse	from 0x9000 to 0xa000, (0x1000 bytes)
2: 88 mapwrite	0x3f666 thru	0x3ffff	(0x99a bytes)
1: 57 punch	from 0x29bbb to 0x30b32, (0x6f77 bytes)
1: 58 write	0x81fd thru	0x1511e	(0xcf22 bytes)
0: 62 collapse	from 0x2b000 to 0x2c000, (0x1000 bytes)
1: 59 collapse	from 0x3d000 to 0x3f000, (0x2000 bytes)
1: 60 zero	from 0x7a8d to 0x17526, (0xfa99 bytes)
3: 45 punch	from 0x56b9 to 0x9c2a, (0x4571 bytes)
0: 63 mapwrite	0x32efa thru	0x33b9a	(0xca1 bytes)
1: 61 falloc	from 0x9d13 to 0x16d06 (0xcff3 bytes)
1: 62 mapwrite	0x3eefe thru	0x3ffff	(0x1102 bytes)
2: 90 write	0x2f3c4 thru	0x3605b	(0x6c98 bytes)
2: 92 mapwrite	0x3a4c1 thru	0x3e98a	(0x44ca bytes)
3: 46 read	0xd33 thru	0x8edf	(0x81ad bytes)
3: 47 insert	from 0x7000 to 0x12000, (0xb000 bytes)
3: 48 falloc	from 0x3a7f6 to 0x40000 (0x580a bytes)
0: 64 fsync
3: 49 falloc	from 0x29278 to 0x30e8a (0x7c12 bytes)
3: 50 zero	from 0x31f5e to 0x40000, (0xe0a2 bytes)
3: 51 fsync
2: 93 write	0xa800 thru	0xafbe	(0x7bf bytes)
2: 94 mapwrite	0x8712 thru	0xf810	(0x70ff bytes)
1: 63 trunc	from 0x40000 to 0x33ab9
1: 64 mapwrite	0x27494 thru	0x2a279	(0x2de6 bytes)
0: Dumped fsync buffer to testfile0.mark7
0: 65 mapwrite	0x6afe thru	0x10419	(0x991c bytes)
3: Dumped fsync buffer to testfile3.mark4
3: 52 collapse	from 0x2b000 to 0x33000, (0x8000 bytes)
3: 53 write	0x2d75f thru	0x358d0	(0x8172 bytes)
3: 54 trunc	from 0x38000 to 0x16384
3: 55 zero	from 0x158ea to 0x16384, (0xa9a bytes)
3: 56 insert	from 0x2000 to 0x11000, (0xf000 bytes)
3: 57 read	0x10dea thru	0x1dfa6	(0xd1bd bytes)
3: 58 punch	from 0x20b6c to 0x25384, (0x4818 bytes)
3: 59 mapread	0x1beb7 thru	0x25383	(0x94cd bytes)
3: 60 write	0x2116e thru	0x2d5ef	(0xc482 bytes)
3: 61 falloc	from 0xe646 to 0x1933f (0xacf9 bytes)
3: 62 punch	from 0x2c3dc to 0x2d5f0, (0x1214 bytes)
2: 95 falloc	from 0x1ca9d to 0x1cf64 (0x4c7 bytes)
2: 96 collapse	from 0x5000 to 0x14000, (0xf000 bytes)
0: 66 mapwrite	0x2984e thru	0x2db95	(0x4348 bytes)
1: 65 insert	from 0xb000 to 0x17000, (0xc000 bytes)
2: 97 read	0x19ab3 thru	0x1d7cb	(0x3d19 bytes)
2: 98 write	0x32a11 thru	0x3a072	(0x7662 bytes)
1: 66 collapse	from 0x1b000 to 0x2a000, (0xf000 bytes)
2: 99 trunc	from 0x3a073 to 0x21edd
1: 67 punch	from 0x13743 to 0x19cc0, (0x657d bytes)
1: 68 mapwrite	0x2cabe thru	0x338dd	(0x6e20 bytes)
2: 100 read	0x1a7ce thru	0x1ab6a	(0x39d bytes)
2: 101 zero	from 0x110a2 to 0x132d5, (0x2233 bytes)
3: 63 punch	from 0x2b302 to 0x2d5f0, (0x22ee bytes)
0: 67 trunc	from 0x33b9b to 0x3d55f
2: 102 falloc	from 0x24b57 to 0x2ee39 (0xa2e2 bytes)
2: 103 fsync
3: 64 zero	from 0xe39b to 0x15088, (0x6ced bytes)
3: 65 punch	from 0x22f00 to 0x295eb, (0x66eb bytes)
0: 68 write	0xd4d7 thru	0x1532d	(0x7e57 bytes)
0: 69 trunc	from 0x3d55f to 0x10825
0: 70 read	0xc4f8 thru	0x10824	(0x432d bytes)
0: 71 insert	from 0x7000 to 0x10000, (0x9000 bytes)
1: 69 falloc	from 0x297de to 0x2ea76 (0x5298 bytes)
1: 70 zero	from 0xd4dd to 0x193b0, (0xbed3 bytes)
1: 71 trunc	from 0x338de to 0x251bf
0: 72 fsync
1: 72 mapread	0xe4b3 thru	0x16eff	(0x8a4d bytes)
1: 73 insert	from 0x5000 to 0x13000, (0xe000 bytes)
3: 66 falloc	from 0x3c898 to 0x40000 (0x3768 bytes)
1: 74 zero	from 0x29a75 to 0x2e046, (0x45d1 bytes)
3: 67 write	0x17a78 thru	0x24042	(0xc5cb bytes)
3: 68 mapwrite	0x11fb1 thru	0x1c431	(0xa481 bytes)
1: 75 mapread	0x18c35 thru	0x255d4	(0xc9a0 bytes)
1: 76 punch	from 0x2744 to 0x49a3, (0x225f bytes)
1: 77 read	0x226e thru	0x103b1	(0xe144 bytes)
1: 78 punch	from 0x17044 to 0x1fba8, (0x8b64 bytes)
1: 79 collapse	from 0x10000 to 0x11000, (0x1000 bytes)
2: Dumped fsync buffer to testfile2.mark8
2: 104 mapwrite	0x185b thru	0x2cfe	(0x14a4 bytes)
1: 80 mapwrite	0x175d0 thru	0x2390b	(0xc33c bytes)
0: Dumped fsync buffer to testfile0.mark8
0: 73 collapse	from 0xc000 to 0xe000, (0x2000 bytes)
0: 74 read	0x11e6a thru	0x17824	(0x59bb bytes)
0: 75 zero	from 0x150a9 to 0x172d5, (0x222c bytes)
3: 69 mapwrite	0x1d3ef thru	0x1d7a8	(0x3ba bytes)
2: 105 write	0x6a6f thru	0x8aca	(0x205c bytes)
2: 106 collapse	from 0xd000 to 0x18000, (0xb000 bytes)
1: 81 mapwrite	0x16050 thru	0x1a030	(0x3fe1 bytes)
3: 70 falloc	from 0xef34 to 0x12baa (0x3c76 bytes)
3: 71 collapse	from 0x1e000 to 0x20000, (0x2000 bytes)
2: 107 punch	from 0x1680e to 0x16edd, (0x6cf bytes)
0: 76 insert	from 0x9000 to 0x17000, (0xe000 bytes)
2: 108 zero	from 0x9d32 to 0xbb0d, (0x1ddb bytes)
2: 109 read	0xc414 thru	0x12890	(0x647d bytes)
3: 72 punch	from 0x2e659 to 0x3e000, (0xf9a7 bytes)
3: 73 trunc	from 0x3e000 to 0xf926
0: 77 trunc	from 0x25825 to 0x14203
0: 78 trunc	from 0x14203 to 0x2c0ed
0: 79 collapse	from 0x3000 to 0x9000, (0x6000 bytes)
3: 74 falloc	from 0x3d2f to 0x13c22 (0xfef3 bytes)
0: 80 write	0xd059 thru	0x13c8d	(0x6c35 bytes)
3: 75 collapse	from 0x0 to 0x2000, (0x2000 bytes)
0: 81 insert	from 0x8000 to 0xf000, (0x7000 bytes)
3: 76 collapse	from 0x7000 to 0xc000, (0x5000 bytes)
3: 78 punch	from 0x1654 to 0x8926, (0x72d2 bytes)
3: 79 write	0x259c0 thru	0x2c6db	(0x6d1c bytes)
3: 80 mapread	0xb2a3 thru	0x12317	(0x7075 bytes)
3: 81 fsync
2: 110 punch	from 0x12284 to 0x16edd, (0x4c59 bytes)
1: 82 punch	from 0xc1e9 to 0x11e50, (0x5c67 bytes)
1: 83 zero	from 0x2c2fe to 0x321bf, (0x5ec1 bytes)
0: 82 punch	from 0x2bb90 to 0x2d0ed, (0x155d bytes)
0: 83 fsync
2: 111 punch	from 0xc411 to 0x16edd, (0xaacc bytes)
1: 84 read	0x41dd thru	0xcf41	(0x8d65 bytes)
1: 85 collapse	from 0x13000 to 0x1c000, (0x9000 bytes)
2: 112 zero	from 0x108f1 to 0x16edd, (0x65ec bytes)
1: 86 collapse	from 0x21000 to 0x23000, (0x2000 bytes)
3: Dumped fsync buffer to testfile3.mark5
3: 82 zero	from 0x1d173 to 0x2311e, (0x5fab bytes)
3: 83 fsync
1: 87 zero	from 0x819a to 0x16711, (0xe577 bytes)
2: 113 fsync
1: 88 write	0x1cf4 thru	0x9cad	(0x7fba bytes)
1: 89 mapwrite	0x35f53 thru	0x383dd	(0x248b bytes)
0: Dumped fsync buffer to testfile0.mark9
0: 84 zero	from 0x65e7 to 0x14747, (0xe160 bytes)
0: 85 trunc	from 0x2d0ed to 0x1da16
0: 86 read	0x7f00 thru	0x1392e	(0xba2f bytes)
0: 87 mapread	0x16582 thru	0x1da15	(0x7494 bytes)
0: 88 fsync
3: Dumped fsync buffer to testfile3.mark6
3: 84 punch	from 0x2601 to 0x11025, (0xea24 bytes)
3: 85 falloc	from 0xd5f3 to 0x1a27d (0xcc8a bytes)
3: 86 zero	from 0x5b86 to 0x13b51, (0xdfcb bytes)
3: 87 mapwrite	0x3c62e thru	0x3ffff	(0x39d2 bytes)
2: Dumped fsync buffer to testfile2.mark9
2: 114 write	0x3625e thru	0x3ffff	(0x9da2 bytes)
2: 115 mapwrite	0x2f00a thru	0x3319b	(0x4192 bytes)
1: 90 fsync
0: Dumped fsync buffer to testfile0.mark10
0: 89 fsync
2: 116 read	0xd1d thru	0x925c	(0x8540 bytes)
2: 117 mapread	0xc9e5 thru	0x19396	(0xc9b2 bytes)
2: 118 mapwrite	0x2d26e thru	0x3a531	(0xd2c4 bytes)
3: 88 falloc	from 0x341b8 to 0x395f5 (0x543d bytes)
3: 89 fsync
0: Dumped fsync buffer to testfile0.mark11
0: 90 trunc	from 0x1da16 to 0x10858
0: 91 collapse	from 0xe000 to 0x10000, (0x2000 bytes)
0: 92 fsync
1: Dumped fsync buffer to testfile1.mark7
1: 91 trunc	from 0x383de to 0x27dbb
1: 92 collapse	from 0x18000 to 0x22000, (0xa000 bytes)
1: 93 zero	from 0x243a to 0x54d3, (0x3099 bytes)
0: Dumped fsync buffer to testfile0.mark12
0: 93 mapread	0x54b0 thru	0xe857	(0x93a8 bytes)
0: 94 mapread	0xd5d9 thru	0xe857	(0x127f bytes)
0: 95 zero	from 0xd404 to 0xe858, (0x1454 bytes)
0: 96 fsync
2: 119 mapwrite	0x34280 thru	0x3ffff	(0xbd80 bytes)
3: Dumped fsync buffer to testfile3.mark7
3: 90 mapwrite	0x128ab thru	0x21cef	(0xf445 bytes)
0: Dumped fsync buffer to testfile0.mark13
0: 97 trunc	from 0xe858 to 0x3a2c4
0: 98 insert	from 0x37000 to 0x3c000, (0x5000 bytes)
0: 99 falloc	from 0x246b9 to 0x27f14 (0x385b bytes)
0: 100 zero	from 0x2e235 to 0x3be54, (0xdc1f bytes)
0: 101 fsync
1: 94 fsync
2: 120 fsync
1: Dumped fsync buffer to testfile1.mark8
1: 95 mapwrite	0x33a02 thru	0x35f96	(0x2595 bytes)
3: 91 trunc	from 0x40000 to 0xbb45
3: 92 mapwrite	0x2d25 thru	0x67d1	(0x3aad bytes)
2: Dumped fsync buffer to testfile2.mark10
2: 121 zero	from 0x47b7 to 0xc702, (0x7f4b bytes)
2: 122 falloc	from 0x2c167 to 0x3b58c (0xf425 bytes)
2: 123 read	0x17563 thru	0x1d347	(0x5de5 bytes)
2: 125 mapread	0xc398 thru	0x16cd8	(0xa941 bytes)
2: 127 punch	from 0x6ad to 0xad0a, (0xa65d bytes)
2: 128 falloc	from 0x2fb72 to 0x3b8c5 (0xbd53 bytes)
2: 129 zero	from 0x2dd1e to 0x2ff16, (0x21f8 bytes)
0: Dumped fsync buffer to testfile0.mark14
0: 102 falloc	from 0x1be57 to 0x21d20 (0x5ec9 bytes)
0: 103 falloc	from 0x346b0 to 0x40000 (0xb950 bytes)
0: 104 mapread	0x3d2b1 thru	0x3f2c3	(0x2013 bytes)
0: 105 mapread	0x2199a thru	0x2235d	(0x9c4 bytes)
0: 106 fsync
3: 93 insert	from 0xa000 to 0x11000, (0x7000 bytes)
3: 94 mapread	0xb4e3 thru	0x12b44	(0x7662 bytes)
2: 130 read	0x16b5f thru	0x230c8	(0xc56a bytes)
2: 131 trunc	from 0x40000 to 0x3ea4d
3: 95 fsync
2: 132 fsync
1: 96 insert	from 0x23000 to 0x2c000, (0x9000 bytes)
1: 97 zero	from 0x33a6a to 0x39930, (0x5ec6 bytes)
1: 98 read	0x22f70 thru	0x2b1d6	(0x8267 bytes)
1: 99 write	0x1b63d thru	0x2902c	(0xd9f0 bytes)
1: 100 insert	from 0x1f000 to 0x20000, (0x1000 bytes)
0: Dumped fsync buffer to testfile0.mark15
0: 107 mapread	0x2c1cb thru	0x37d7d	(0xbbb3 bytes)
0: 109 fsync
1: 101 trunc	from 0x3ff97 to 0x3c866
1: 102 collapse	from 0x18000 to 0x1d000, (0x5000 bytes)
2: Dumped fsync buffer to testfile2.mark11
2: 133 falloc	from 0x22ebd to 0x2836e (0x54b1 bytes)
2: 134 write	0x190c0 thru	0x2181c	(0x875d bytes)
2: 135 falloc	from 0x5cd5 to 0xd2bb (0x75e6 bytes)
2: 136 zero	from 0x9ba7 to 0xfe80, (0x62d9 bytes)
2: 137 write	0x22ae8 thru	0x22d60	(0x279 bytes)
2: 138 insert	from 0x7000 to 0x8000, (0x1000 bytes)
1: 103 falloc	from 0x30c09 to 0x333d7 (0x27ce bytes)
1: 104 write	0x3599a thru	0x37911	(0x1f78 bytes)
1: 105 trunc	from 0x37912 to 0x29fae
1: 106 trunc	from 0x29fae to 0x2c954
1: 107 write	0x2624f thru	0x30ffa	(0xadac bytes)
1: 108 falloc	from 0x10dbb to 0x12818 (0x1a5d bytes)
1: 109 falloc	from 0x26589 to 0x2b6ba (0x5131 bytes)
1: 110 trunc	from 0x30ffb to 0x8184
1: 111 fsync
2: 139 collapse	from 0x34000 to 0x3d000, (0x9000 bytes)
2: 140 collapse	from 0x35000 to 0x36000, (0x1000 bytes)
3: Dumped fsync buffer to testfile3.mark8
2: 141 fsync
3: 96 zero	from 0x9392 to 0x12b45, (0x97b3 bytes)
3: 97 insert	from 0x7000 to 0xd000, (0x6000 bytes)
3: 98 punch	from 0x16a15 to 0x18b45, (0x2130 bytes)
3: 99 write	0x36136 thru	0x3ffff	(0x9eca bytes)
3: 100 fsync
0: Dumped fsync buffer to testfile0.mark16
0: 110 falloc	from 0x28a32 to 0x2dce7 (0x52b5 bytes)
0: 111 trunc	from 0x3f2c4 to 0xc8f1
0: 112 zero	from 0x3b9e to 0x6726, (0x2b88 bytes)
0: 113 fsync
3: Dumped fsync buffer to testfile3.mark9
3: 101 write	0x3dfa0 thru	0x3ffff	(0x2060 bytes)
3: 103 write	0x22f1c thru	0x25b90	(0x2c75 bytes)
3: 105 write	0x31bc0 thru	0x3b541	(0x9982 bytes)
3: 107 zero	from 0x3af19 to 0x40000, (0x50e7 bytes)
1: Dumped fsync buffer to testfile1.mark9
1: 112 collapse	from 0x6000 to 0x7000, (0x1000 bytes)
2: Dumped fsync buffer to testfile2.mark12
2: 142 zero	from 0x250c8 to 0x2db29, (0x8a61 bytes)
2: 143 punch	from 0xa6e3 to 0x1078e, (0x60ab bytes)
2: 144 collapse	from 0x30000 to 0x35000, (0x5000 bytes)
2: 145 collapse	from 0xc000 to 0xf000, (0x3000 bytes)
3: 108 read	0x247d8 thru	0x2aec2	(0x66eb bytes)
3: 109 mapwrite	0x4bc0 thru	0x5da6	(0x11e7 bytes)
1: 113 mapwrite	0x1b494 thru	0x23325	(0x7e92 bytes)
0: Dumped fsync buffer to testfile0.mark17
0: 114 trunc	from 0xc8f1 to 0x240aa
0: 115 insert	from 0x4000 to 0xe000, (0xa000 bytes)
0: 116 mapwrite	0x1b858 thru	0x1e844	(0x2fed bytes)
2: 146 punch	from 0x22aac to 0x23156, (0x6aa bytes)
2: 147 insert	from 0x19000 to 0x24000, (0xb000 bytes)
2: 148 falloc	from 0x17c5c to 0x23270 (0xb614 bytes)
2: 149 read	0x13328 thru	0x22923	(0xf5fc bytes)
3: 110 falloc	from 0x12b88 to 0x21185 (0xe5fd bytes)
3: 111 write	0xb1de thru	0x153d6	(0xa1f9 bytes)
3: 112 trunc	from 0x40000 to 0x1239a
3: 113 insert	from 0xd000 to 0x1c000, (0xf000 bytes)
2: 150 mapread	0x18704 thru	0x1d853	(0x5150 bytes)
2: 151 mapwrite	0x287fd thru	0x33de9	(0xb5ed bytes)
3: 114 punch	from 0x12a72 to 0x2139a, (0xe928 bytes)
3: 115 zero	from 0x488c to 0x8063, (0x37d7 bytes)
1: 114 trunc	from 0x23326 to 0x3dffc
3: 116 insert	from 0x1e000 to 0x2c000, (0xe000 bytes)
0: 117 insert	from 0x4000 to 0x13000, (0xf000 bytes)
0: 118 zero	from 0x35b7 to 0x4628, (0x1071 bytes)
0: 119 mapwrite	0x25540 thru	0x28469	(0x2f2a bytes)
1: 116 fsync
3: 117 punch	from 0x2dd11 to 0x2e6ae, (0x99d bytes)
3: 118 write	0x1378e thru	0x1d57b	(0x9dee bytes)
3: 119 collapse	from 0x1a000 to 0x27000, (0xd000 bytes)
2: 152 insert	from 0x17000 to 0x1e000, (0x7000 bytes)
3: 120 mapwrite	0x28dc4 thru	0x36633	(0xd870 bytes)
2: 153 read	0x36c1d thru	0x3fa4c	(0x8e30 bytes)
2: 154 fsync
1: Dumped fsync buffer to testfile1.mark10
1: 117 punch	from 0x2848d to 0x32c00, (0xa773 bytes)
1: 118 mapread	0x179d8 thru	0x243cd	(0xc9f6 bytes)
1: 119 read	0x349a0 thru	0x3963f	(0x4ca0 bytes)
1: 120 fsync
0: 120 mapread	0x1ab04 thru	0x275e1	(0xcade bytes)
0: 121 punch	from 0x10065 to 0x1ad13, (0xacae bytes)
0: 122 write	0x1259b thru	0x205e3	(0xe049 bytes)
0: 123 fsync
3: 121 trunc	from 0x36634 to 0x19889
3: 122 falloc	from 0x1bf04 to 0x1cac1 (0xbbd bytes)
3: 123 punch	from 0x97d5 to 0xd123, (0x394e bytes)
3: 124 mapread	0x4664 thru	0xe813	(0xa1b0 bytes)
3: 125 mapread	0x159 thru	0x602e	(0x5ed6 bytes)
3: 126 trunc	from 0x19889 to 0x24e3
3: 127 mapwrite	0x2b10d thru	0x2e342	(0x3236 bytes)
2: Dumped fsync buffer to testfile2.mark13
2: 155 trunc	from 0x3fa4d to 0x1ac79
2: 156 read	0x17895 thru	0x1ac78	(0x33e4 bytes)
2: 157 trunc	from 0x1ac79 to 0x2449b
2: 158 falloc	from 0x3d7b7 to 0x3e020 (0x869 bytes)
2: 159 trunc	from 0x3e020 to 0x516f
2: 160 read	0x91d thru	0x2705	(0x1de9 bytes)
2: 161 mapwrite	0x3cca2 thru	0x3ffb9	(0x3318 bytes)
1: Dumped fsync buffer to testfile1.mark11
1: 121 falloc	from 0x82df to 0x17986 (0xf6a7 bytes)
1: 122 collapse	from 0xe000 to 0x1a000, (0xc000 bytes)
1: 123 trunc	from 0x31ffc to 0x32ba3
1: 124 mapwrite	0x11024 thru	0x14233	(0x3210 bytes)
0: Dumped fsync buffer to testfile0.mark18
0: 124 punch	from 0x1b95d to 0x1f43d, (0x3ae0 bytes)
2: 163 punch	from 0x26013 to 0x32188, (0xc175 bytes)
0: 125 trunc	from 0x3d0aa to 0x3de43
2: 164 punch	from 0x26d99 to 0x2c6c1, (0x5928 bytes)
0: 126 write	0x9af2 thru	0xd49d	(0x39ac bytes)
2: 165 read	0x285ca thru	0x29969	(0x13a0 bytes)
2: 166 zero	from 0x1241c to 0x1a501, (0x80e5 bytes)
0: 127 collapse	from 0x17000 to 0x23000, (0xc000 bytes)
2: 167 write	0x1aad1 thru	0x219de	(0x6f0e bytes)
2: 169 fsync
3: 128 mapread	0x25db9 thru	0x28e35	(0x307d bytes)
3: 129 write	0x1aecb thru	0x23d89	(0x8ebf bytes)
3: 130 punch	from 0x2d207 to 0x2e343, (0x113c bytes)
0: 128 zero	from 0x5677 to 0x8f33, (0x38bc bytes)
0: 129 mapread	0x10abd thru	0x128c2	(0x1e06 bytes)
0: 130 fsync
1: 125 read	0x10f5a thru	0x1da8a	(0xcb31 bytes)
1: 126 mapread	0x2e013 thru	0x32ba2	(0x4b90 bytes)
1: 127 read	0xf218 thru	0x1b2fd	(0xc0e6 bytes)
1: 128 read	0x9231 thru	0xde45	(0x4c15 bytes)
1: 129 fsync
3: 131 trunc	from 0x2e343 to 0x22e68
3: 132 mapwrite	0x277c7 thru	0x2d9fa	(0x6234 bytes)
2: Dumped fsync buffer to testfile2.mark14
2: 170 fsync
2: Dumped fsync buffer to testfile2.mark15
2: 171 punch	from 0x2992c to 0x37d39, (0xe40d bytes)
2: 172 mapread	0x3fad8 thru	0x3ffb9	(0x4e2 bytes)
2: 173 collapse	from 0x27000 to 0x33000, (0xc000 bytes)
2: 174 collapse	from 0x11000 to 0x12000, (0x1000 bytes)
1: Dumped fsync buffer to testfile1.mark12
1: 130 read	0xd129 thru	0x14934	(0x780c bytes)
1: 131 mapwrite	0x3f59e thru	0x3f683	(0xe6 bytes)
2: 175 punch	from 0xe867 to 0x12d40, (0x44d9 bytes)
2: 176 write	0x1ba6e thru	0x247b0	(0x8d43 bytes)
2: 177 zero	from 0x2e474 to 0x32fba, (0x4b46 bytes)
2: 178 punch	from 0x2e96a to 0x315fb, (0x2c91 bytes)
2: 179 mapread	0x275e2 thru	0x2868c	(0x10ab bytes)
2: 180 write	0x24341 thru	0x24b23	(0x7e3 bytes)
2: 181 mapwrite	0x37d1 thru	0x55dc	(0x1e0c bytes)
0: Dumped fsync buffer to testfile0.mark19
0: 131 read	0x29cbe thru	0x3022c	(0x656f bytes)
0: 132 collapse	from 0xc000 to 0x1b000, (0xf000 bytes)
0: 133 falloc	from 0x2362f to 0x30870 (0xd241 bytes)
0: 134 zero	from 0x4f60 to 0x12599, (0xd639 bytes)
3: 133 read	0x16bb7 thru	0x1f492	(0x88dc bytes)
3: 134 fsync
0: 135 falloc	from 0x2cd7b to 0x32db3 (0x6038 bytes)
0: 136 punch	from 0xed6f to 0x12fab, (0x423c bytes)
0: 137 fsync
1: 132 zero	from 0x20e71 to 0x2b164, (0xa2f3 bytes)
1: 133 mapread	0x12e77 thru	0x21958	(0xeae2 bytes)
1: 134 read	0xdc7 thru	0xcf28	(0xc162 bytes)
1: 135 mapwrite	0x3eeff thru	0x3f2ab	(0x3ad bytes)
2: 182 read	0x5d0d thru	0x74ae	(0x17a2 bytes)
2: 183 zero	from 0xe691 to 0x17145, (0x8ab4 bytes)
2: 184 zero	from 0x2fe69 to 0x32fba, (0x3151 bytes)
2: 185 insert	from 0x2e000 to 0x33000, (0x5000 bytes)
3: Dumped fsync buffer to testfile3.mark10
3: 135 mapread	0x2280f thru	0x2d9fa	(0xb1ec bytes)
3: 137 trunc	from 0x2d9fb to 0x36668
2: 186 fsync
3: 138 read	0x3409f thru	0x36667	(0x25c9 bytes)
3: 139 read	0x2b17f thru	0x36667	(0xb4e9 bytes)
3: 140 write	0x1b8cd thru	0x27f9d	(0xc6d1 bytes)
3: 141 falloc	from 0x69ef to 0x78a9 (0xeba bytes)
3: 142 punch	from 0x1b942 to 0x278d4, (0xbf92 bytes)
1: 136 read	0xf3c8 thru	0x1a53b	(0xb174 bytes)
1: 137 read	0x36ce9 thru	0x3f683	(0x899b bytes)
1: 138 fsync
0: Dumped fsync buffer to testfile0.mark20
0: 138 collapse	from 0x1c000 to 0x2b000, (0xf000 bytes)
0: 139 mapread	0x4464 thru	0x6f8a	(0x2b27 bytes)
0: 140 trunc	from 0x21870 to 0x22c79
0: 141 mapread	0xe680 thru	0x12055	(0x39d6 bytes)
0: 142 read	0xdd71 thru	0x1a516	(0xc7a6 bytes)
0: 143 insert	from 0x4000 to 0x13000, (0xf000 bytes)
0: 144 read	0x11206 thru	0x17964	(0x675f bytes)
0: 145 falloc	from 0x1432f to 0x167ec (0x24bd bytes)
0: 146 falloc	from 0x10fdd to 0x1c491 (0xb4b4 bytes)
0: 147 falloc	from 0x3d25e to 0x3e6d3 (0x1475 bytes)
0: 148 mapread	0x3a348 thru	0x3e6d2	(0x438b bytes)
0: 149 zero	from 0x1448e to 0x17bfb, (0x376d bytes)
0: 150 insert	from 0x1c000 to 0x1d000, (0x1000 bytes)
0: 151 fsync
3: 143 trunc	from 0x36668 to 0x368ea
3: 144 zero	from 0xc9a1 to 0xf767, (0x2dc6 bytes)
3: 145 write	0x22274 thru	0x2ee57	(0xcbe4 bytes)
3: 146 fsync
2: Dumped fsync buffer to testfile2.mark16
2: 187 write	0x14799 thru	0x15d80	(0x15e8 bytes)
2: 188 write	0x1a4 thru	0x8e7d	(0x8cda bytes)
2: 189 zero	from 0x49ca to 0xb7fe, (0x6e34 bytes)
2: 190 write	0x2837f thru	0x2893a	(0x5bc bytes)
2: 191 read	0x7c88 thru	0x84ab	(0x824 bytes)
2: 192 punch	from 0x18490 to 0x227e0, (0xa350 bytes)
1: Dumped fsync buffer to testfile1.mark13
1: 139 read	0x38847 thru	0x3f683	(0x6e3d bytes)
1: 140 mapread	0x3b54c thru	0x3f683	(0x4138 bytes)
1: 141 falloc	from 0x1a1ca to 0x1d506 (0x333c bytes)
1: 143 mapread	0x55a3 thru	0xc318	(0x6d76 bytes)
1: 144 collapse	from 0x31000 to 0x3c000, (0xb000 bytes)
2: 193 zero	from 0x34634 to 0x37fba, (0x3986 bytes)
1: 145 collapse	from 0x1c000 to 0x20000, (0x4000 bytes)
0: Dumped fsync buffer to testfile0.mark21
0: 152 trunc	from 0x3f6d3 to 0x3ba3d
0: 153 mapwrite	0x2dbf1 thru	0x3d1d7	(0xf5e7 bytes)
1: 146 read	0x11db1 thru	0x1bd15	(0x9f65 bytes)
1: 147 mapwrite	0x25f90 thru	0x2c6b8	(0x6729 bytes)
2: 194 write	0x3deba thru	0x3ffff	(0x2146 bytes)
2: 195 collapse	from 0x1a000 to 0x26000, (0xc000 bytes)
3: Dumped fsync buffer to testfile3.mark11
3: 147 mapread	0x2c94c thru	0x31a3e	(0x50f3 bytes)
3: 148 collapse	from 0x16000 to 0x1f000, (0x9000 bytes)
3: 149 insert	from 0x22000 to 0x25000, (0x3000 bytes)
3: 150 trunc	from 0x308ea to 0x4ae4
3: 151 read	0x191e thru	0x3feb	(0x26ce bytes)
3: 152 insert	from 0x3000 to 0x6000, (0x3000 bytes)
3: 153 trunc	from 0x7ae4 to 0x3d9e9
3: 154 punch	from 0xb301 to 0x1047f, (0x517e bytes)
3: 155 collapse	from 0xa000 to 0x11000, (0x7000 bytes)
3: 156 write	0x10bb5 thru	0x1a684	(0x9ad0 bytes)
3: 157 punch	from 0xaf0f to 0x19552, (0xe643 bytes)
3: 158 insert	from 0x19000 to 0x1a000, (0x1000 bytes)
2: 196 zero	from 0x305cd to 0x34000, (0x3a33 bytes)
2: 197 read	0x5aaa thru	0xe54a	(0x8aa1 bytes)
2: 198 trunc	from 0x34000 to 0x1f9b0
2: 199 write	0x3b94f thru	0x3bafe	(0x1b0 bytes)
2: 200 zero	from 0x1bd86 to 0x21e12, (0x608c bytes)
2: All 200 operations completed A-OK!
0: 154 read	0x13043 thru	0x21691	(0xe64f bytes)
0: 155 punch	from 0x37416 to 0x3d1d8, (0x5dc2 bytes)
3: 159 falloc	from 0x31d8c to 0x3bf16 (0xa18a bytes)
3: 160 zero	from 0x2a373 to 0x2f7d7, (0x5464 bytes)
3: 161 insert	from 0x36000 to 0x3a000, (0x4000 bytes)
3: 162 zero	from 0x37770 to 0x3b9e9, (0x4279 bytes)
3: 163 mapwrite	0x38af6 thru	0x3cce0	(0x41eb bytes)
0: 156 read	0x2fa59 thru	0x35630	(0x5bd8 bytes)
0: 157 zero	from 0x14a6e to 0x185fd, (0x3b8f bytes)
0: 158 collapse	from 0x6000 to 0x15000, (0xf000 bytes)
1: 148 zero	from 0x2a540 to 0x2c07b, (0x1b3b bytes)
0: 159 trunc	from 0x2e1d8 to 0x31597
0: 160 punch	from 0x2d4e4 to 0x31597, (0x40b3 bytes)
0: 161 write	0x23c7e thru	0x2420e	(0x591 bytes)
3: 164 falloc	from 0x29b23 to 0x2a253 (0x730 bytes)
3: 165 falloc	from 0x2151c to 0x2284b (0x132f bytes)
3: 166 fsync
0: 162 insert	from 0x15000 to 0x23000, (0xe000 bytes)
1: 149 collapse	from 0x2f000 to 0x30000, (0x1000 bytes)
1: 150 zero	from 0x2c696 to 0x2f684, (0x2fee bytes)
0: 163 mapread	0x1f3de thru	0x26ef6	(0x7b19 bytes)
0: 164 falloc	from 0x1bbf5 to 0x1ca6f (0xe7a bytes)
0: 165 punch	from 0x386fc to 0x398f4, (0x11f8 bytes)
0: 166 trunc	from 0x3f597 to 0x34817
0: 167 falloc	from 0x25a89 to 0x25e58 (0x3cf bytes)
0: 168 falloc	from 0xa886 to 0x150cb (0xa845 bytes)
0: 169 punch	from 0x2b2a5 to 0x34817, (0x9572 bytes)
1: 151 trunc	from 0x2f684 to 0x217aa
0: 170 mapread	0x436 thru	0x56c1	(0x528c bytes)
0: 171 collapse	from 0x18000 to 0x24000, (0xc000 bytes)
1: 152 trunc	from 0x217aa to 0x1636f
1: 153 collapse	from 0xc000 to 0xf000, (0x3000 bytes)
0: 172 fsync
1: 154 zero	from 0xba72 to 0x1336f, (0x78fd bytes)
3: Dumped fsync buffer to testfile3.mark12
3: 167 mapread	0x11efa thru	0x2014f	(0xe256 bytes)
3: 168 falloc	from 0x376f1 to 0x3ceb3 (0x57c2 bytes)
3: 169 write	0x1396e thru	0x14ba4	(0x1237 bytes)
3: 170 trunc	from 0x3cce1 to 0x214bd
3: 171 zero	from 0x6363 to 0x14632, (0xe2cf bytes)
3: 172 write	0x1aaf8 thru	0x24abd	(0x9fc6 bytes)
3: 173 mapwrite	0x390c8 thru	0x3ffff	(0x6f38 bytes)
0: Dumped fsync buffer to testfile0.mark22
0: 173 zero	from 0x21562 to 0x28817, (0x72b5 bytes)
1: 155 trunc	from 0x1336f to 0x18e99
0: 174 zero	from 0x220c7 to 0x24852, (0x278b bytes)
0: 175 mapread	0x27543 thru	0x28816	(0x12d4 bytes)
0: 176 write	0x16965 thru	0x1d018	(0x66b4 bytes)
0: 177 punch	from 0x1976b to 0x28817, (0xf0ac bytes)
1: 156 trunc	from 0x18e99 to 0x1f0c5
1: 157 punch	from 0x726f to 0xef55, (0x7ce6 bytes)
1: 159 falloc	from 0x1d5f to 0x8b45 (0x6de6 bytes)
1: 160 fsync
0: 178 collapse	from 0x5000 to 0x6000, (0x1000 bytes)
3: 174 trunc	from 0x40000 to 0x39074
3: 175 read	0x2bfd9 thru	0x2e8ca	(0x28f2 bytes)
0: 179 fsync
3: 176 trunc	from 0x39074 to 0x22d66
3: 177 trunc	from 0x22d66 to 0x332f4
3: 178 zero	from 0x283a7 to 0x332f4, (0xaf4d bytes)
3: 179 read	0x1806c thru	0x2678e	(0xe723 bytes)
3: 180 fsync
1: Dumped fsync buffer to testfile1.mark14
1: 161 write	0x1a49e thru	0x20313	(0x5e76 bytes)
1: 162 falloc	from 0x112cb to 0x18278 (0x6fad bytes)
1: 163 collapse	from 0xb000 to 0x1a000, (0xf000 bytes)
1: 164 trunc	from 0x11314 to 0x3586e
0: Dumped fsync buffer to testfile0.mark23
0: 180 insert	from 0x16000 to 0x1c000, (0x6000 bytes)
1: 165 trunc	from 0x3586e to 0x19ed3
1: 166 fsync
0: 181 write	0x204e7 thru	0x20676	(0x190 bytes)
0: 182 write	0x8fd1 thru	0x9691	(0x6c1 bytes)
0: fallocating to largest ever: 0x40000
0: 184 falloc	from 0x3e3ac to 0x40000 (0x1c54 bytes)
3: Dumped fsync buffer to testfile3.mark13
3: 181 collapse	from 0xe000 to 0x1c000, (0xe000 bytes)
3: 182 mapread	0x19042 thru	0x19a7c	(0xa3b bytes)
3: 183 trunc	from 0x252f4 to 0x2d3be
3: 184 write	0x3672d thru	0x36874	(0x148 bytes)
3: 185 read	0x22e2a thru	0x260ed	(0x32c4 bytes)
3: 186 write	0x8b31 thru	0x15402	(0xc8d2 bytes)
0: 185 fsync
3: 187 write	0xca60 thru	0xf595	(0x2b36 bytes)
3: 188 read	0x234dd thru	0x31abb	(0xe5df bytes)
3: 189 mapread	0x249d8 thru	0x2f636	(0xac5f bytes)
3: 190 trunc	from 0x36875 to 0x1f306
3: 191 punch	from 0x985a to 0x18f2b, (0xf6d1 bytes)
3: 192 collapse	from 0x2000 to 0xa000, (0x8000 bytes)
3: 193 falloc	from 0x34923 to 0x35c12 (0x12ef bytes)
3: 194 fsync
1: Dumped fsync buffer to testfile1.mark15
1: 167 insert	from 0x8000 to 0xa000, (0x2000 bytes)
1: 168 punch	from 0x1c4b to 0xf826, (0xdbdb bytes)
1: 169 mapwrite	0x3b4d thru	0x8a2e	(0x4ee2 bytes)
3: Dumped fsync buffer to testfile3.mark14
3: 195 read	0x7b53 thru	0xb257	(0x3705 bytes)
3: 196 fsync
0: Dumped fsync buffer to testfile0.mark24
0: 186 punch	from 0x2d632 to 0x3d09b, (0xfa69 bytes)
0: 187 fsync
1: 170 mapread	0x1a931 thru	0x1bed2	(0x15a2 bytes)
1: 171 collapse	from 0x18000 to 0x1b000, (0x3000 bytes)
1: 172 insert	from 0x7000 to 0x8000, (0x1000 bytes)
3: Dumped fsync buffer to testfile3.mark15
3: 197 punch	from 0x22969 to 0x28db3, (0x644a bytes)
3: 198 collapse	from 0xe000 to 0x12000, (0x4000 bytes)
3: 199 mapwrite	0x1db7 thru	0xc056	(0xa2a0 bytes)
1: 173 punch	from 0x93c0 to 0x172bc, (0xdefc bytes)
1: 174 collapse	from 0x15000 to 0x19000, (0x4000 bytes)
1: 175 punch	from 0xfd2b to 0x15ed3, (0x61a8 bytes)
1: 176 insert	from 0xd000 to 0x13000, (0x6000 bytes)
1: 177 punch	from 0x8525 to 0x177e0, (0xf2bb bytes)
0: Dumped fsync buffer to testfile0.mark25
0: 189 mapwrite	0xe2ae thru	0x1b0bd	(0xce10 bytes)
1: 178 zero	from 0x113f6 to 0x1b9e6, (0xa5f0 bytes)
1: 179 zero	from 0x1a52b to 0x1bed3, (0x19a8 bytes)
1: 180 falloc	from 0x35992 to 0x3c93a (0x6fa8 bytes)
1: 181 trunc	from 0x1bed3 to 0x3a644
1: 182 mapread	0x120c5 thru	0x14522	(0x245e bytes)
1: 183 zero	from 0x8101 to 0xe738, (0x6637 bytes)
3: 200 write	0x3086b thru	0x3dedc	(0xd672 bytes)
3: All 200 operations completed A-OK!
1: 184 read	0x20f05 thru	0x29e80	(0x8f7c bytes)
1: 185 falloc	from 0x32cca to 0x3fbfa (0xcf30 bytes)
1: 186 fsync
0: 190 write	0xfea7 thru	0x10ff7	(0x1151 bytes)
0: 191 mapread	0x1069 thru	0x116e	(0x106 bytes)
0: 192 zero	from 0x250b6 to 0x2cc65, (0x7baf bytes)
0: 193 collapse	from 0x3a000 to 0x3f000, (0x5000 bytes)
0: 194 zero	from 0x2e6b3 to 0x3776d, (0x90ba bytes)
0: 195 punch	from 0x38956 to 0x3b000, (0x26aa bytes)
0: 196 fsync
1: Dumped fsync buffer to testfile1.mark16
1: 187 write	0x2fadc thru	0x339c9	(0x3eee bytes)
1: 188 falloc	from 0x3fec4 to 0x40000 (0x13c bytes)
1: 189 mapwrite	0x22a0 thru	0xc7cb	(0xa52c bytes)
0: Dumped fsync buffer to testfile0.mark26
0: 197 mapread	0x3393c thru	0x3afff	(0x76c4 bytes)
0: 198 write	0x14fd4 thru	0x24acf	(0xfafc bytes)
0: 199 collapse	from 0x5000 to 0xd000, (0x8000 bytes)
0: 200 punch	from 0x147cf to 0x1763f, (0x2e70 bytes)
1: 190 read	0x15695 thru	0x23893	(0xe1ff bytes)
1: 191 punch	from 0x2a89a to 0x2b2c6, (0xa2c bytes)
1: 192 mapwrite	0x34ca0 thru	0x38fbb	(0x431c bytes)
0: All 200 operations completed A-OK!
1: 193 trunc	from 0x3a644 to 0x15a5a
1: 194 collapse	from 0xb000 to 0xf000, (0x4000 bytes)
1: 195 zero	from 0x15ad to 0x18cc, (0x31f bytes)
1: 196 mapwrite	0x33d1c thru	0x3a968	(0x6c4d bytes)
1: 197 mapread	0xf080 thru	0x113d0	(0x2351 bytes)
1: 198 trunc	from 0x3a969 to 0x2eaa6
1: 199 read	0x1a150 thru	0x1bc49	(0x1afa bytes)
1: 200 fsync
1: Dumped fsync buffer to testfile1.mark17
1: All 200 operations completed A-OK!
_check_xfs_filesystem: filesystem on /dev/mapper/storage-scratch has dirty log
*** xfs_logprint -t output ***
xfs_logprint:
    data device: 0xfc02
    log device: 0xfc02 daddr: 104857656 length: 102400

    log tail: 2 head: 367 state: <DIRTY>


LOG REC AT LSN cycle 1 block 2 (0x1, 0x2)
============================================================================
TRANS: tid:0xc2d407e7  #items:93  trans:0xc2d407e7  q:0x1f45200
BUF: cnt:2 total:2 a:0x1f45250 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x2   len:1   bmap size:1   flags:0x3800
	AGI Buffer: (XAGI)
BUF: cnt:2 total:2 a:0x1f56ca0 len:24 a:0x1f56d20 len:128 
	BUF:  #regs:2   start blkno:0x20   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f56db0 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x18   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f5ee10 len:56 a:0x1f5ef50 len:176 a:0x1f5f010 len:76 
	INODE: #regs:3   ino:0x80  flags:0x3   dsize:76
	CORE inode:
		DATA FORK LOCAL inode data:
RUI: cnt:1 total:1 a:0x1f5f070 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d5a40
(s: 0x80000d, l: 1, own: 132, off: 0, f: 0x20000001) 
RUI: cnt:1 total:1 a:0x1f5f100 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d5ce0
(s: 0xd, l: 1, own: 131, off: 0, f: 0x20000001) 
RUI: cnt:1 total:1 a:0x1f5f190 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632220
(s: 0x100320d, l: 1, own: 133, off: 0, f: 0x20000001) 
RUI: cnt:1 total:1 a:0x1f5f220 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d5f80
(s: 0x180000d, l: 1, own: 134, off: 0, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f2b0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d5a40
RUI: cnt:1 total:1 a:0x1f5f320 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d6220
(s: 0x80000d, l: 1, own: 132, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5f3b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758499d6c0
	(s: 0x80000d, l: 1) 
RUD: cnt:1 total:1 a:0x1f5f430 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d6220
EFD: cnt:1 total:1 a:0x1f5f4a0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758499d6c0
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d64c0
(s: 0x80000e, l: 1, own: 132, off: 0, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f5b0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d64c0
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d6760
(s: 0x80000e, l: 1, own: 132, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5f6b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758499da00
	(s: 0x80000e, l: 1) 
RUD: cnt:1 total:1 a:0x1f5f730 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d6760
RUD: cnt:1 total:1 a:0x1f5f7a0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d5ce0
EFD: cnt:1 total:1 a:0x1f5f810 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758499da00
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806324c0
(s: 0xd, l: 1, own: 131, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5f920 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9a00
	(s: 0xd, l: 1) 
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d6a00
(s: 0xe, l: 1, own: 132, off: 0, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fa30 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806324c0
RUD: cnt:1 total:1 a:0x1f5faa0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d6a00
RUD: cnt:1 total:1 a:0x1f5fb10 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632220
RUI: cnt:1 total:1 a:0x1f5fb80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d6ca0
(s: 0xe, l: 1, own: 132, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5fc10 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758499dd40
	(s: 0xe, l: 1) 
EFD: cnt:1 total:1 a:0x1f5fc90 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9a00
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806317a0
(s: 0x100320d, l: 1, own: 133, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5fda0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8d00
	(s: 0x100320d, l: 1) 
RUD: cnt:1 total:1 a:0x1f5fe20 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d6ca0
BUF: cnt:2 total:2 a:0x1f5fe90 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUD: cnt:1 total:1 a:0x1f60020 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806317a0
BUF: cnt:2 total:2 a:0x1f60090 len:24 a:0x1f60110 len:256 
	BUF:  #regs:2   start blkno:0x6400028   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f60220 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8d00
BUF: cnt:2 total:2 a:0x1f602a0 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x6400001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f603b0 len:24 a:0x1f60430 len:128 
	BUF:  #regs:2   start blkno:0x6400008   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f604c0 len:24 a:0x1f60540 len:128 
	BUF:  #regs:2   start blkno:0x6400010   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f605d0 len:56 a:0x1f60680 len:176 a:0x1f60740 len:16 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:16
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034d500
(s: 0xf, l: 1, own: 131, off: 0, f: 0x20000001) 
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632760
(s: 0x80000f, l: 1, own: 133, off: 0, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60880 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d5f80
RUD: cnt:1 total:1 a:0x1f608f0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632760
EFD: cnt:1 total:1 a:0x1f60960 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758499dd40
BUF: cnt:2 total:2 a:0x1f609e0 len:24 a:0x1f60a60 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f60af0 len:24 a:0x1f60b70 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f60c00 len:24 a:0x1f60c80 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632a00
(s: 0x80000f, l: 1, own: 133, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60da0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8b60
	(s: 0x80000f, l: 1) 
RUD: cnt:1 total:1 a:0x1f60e20 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632a00
BUF: cnt:2 total:2 a:0x1f60e90 len:24 a:0x1f60f10 len:256 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d6f40
(s: 0x180000d, l: 1, own: 134, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f610b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7e1a0
	(s: 0x180000d, l: 1) 
INO: cnt:2 total:2 a:0x1f61130 len:56 a:0x1f611d0 len:176 
	INODE: #regs:2   ino:0x84  flags:0x1   dsize:0
	CORE inode:
EFD: cnt:1 total:1 a:0x1f61290 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8b60
BUF: cnt:2 total:2 a:0x1f61310 len:24 a:0x1f61390 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f61420 len:24 a:0x1f614a0 len:128 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f61530 len:24 a:0x1f615b0 len:128 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUD: cnt:1 total:1 a:0x1f61640 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d6f40
BUF: cnt:2 total:2 a:0x1f616b0 len:24 a:0x1f61730 len:256 
	BUF:  #regs:2   start blkno:0x9600028   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:2 total:2 a:0x1f61840 len:56 a:0x1f618e0 len:176 
	INODE: #regs:2   ino:0x85  flags:0x1   dsize:0
	CORE inode:
EFD: cnt:1 total:1 a:0x1f619a0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7e1a0
BUF: cnt:2 total:2 a:0x1f61a20 len:24 a:0x1f61aa0 len:128 
	BUF:  #regs:2   start blkno:0x9600001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f61b30 len:24 a:0x1f61bb0 len:128 
	BUF:  #regs:2   start blkno:0x9600008   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f61c40 len:24 a:0x1f61cc0 len:128 
	BUF:  #regs:2   start blkno:0x9600010   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:2 total:2 a:0x1f61d50 len:56 a:0x1f61df0 len:176 
	INODE: #regs:2   ino:0x86  flags:0x1   dsize:0
	CORE inode:

LOG REC AT LSN cycle 1 block 18 (0x1, 0x12)
============================================================================
TRANS: tid:0xf55b980d  #items:59  trans:0xf55b980d  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f61d50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d71e0
(s: 0x100320e, l: 1, own: 134, off: 0, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f61b30 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d71e0
RUI: cnt:1 total:1 a:0x1f61840 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d7480
(s: 0x100320e, l: 1, own: 134, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f61c90 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7e4e0
	(s: 0x100320e, l: 1) 
RUD: cnt:1 total:1 a:0x1f61690 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d7480
EFD: cnt:1 total:1 a:0x1f61a40 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7e4e0
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d7720
(s: 0x100320f, l: 1, own: 134, off: 0, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f61310 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d7720
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d79c0
(s: 0x100320f, l: 1, own: 134, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f618b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7e820
	(s: 0x100320f, l: 1) 
RUD: cnt:1 total:1 a:0x1f60e90 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d79c0
BUF: cnt:2 total:2 a:0x1f60e20 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x6400028   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f61580 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7e820
BUF: cnt:2 total:2 a:0x1f60d80 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x6400001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f60c00 len:24 a:0x1f56d20 len:128 
	BUF:  #regs:2   start blkno:0x6400008   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f60af0 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x6400010   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUD: cnt:1 total:1 a:0x1f609e0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034d500
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ef40
(s: 0xf, l: 1, own: 131, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f610b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492a680
	(s: 0xf, l: 1) 
RUD: cnt:1 total:1 a:0x1f608d0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ef40
EFD: cnt:1 total:1 a:0x1f60ee0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492a680
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034df80
(s: 0x18, l: 1, own: 131, off: 0, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60740 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034df80
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ca80
(s: 0x18, l: 1, own: 131, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60c20 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492b860
	(s: 0x18, l: 1) 
RUD: cnt:1 total:1 a:0x1f60280 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ca80
EFD: cnt:1 total:1 a:0x1f60b40 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492b860
RUI: cnt:1 total:1 a:0x1f60640 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275849d7c60
(s: 0x19, l: 7, own: 134, off: 12, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fe90 len:16 
RUD:  #regs: 1	                 id: 0xffff9275849d7c60
RUI: cnt:1 total:1 a:0x1f605d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ea00
(s: 0x20, l: 5, own: 131, off: 9, f: 0x20000001) 
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894000
(s: 0x19, l: 7, own: 134, off: 12, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f608a0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7eb60
	(s: 0x19, l: 7) 
RUD: cnt:1 total:1 a:0x1f5fcf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ea00
RUD: cnt:1 total:1 a:0x1f5fbf0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894000
EFD: cnt:1 total:1 a:0x1f604e0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7eb60
RUI: cnt:1 total:1 a:0x1f5fb80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828942a0
(s: 0x25, l: 13, own: 134, off: 7, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5faa0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828942a0
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894540
(s: 0x28, l: 10, own: 134, off: 10, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f602f0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7eea0
	(s: 0x28, l: 10) 
RUD: cnt:1 total:1 a:0x1f5f980 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894540
BUF: cnt:2 total:2 a:0x1f5f870 len:24 a:0x1f61f60 len:384 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f60040 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7eea0
BUF: cnt:2 total:2 a:0x1f5f7a0 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5f780 len:24 a:0x1f60430 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f730 len:24 a:0x1f60540 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f5f890 len:56 a:0x1f5ef50 len:176 a:0x1f5f710 len:16 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:16
	CORE inode:
		DATA FORK EXTENTS inode data:
INO: cnt:3 total:3 a:0x1f5f520 len:56 a:0x1f60680 len:176 a:0x1f5f690 len:16 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:16
	CORE inode:
		DATA FORK EXTENTS inode data:
============================================================================
TRANS: tid:0x497d808d  #items:13  trans:0x497d808d  q:0x1f45200
INO: cnt:3 total:3 a:0x1f5f320 len:56 a:0x1f611d0 len:176 a:0x1f5fc90 len:32 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:32
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f5f690 len:24 a:0x1f60a60 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5f710 len:24 a:0x1f60b70 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f730 len:24 a:0x1f60c80 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034e4c0
(s: 0x4d, l: 10, own: 131, off: 54, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f7a0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e4c0
BUF: cnt:2 total:2 a:0x1f5f870 len:24 a:0x1f61f60 len:384 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 30 (0x1, 0x1e)
============================================================================
TRANS: tid:0xd3b75f5e  #items:29  trans:0xd3b75f5e  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631f80
(s: 0x80000d, l: 1, own: 133, off: 0, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f7f0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631f80
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631ce0
(s: 0x80000d, l: 1, own: 133, off: 0, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5feb0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8820
	(s: 0x80000d, l: 1) 
RUD: cnt:1 total:1 a:0x1f5f710 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631ce0
BUF: cnt:2 total:2 a:0x1f5f900 len:24 a:0x1f60110 len:256 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f5fd50 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8820
BUF: cnt:2 total:2 a:0x1f5fa10 len:24 a:0x1f61390 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fa30 len:24 a:0x1f614a0 len:128 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fa80 len:24 a:0x1f615b0 len:128 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f320 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631a40
(s: 0xd, l: 1, own: 133, off: 5, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5faf0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631a40
BUF: cnt:2 total:2 a:0x1f5fb60 len:24 a:0x1f61aa0 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fbf0 len:24 a:0x1f61bb0 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fc70 len:24 a:0x1f61cc0 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632a00
(s: 0x32, l: 12, own: 133, off: 10, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fd80 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632a00
BUF: cnt:2 total:2 a:0x1f5fe20 len:24 a:0x1f61f60 len:384 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f5f890 len:56 a:0x1f618e0 len:176 a:0x1f60b40 len:32 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:32
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 37 (0x1, 0x25)
============================================================================
TRANS: tid:0xcdfb6716  #items:13  trans:0xcdfb6716  q:0x1f45200
INO: cnt:3 total:3 a:0x1f5fb80 len:56 a:0x1f61df0 len:176 a:0x1f5fe20 len:16 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:16
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f5fe00 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fd80 len:24 a:0x1f56d20 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fcf0 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828947e0
(s: 0x3e, l: 6, own: 132, off: 32, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fbf0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828947e0
BUF: cnt:2 total:2 a:0x1f5fb10 len:24 a:0x1f61f60 len:384 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 41 (0x1, 0x29)
============================================================================
TRANS: tid:0x17dd9ca3  #items:24  trans:0x17dd9ca3  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894a80
(s: 0x44, l: 4, own: 131, off: 44, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fb60 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894a80
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632760
(s: 0x48, l: 3, own: 134, off: 31, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fcf0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632760
RUI: cnt:1 total:1 a:0x1f5fb80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806317a0
(s: 0x2c, l: 6, own: 134, off: 14, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fe20 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806317a0
BUF: cnt:2 total:2 a:0x1f5faa0 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fa80 len:24 a:0x1f60430 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fa30 len:24 a:0x1f60540 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806324c0
(s: 0x28, l: 3, own: 134, off: 10, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f980 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806324c0
INO: cnt:3 total:3 a:0x1f5f320 len:56 a:0x1f5ef50 len:176 a:0x1f5fd10 len:48 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:48
	CORE inode:
		DATA FORK EXTENTS inode data:
INO: cnt:3 total:3 a:0x1f605d0 len:56 a:0x1f60680 len:176 a:0x1f60760 len:48 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:48
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034e4c0
(s: 0x25, l: 3, own: 134, off: 7, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5f710 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e4c0
BUF: cnt:2 total:2 a:0x1f5f780 len:24 a:0x1f61f60 len:512 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 47 (0x1, 0x2f)
============================================================================
TRANS: tid:0x14fa62de  #items:30  trans:0x14fa62de  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632220
(s: 0x38, l: 6, own: 133, off: 16, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5fc90 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9380
	(s: 0x38, l: 6) 
RUD: cnt:1 total:1 a:0x1f5f710 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632220
EFD: cnt:1 total:1 a:0x1f602c0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9380
RUI: cnt:1 total:1 a:0x1f5f010 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927580632ca0
(s: 0x32, l: 6, own: 133, off: 10, f: 0x3) 
(s: 0x32, l: 6, own: 133, off: 17, f: 0x1) 
RUI: cnt:1 total:1 a:0x1f60640 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcae4c0
(s: 0x57, l: 5, own: 132, off: 59, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fa30 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632ca0
RUI: cnt:1 total:1 a:0x1f60a60 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927580630000
(s: 0xd, l: 1, own: 133, off: 5, f: 0x20000003) 
(s: 0xd, l: 1, own: 133, off: 12, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5faf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae4c0
RUD: cnt:1 total:1 a:0x1f5fe00 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630000
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcadce0
(s: 0x58, l: 2, own: 132, off: 60, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60960 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59d40
	(s: 0x58, l: 2) 
INO: cnt:3 total:3 a:0x1f605d0 len:56 a:0x1f611d0 len:176 a:0x1f5fd10 len:48 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:48
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f5fbf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcadce0
EFD: cnt:1 total:1 a:0x1f60610 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59d40
INO: cnt:3 total:3 a:0x1f5f320 len:56 a:0x1f618e0 len:176 a:0x1f5fb80 len:48 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:48
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f5f7a0 len:24 a:0x1f60b70 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5f7f0 len:24 a:0x1f60c80 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f870 len:24 a:0x1f61390 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcad7a0
(s: 0x18, l: 3, own: 133, off: 36, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fe90 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcad7a0
BUF: cnt:2 total:2 a:0x1f60070 len:24 a:0x1f61f60 len:512 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 53 (0x1, 0x35)
============================================================================
TRANS: tid:0xb2af78d1  #items:27  trans:0xb2af78d1  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894d20
(s: 0x5c, l: 2, own: 132, off: 60, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60020 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894d20
INO: cnt:3 total:3 a:0x1f5f520 len:56 a:0x1f61df0 len:176 a:0x1f61aa0 len:64 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:64
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5f320 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894fc0
(s: 0x5e, l: 11, own: 131, off: 24, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f870 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894fc0
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582895260
(s: 0x4d, l: 2, own: 131, off: 54, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5fdd0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f1e0
	(s: 0x4d, l: 2) 
INO: cnt:3 total:3 a:0x1f5fd10 len:56 a:0x1f5ef50 len:176 a:0x1f61bb0 len:64 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:64
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f5fb60 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895260
EFD: cnt:1 total:1 a:0x1f607a0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f1e0
INO: cnt:3 total:3 a:0x1f60760 len:56 a:0x1f60680 len:176 a:0x1f61cc0 len:64 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:64
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f5fcf0 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fd80 len:24 a:0x1f56d20 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fe00 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806302a0
(s: 0x4b, l: 1, own: 134, off: 63, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5faf0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806302a0
BUF: cnt:2 total:2 a:0x1f5fa80 len:24 a:0x1f61f60 len:640 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 60 (0x1, 0x3c)
============================================================================
TRANS: tid:0x32d87d84  #items:42  trans:0x32d87d84  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f60a60 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582895500
(s: 0x4f, l: 8, own: 131, off: 56, f: 0x3) 
(s: 0x4f, l: 8, own: 131, off: 49, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5faa0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895500
RUI: cnt:1 total:1 a:0x1f5f010 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff9275828957a0
(s: 0x4f, l: 8, own: 131, off: 49, f: 0x3) 
(s: 0x4f, l: 8, own: 131, off: 56, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fe00 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828957a0
RUI: cnt:1 total:1 a:0x1f614a0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582895a40
(s: 0x44, l: 4, own: 131, off: 44, f: 0x20000003) 
(s: 0x44, l: 4, own: 131, off: 51, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fc70 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895a40
RUI: cnt:1 total:1 a:0x1f615b0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582895ce0
(s: 0x5f, l: 10, own: 131, off: 25, f: 0x20000003) 
(s: 0x5f, l: 10, own: 131, off: 32, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fb10 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895ce0
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582895f80
(s: 0x69, l: 2, own: 131, off: 22, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f870 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895f80
RUI: cnt:1 total:1 a:0x1f60640 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896220
(s: 0x6b, l: 7, own: 131, off: 25, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60020 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896220
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828964c0
(s: 0x20, l: 3, own: 131, off: 9, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5fd50 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f520
	(s: 0x20, l: 3) 
INO: cnt:3 total:3 a:0x1f605d0 len:56 a:0x1f611d0 len:176 a:0x1f60320 len:112 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:112
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f5f980 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828964c0
EFD: cnt:1 total:1 a:0x1f5fee0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f520
RUI: cnt:1 total:1 a:0x1f60430 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582896760
(s: 0x3e, l: 6, own: 132, off: 32, f: 0x3) 
(s: 0x3e, l: 6, own: 132, off: 20, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f730 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896760
RUI: cnt:1 total:1 a:0x1f60540 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582896a00
(s: 0x57, l: 1, own: 132, off: 59, f: 0x3) 
(s: 0x57, l: 1, own: 132, off: 47, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60280 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896a00
RUI: cnt:1 total:1 a:0x1f60b70 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582896ca0
(s: 0x5c, l: 2, own: 132, off: 60, f: 0x20000003) 
(s: 0x5c, l: 2, own: 132, off: 48, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f604c0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896ca0
RUI: cnt:1 total:1 a:0x1f60c80 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582896f40
(s: 0x5a, l: 2, own: 132, off: 62, f: 0x3) 
(s: 0x5a, l: 2, own: 132, off: 50, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60860 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896f40
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828971e0
(s: 0x72, l: 6, own: 132, off: 29, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f608f0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828971e0
INO: cnt:3 total:3 a:0x1f5f320 len:56 a:0x1f618e0 len:176 a:0x1f61390 len:96 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:96
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f609c0 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f609e0 len:24 a:0x1f56d20 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f60af0 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582897480
(s: 0x78, l: 9, own: 132, off: 0, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60d80 len:16 
RUD:  #regs: 1	                 id: 0xffff927582897480
BUF: cnt:2 total:2 a:0x1f60e20 len:24 a:0x1f61f60 len:768 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 69 (0x1, 0x45)
============================================================================
TRANS: tid:0x621d5787  #items:36  trans:0x621d5787  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f60c80 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582897720
(s: 0x23, l: 2, own: 131, off: 12, f: 0x20000003) 
(s: 0x23, l: 2, own: 131, off: 7, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60e00 len:16 
RUD:  #regs: 1	                 id: 0xffff927582897720
RUI: cnt:1 total:1 a:0x1f60b70 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff9275828979c0
(s: 0x69, l: 2, own: 131, off: 22, f: 0x20000003) 
(s: 0x69, l: 2, own: 131, off: 17, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60af0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828979c0
RUI: cnt:1 total:1 a:0x1f60540 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582897c60
(s: 0x5e, l: 1, own: 131, off: 24, f: 0x20000003) 
(s: 0x5e, l: 1, own: 131, off: 19, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60940 len:16 
RUD:  #regs: 1	                 id: 0xffff927582897c60
RUI: cnt:1 total:1 a:0x1f60430 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582894a80
(s: 0x6b, l: 7, own: 131, off: 25, f: 0x20000003) 
(s: 0x6b, l: 7, own: 131, off: 20, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60880 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894a80
RUI: cnt:1 total:1 a:0x1f615b0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff9275828947e0
(s: 0x5f, l: 10, own: 131, off: 32, f: 0x20000003) 
(s: 0x5f, l: 10, own: 131, off: 27, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60740 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828947e0
RUI: cnt:1 total:1 a:0x1f614a0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582894540
(s: 0x44, l: 4, own: 131, off: 51, f: 0x20000003) 
(s: 0x44, l: 4, own: 131, off: 46, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f602a0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894540
RUI: cnt:1 total:1 a:0x1f5f010 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff9275828942a0
(s: 0x4f, l: 8, own: 131, off: 56, f: 0x3) 
(s: 0x4f, l: 8, own: 131, off: 51, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f780 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828942a0
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894000
(s: 0x4f, l: 1, own: 131, off: 51, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f602f0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f860
	(s: 0x4f, l: 1) 
RUD: cnt:1 total:1 a:0x1f5f900 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894000
EFD: cnt:1 total:1 a:0x1f600b0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f860
INO: cnt:3 total:3 a:0x1f5fb80 len:56 a:0x1f5ef50 len:176 a:0x1f60320 len:112 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:112
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630540
(s: 0x2b, l: 1, own: 134, off: 13, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60070 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630540
INO: cnt:3 total:3 a:0x1f5fd10 len:56 a:0x1f60680 len:176 a:0x1f60a60 len:80 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:80
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f5fe90 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fe70 len:24 a:0x1f56d20 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f870 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806307e0
(s: 0x4c, l: 1, own: 134, off: 61, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f7a0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806307e0
BUF: cnt:2 total:2 a:0x1f5fb60 len:24 a:0x1f61f60 len:768 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
============================================================================
TRANS: tid:0x50d1ed59  #items:7  trans:0x50d1ed59  q:0x1f45200
INO: cnt:3 total:3 a:0x1f60760 len:56 a:0x1f611d0 len:176 a:0x1f60a60 len:80 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:80
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034e4c0
(s: 0x2c, l: 3, own: 134, off: 14, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5fb10 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e4c0
BUF: cnt:2 total:2 a:0x1f5f7f0 len:24 a:0x1f61f60 len:768 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 80 (0x1, 0x50)
============================================================================
TRANS: tid:0x28e7f536  #items:34  trans:0x28e7f536  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcadf80
(s: 0x38, l: 3, own: 132, off: 26, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f7a0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcadf80
RUI: cnt:1 total:1 a:0x1f605d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcae220
(s: 0x81, l: 4, own: 132, off: 35, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f870 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae220
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828971e0
(s: 0x85, l: 12, own: 133, off: 0, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60020 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828971e0
INO: cnt:3 total:3 a:0x1f5f320 len:56 a:0x1f618e0 len:176 a:0x1f5ef50 len:144 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:144
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f5fa30 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fa10 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f980 len:24 a:0x1f56d20 len:128 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5fb80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcae760
(s: 0x80000d, l: 11, own: 132, off: 9, f: 0x1) 
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896f40
(s: 0xe, l: 1, own: 133, off: 13, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f710 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae760
BUF: cnt:2 total:2 a:0x1f5f780 len:24 a:0x1f60f10 len:256 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUD: cnt:1 total:1 a:0x1f60090 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896f40
INO: cnt:3 total:3 a:0x1f607f0 len:56 a:0x1f60680 len:176 a:0x1f60a60 len:80 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:80
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f602a0 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f603b0 len:24 a:0x1f611d0 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f604c0 len:24 a:0x1f61730 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896ca0
(s: 0x1b, l: 2, own: 133, off: 15, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f607d0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896ca0
BUF: cnt:2 total:2 a:0x1f60880 len:24 a:0x1f61f60 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 89 (0x1, 0x59)
============================================================================
TRANS: tid:0x68b947ea  #items:59  trans:0x68b947ea  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ea00
(s: 0x32, l: 2, own: 133, off: 17, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60da0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492b860
	(s: 0x32, l: 2) 
RUI: cnt:1 total:1 a:0x1f60640 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ca80
(s: 0x1b, l: 2, own: 133, off: 15, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60c50 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492a680
	(s: 0x1b, l: 2) 
RUD: cnt:1 total:1 a:0x1f604c0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ea00
EFD: cnt:1 total:1 a:0x1f5fc40 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492b860
RUD: cnt:1 total:1 a:0x1f60280 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ca80
EFD: cnt:1 total:1 a:0x1f602c0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492a680
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034df80
(s: 0xe, l: 1, own: 133, off: 13, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60400 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492aea0
	(s: 0xe, l: 1) 
RUD: cnt:1 total:1 a:0x1f5f690 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034df80
EFD: cnt:1 total:1 a:0x1f5feb0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492aea0
RUI: cnt:1 total:1 a:0x1f60a60 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034ef40
(s: 0x34, l: 4, own: 133, off: 19, f: 0x3) 
(s: 0x34, l: 4, own: 133, off: 13, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fa30 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ef40
RUI: cnt:1 total:1 a:0x1f5f010 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034d500
(s: 0x18, l: 3, own: 133, off: 36, f: 0x3) 
(s: 0x18, l: 3, own: 133, off: 30, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fe90 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034d500
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630a80
(s: 0x2f, l: 3, own: 134, off: 17, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5fd50 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9d40
	(s: 0x2f, l: 3) 
RUI: cnt:1 total:1 a:0x1f5fb80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630d20
(s: 0x29, l: 6, own: 134, off: 11, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60830 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8340
	(s: 0x29, l: 6) 
RUD: cnt:1 total:1 a:0x1f5f7f0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630a80
EFD: cnt:1 total:1 a:0x1f60910 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9d40
INO: cnt:3 total:3 a:0x1f5f620 len:56 a:0x1f618e0 len:176 a:0x1f61cc0 len:64 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:64
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f60940 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630d20
EFD: cnt:1 total:1 a:0x1f60eb0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8340
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034e4c0
(s: 0x3b, l: 2, own: 133, off: 61, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60c00 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e4c0
INO: cnt:3 total:3 a:0x1f605d0 len:56 a:0x1f5ef50 len:176 a:0x1f614a0 len:80 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:80
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaea00
(s: 0x5a, l: 2, own: 132, off: 50, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60a00 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59860
	(s: 0x5a, l: 2) 
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaeca0
(s: 0x5c, l: 2, own: 132, off: 48, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f611a0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59ba0
	(s: 0x5c, l: 2) 
RUD: cnt:1 total:1 a:0x1f5fcf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaea00
EFD: cnt:1 total:1 a:0x1f61360 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59860
RUD: cnt:1 total:1 a:0x1f5fe20 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaeca0
EFD: cnt:1 total:1 a:0x1f61330 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59ba0
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaef40
(s: 0x57, l: 1, own: 132, off: 47, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61660 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59520
	(s: 0x57, l: 1) 
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf1e0
(s: 0x82, l: 3, own: 132, off: 36, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f616d0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58b60
	(s: 0x82, l: 3) 
RUD: cnt:1 total:1 a:0x1f61110 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaef40
EFD: cnt:1 total:1 a:0x1f619a0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59520
RUD: cnt:1 total:1 a:0x1f61420 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf1e0
BUF: cnt:2 total:2 a:0x1f61640 len:24 a:0x1f61f60 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f61b50 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58b60
BUF: cnt:2 total:2 a:0x1f616b0 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f61a00 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f61a20 len:24 a:0x1f56d20 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f61840 len:56 a:0x1f60680 len:176 a:0x1f61390 len:96 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:96
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 99 (0x1, 0x63)
============================================================================
TRANS: tid:0x58aa113f  #items:32  trans:0x58aa113f  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f61d50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf480
(s: 0x18, l: 3, own: 133, off: 30, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5fbc0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd584e0
	(s: 0x18, l: 3) 
RUD: cnt:1 total:1 a:0x1f616b0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf480
EFD: cnt:1 total:1 a:0x1f5fc10 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd584e0
RUI: cnt:1 total:1 a:0x1f614a0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcaf720
(s: 0x3b, l: 2, own: 133, off: 61, f: 0x20000003) 
(s: 0x3b, l: 2, own: 133, off: 49, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f61420 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf720
RUI: cnt:1 total:1 a:0x1f61840 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf9c0
(s: 0x91, l: 7, own: 133, off: 31, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f61110 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf9c0
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034f480
(s: 0x27, l: 2, own: 134, off: 9, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61a70 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492ad00
	(s: 0x27, l: 2) 
RUD: cnt:1 total:1 a:0x1f5fa80 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034f480
EFD: cnt:1 total:1 a:0x1f61880 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492ad00
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034d7a0
(s: 0x4d, l: 2, own: 134, off: 59, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fe00 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034d7a0
INO: cnt:3 total:3 a:0x1f61020 len:56 a:0x1f611d0 len:176 a:0x1f61390 len:96 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:96
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f5fcf0 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fc70 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fbf0 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034da40
(s: 0x4f, l: 1, own: 134, off: 62, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60e00 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034da40
INO: cnt:3 total:3 a:0x1f605d0 len:56 a:0x1f618e0 len:176 a:0x1f56d20 len:112 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:112
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5f320 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034f720
(s: 0x87, l: 4, own: 133, off: 2, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f60af0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034f720
BUF: cnt:2 total:2 a:0x1f609c0 len:24 a:0x1f61f60 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 107 (0x1, 0x6b)
============================================================================
TRANS: tid:0xf63bf55e  #items:106  trans:0xf63bf55e  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f614a0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034eca0
(s: 0x48, l: 3, own: 134, off: 31, f: 0x20000003) 
(s: 0x48, l: 3, own: 134, off: 21, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f609e0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034eca0
RUI: cnt:1 total:1 a:0x1f60a60 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034fc60
(s: 0x4d, l: 2, own: 134, off: 59, f: 0x3) 
(s: 0x4d, l: 2, own: 134, off: 49, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60d80 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034fc60
RUI: cnt:1 total:1 a:0x1f5f010 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034e760
(s: 0x4c, l: 1, own: 134, off: 61, f: 0x3) 
(s: 0x4c, l: 1, own: 134, off: 51, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fbf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e760
RUI: cnt:1 total:1 a:0x1f615b0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034d260
(s: 0x4f, l: 1, own: 134, off: 62, f: 0x3) 
(s: 0x4f, l: 1, own: 134, off: 52, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fd80 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034d260
RUI: cnt:1 total:1 a:0x1f60430 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034cd20
(s: 0x4b, l: 1, own: 134, off: 63, f: 0x3) 
(s: 0x4b, l: 1, own: 134, off: 53, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5faf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034cd20
RUI: cnt:1 total:1 a:0x1f5f320 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c000
(s: 0x58, l: 2, own: 134, off: 0, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60e70 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c000
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034f9c0
(s: 0x4b, l: 1, own: 134, off: 53, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61550 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492ba00
	(s: 0x4b, l: 1) 
RUI: cnt:1 total:1 a:0x1f605d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034dce0
(s: 0x4f, l: 1, own: 134, off: 52, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f618b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492bba0
	(s: 0x4f, l: 1) 
RUD: cnt:1 total:1 a:0x1f61420 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034f9c0
EFD: cnt:1 total:1 a:0x1f619d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492ba00
RUD: cnt:1 total:1 a:0x1f61690 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034dce0
EFD: cnt:1 total:1 a:0x1f61a40 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492bba0
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c2a0
(s: 0x4c, l: 1, own: 134, off: 51, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61dc0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492b520
	(s: 0x4c, l: 1) 
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c540
(s: 0x4d, l: 2, own: 134, off: 49, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61d90 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492a9c0
	(s: 0x4d, l: 2) 
RUD: cnt:1 total:1 a:0x1f5f7f0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c2a0
EFD: cnt:1 total:1 a:0x1f5fac0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492b520
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630fc0
(s: 0x6b, l: 4, own: 131, off: 20, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60b40 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8680
	(s: 0x6b, l: 4) 
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631260
(s: 0x5e, l: 1, own: 131, off: 19, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60eb0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a84e0
	(s: 0x5e, l: 1) 
RUD: cnt:1 total:1 a:0x1f60020 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c540
RUD: cnt:1 total:1 a:0x1f5fa30 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630fc0
EFD: cnt:1 total:1 a:0x1f60910 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492a9c0
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c7e0
(s: 0x48, l: 3, own: 134, off: 21, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60830 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492a820
	(s: 0x48, l: 3) 
EFD: cnt:1 total:1 a:0x1f60610 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8680
RUD: cnt:1 total:1 a:0x1f5f730 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c7e0
RUD: cnt:1 total:1 a:0x1f60090 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631260
EFD: cnt:1 total:1 a:0x1f5fdd0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492a820
EFD: cnt:1 total:1 a:0x1f5fe40 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a84e0
RUI: cnt:1 total:1 a:0x1f61840 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631500
(s: 0x69, l: 2, own: 131, off: 17, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60040 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9ba0
	(s: 0x69, l: 2) 
RUD: cnt:1 total:1 a:0x1f607d0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631500
EFD: cnt:1 total:1 a:0x1f600e0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9ba0
RUI: cnt:1 total:1 a:0x1f61d50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034e4c0
(s: 0x29, l: 7, own: 134, off: 9, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f61c40 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e4c0
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580633c60
(s: 0x68, l: 1, own: 131, off: 36, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5fc40 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a91e0
	(s: 0x68, l: 1) 
RUD: cnt:1 total:1 a:0x1f5f500 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633c60
EFD: cnt:1 total:1 a:0x1f60c50 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a91e0
RUI: cnt:1 total:1 a:0x1f5fb80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806339c0
(s: 0x23, l: 2, own: 131, off: 7, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60da0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9860
	(s: 0x23, l: 2) 
RUD: cnt:1 total:1 a:0x1f5f300 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806339c0
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034d500
(s: 0x2d, l: 3, own: 134, off: 13, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5f950 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492aea0
	(s: 0x2d, l: 3) 
EFD: cnt:1 total:1 a:0x1f5f8d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9860
RUD: cnt:1 total:1 a:0x1f5f0e0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034d500
BUF: cnt:2 total:2 a:0x1f56ca0 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f45250 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f61400 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580633720
(s: 0x800018, l: 7, own: 131, off: 6, f: 0x20000001) 
EFD: cnt:1 total:1 a:0x1f5f4d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492aea0
RUD: cnt:1 total:1 a:0x1f61610 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633720
BUF: cnt:2 total:2 a:0x1f605a0 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f60640 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ef40
(s: 0x98, l: 13, own: 134, off: 13, f: 0x20000001) 
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580633480
(s: 0x50, l: 6, own: 131, off: 52, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f260 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9a00
	(s: 0x50, l: 6) 
RUI: cnt:1 total:1 a:0x1f5f220 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632f40
(s: 0x44, l: 4, own: 131, off: 46, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5f0b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a96c0
	(s: 0x44, l: 4) 
RUD: cnt:1 total:1 a:0x1f61c20 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ef40
RUD: cnt:1 total:1 a:0x1f61d30 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633480
EFD: cnt:1 total:1 a:0x1f56cf0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9a00
RUD: cnt:1 total:1 a:0x1f56d60 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632f40
EFD: cnt:1 total:1 a:0x1f61f30 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a96c0
RUI: cnt:1 total:1 a:0x1f60540 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff9275806331e0
(s: 0x56, l: 1, own: 131, off: 58, f: 0x3) 
(s: 0x56, l: 1, own: 131, off: 45, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5eff0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806331e0
RUI: cnt:1 total:1 a:0x1f5f190 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcafc60
(s: 0x29, l: 1, own: 134, off: 9, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f611d0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58340
	(s: 0x29, l: 1) 
RUI: cnt:1 total:1 a:0x1f5f100 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf1e0
(s: 0x25, l: 2, own: 134, off: 7, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f618e0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd596c0
	(s: 0x25, l: 2) 
RUD: cnt:1 total:1 a:0x1f61960 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcafc60
EFD: cnt:1 total:1 a:0x1f60140 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58340
RUD: cnt:1 total:1 a:0x1f601c0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf1e0
EFD: cnt:1 total:1 a:0x1f60f30 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd596c0
BUF: cnt:2 total:2 a:0x1f60fb0 len:24 a:0x1f61760 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f61000 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f61820 len:24 a:0x1f62100 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f070 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaef40
(s: 0x1b, l: 6, own: 134, off: 4, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f62260 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaef40
INO: cnt:3 total:3 a:0x1f5ef10 len:56 a:0x1f62300 len:176 a:0x1f61390 len:96 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:96
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f569c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034df80
(s: 0x60, l: 4, own: 131, off: 28, f: 0x5) 
INO: cnt:3 total:3 a:0x1f61ef0 len:56 a:0x1f62440 len:176 a:0x1f61cc0 len:64 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:64
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f62500 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034df80
BUF: cnt:2 total:2 a:0x1f62570 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
============================================================================
TRANS: tid:0x451c23e2  #items:15  trans:0x451c23e2  q:0x1f45200
BUF: cnt:2 total:2 a:0x1f62570 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f62550 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f62500 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f61eb0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaeca0
(s: 0xb7, l: 20, own: 134, off: 44, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f622b0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaeca0
RUI: cnt:1 total:1 a:0x1f61ef0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ca80
(s: 0x9b, l: 10, own: 134, off: 16, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f61820 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ca80
BUF: cnt:2 total:2 a:0x1f60fb0 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f569c0 len:56 a:0x1f62300 len:176 a:0x1f61390 len:96 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:96
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 127 (0x1, 0x7f)
============================================================================
TRANS: tid:0x3042aa64  #items:3  trans:0x3042aa64  q:0x1f45200
INO: cnt:3 total:3 a:0x1f5ee10 len:56 a:0x1f62440 len:176 a:0x1f61390 len:96 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:96
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 129 (0x1, 0x81)
============================================================================
TRANS: tid:0xc4f20b8f  #items:27  trans:0xc4f20b8f  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f569c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaea00
(s: 0x3b, l: 2, own: 133, off: 49, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f617f0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58d00
	(s: 0x3b, l: 2) 
RUI: cnt:1 total:1 a:0x1f5ee10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcae760
(s: 0x96, l: 2, own: 133, off: 36, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f620a0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58680
	(s: 0x96, l: 2) 
RUD: cnt:1 total:1 a:0x1f62260 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaea00
EFD: cnt:1 total:1 a:0x1f623c0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58d00
RUD: cnt:1 total:1 a:0x1f62500 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae760
EFD: cnt:1 total:1 a:0x1f62410 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58680
RUI: cnt:1 total:1 a:0x1f61ef0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcae220
(s: 0xa5, l: 4, own: 133, off: 27, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60f10 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae220
BUF: cnt:2 total:2 a:0x1f601a0 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f61980 len:24 a:0x1f62100 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f61960 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f61eb0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcadf80
(s: 0xa9, l: 5, own: 133, off: 36, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60720 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcadf80
RUI: cnt:1 total:1 a:0x1f5ef10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ca80
(s: 0x8f, l: 2, own: 133, off: 10, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5eff0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ca80
INO: cnt:3 total:3 a:0x1f5f070 len:56 a:0x1f62300 len:176 a:0x1f62440 len:144 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:144
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5f100 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034df80
(s: 0xd, l: 1, own: 133, off: 12, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f56d60 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034df80
BUF: cnt:2 total:2 a:0x1f56d20 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
============================================================================
TRANS: tid:0x5e264653  #items:13  trans:0x5e264653  q:0x1f45200
INO: cnt:3 total:3 a:0x1f5f100 len:56 a:0x1f62300 len:176 a:0x1f56c10 len:112 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:112
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f56d20 len:24 a:0x1f61760 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f56d40 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f56d60 len:24 a:0x1f62100 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f070 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806331e0
(s: 0x44, l: 14, own: 131, off: 47, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5efd0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806331e0
BUF: cnt:2 total:2 a:0x1f606b0 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 141 (0x1, 0x8d)
============================================================================
TRANS: tid:0xd8ce524  #items:94  trans:0xd8ce524  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5f070 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896a00
(s: 0xb7, l: 20, own: 134, off: 44, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61910 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7fba0
	(s: 0xb7, l: 20) 
RUI: cnt:1 total:1 a:0x1f601e0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896760
(s: 0x9b, l: 10, own: 134, off: 16, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61200 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7fd40
	(s: 0x9b, l: 10) 
RUD: cnt:1 total:1 a:0x1f56d60 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896a00
EFD: cnt:1 total:1 a:0x1f611d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7fba0
RUD: cnt:1 total:1 a:0x1f60700 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896760
EFD: cnt:1 total:1 a:0x1f5efa0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7fd40
RUI: cnt:1 total:1 a:0x1f5f100 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828964c0
(s: 0x9a, l: 1, own: 134, off: 15, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60f60 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f520
	(s: 0x9a, l: 1) 
RUD: cnt:1 total:1 a:0x1f601a0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828964c0
EFD: cnt:1 total:1 a:0x1f625c0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f520
RUI: cnt:1 total:1 a:0x1f61eb0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896220
(s: 0xae, l: 1, own: 134, off: 51, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f62570 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896220
RUI: cnt:1 total:1 a:0x1f5ef10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582895f80
(s: 0xaf, l: 4, own: 134, off: 52, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f623f0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895f80
RUI: cnt:1 total:1 a:0x1f61ef0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582895ce0
(s: 0xb3, l: 3, own: 134, off: 56, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f62240 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895ce0
RUI: cnt:1 total:1 a:0x1f60540 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927580632f40
(s: 0xae, l: 1, own: 134, off: 51, f: 0x20000003) 
(s: 0xae, l: 1, own: 134, off: 46, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60fb0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632f40
RUI: cnt:1 total:1 a:0x1f60430 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927580633480
(s: 0xaf, l: 4, own: 134, off: 52, f: 0x3) 
(s: 0xaf, l: 4, own: 134, off: 47, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f61c20 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633480
RUI: cnt:1 total:1 a:0x1f615b0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927580633720
(s: 0xb3, l: 3, own: 134, off: 56, f: 0x20000003) 
(s: 0xb3, l: 3, own: 134, off: 51, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f61af0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633720
RUI: cnt:1 total:1 a:0x1f5ee10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806339c0
(s: 0xcb, l: 10, own: 132, off: 36, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f56ca0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806339c0
RUI: cnt:1 total:1 a:0x1f569c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580633c60
(s: 0xcb, l: 10, own: 132, off: 36, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f56cf0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9520
	(s: 0xcb, l: 10) 
RUI: cnt:1 total:1 a:0x1f5f190 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631500
(s: 0x81, l: 1, own: 132, off: 35, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5eee0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a96c0
	(s: 0x81, l: 1) 
RUD: cnt:1 total:1 a:0x1f5f2b0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633c60
EFD: cnt:1 total:1 a:0x1f5f1d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9520
RUD: cnt:1 total:1 a:0x1f5f410 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631500
EFD: cnt:1 total:1 a:0x1f60ce0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a96c0
RUI: cnt:1 total:1 a:0x1f5f220 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631260
(s: 0x72, l: 6, own: 132, off: 29, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5f3e0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9040
	(s: 0x72, l: 6) 
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630fc0
(s: 0x38, l: 3, own: 132, off: 26, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5f450 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9860
	(s: 0x38, l: 3) 
RUD: cnt:1 total:1 a:0x1f61c40 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631260
EFD: cnt:1 total:1 a:0x1f5f4a0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9040
RUD: cnt:1 total:1 a:0x1f60860 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630fc0
EFD: cnt:1 total:1 a:0x1f5f560 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9860
RUI: cnt:1 total:1 a:0x1f60640 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630d20
(s: 0x42, l: 2, own: 132, off: 24, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f5d0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a84e0
	(s: 0x42, l: 2) 
RUD: cnt:1 total:1 a:0x1f602a0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630d20
EFD: cnt:1 total:1 a:0x1f5f7c0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a84e0
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630a80
(s: 0x21, l: 8, own: 132, off: 56, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f730 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630a80
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806307e0
(s: 0xb3, l: 3, own: 134, off: 51, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5f920 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8d00
	(s: 0xb3, l: 3) 
RUD: cnt:1 total:1 a:0x1f5f980 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806307e0
EFD: cnt:1 total:1 a:0x1f5fa50 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8d00
RUI: cnt:1 total:1 a:0x1f5fb80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630540
(s: 0xd5, l: 8, own: 134, off: 20, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60020 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630540
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806302a0
(s: 0xdd, l: 3, own: 134, off: 43, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f870 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806302a0
RUI: cnt:1 total:1 a:0x1f61d50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630000
(s: 0xe0, l: 13, own: 134, off: 51, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f7a0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630000
RUI: cnt:1 total:1 a:0x1f61840 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632ca0
(s: 0x21, l: 8, own: 132, off: 56, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60220 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8820
	(s: 0x21, l: 8) 
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632220
(s: 0x40, l: 2, own: 132, off: 22, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f602f0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9380
	(s: 0x40, l: 2) 
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ef40
(s: 0xae, l: 1, own: 134, off: 46, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f616b0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632ca0
RUD: cnt:1 total:1 a:0x1f61640 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ef40
EFD: cnt:1 total:1 a:0x1f5feb0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8820
RUD: cnt:1 total:1 a:0x1f61310 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632220
BUF: cnt:2 total:2 a:0x1f61110 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f607a0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9380
BUF: cnt:2 total:2 a:0x1f60e90 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f60e70 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fa80 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806324c0
(s: 0x800010, l: 7, own: 132, off: 12, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60e40 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9d40
	(s: 0x800010, l: 7) 
INO: cnt:3 total:3 a:0x1f5f890 len:56 a:0x1f62440 len:176 a:0x1f61cc0 len:64 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:64
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f5fe20 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806324c0
BUF: cnt:2 total:2 a:0x1f5fd80 len:24 a:0x1f62a30 len:384 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f60b40 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9d40
BUF: cnt:2 total:2 a:0x1f5fc70 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fbf0 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f60e20 len:24 a:0x1f61760 len:128 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f605d0 len:56 a:0x1f62300 len:176 a:0x1f62100 len:128 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:128
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 156 (0x1, 0x9c)
============================================================================
TRANS: tid:0x14d0cd09  #items:53  trans:0x14d0cd09  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcad7a0
(s: 0x44, l: 14, own: 131, off: 47, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61d90 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd581a0
	(s: 0x44, l: 14) 
RUI: cnt:1 total:1 a:0x1f605d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcadce0
(s: 0x56, l: 1, own: 131, off: 45, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5fb30 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58b60
	(s: 0x56, l: 1) 
RUD: cnt:1 total:1 a:0x1f5fd80 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcad7a0
EFD: cnt:1 total:1 a:0x1f604e0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd581a0
RUD: cnt:1 total:1 a:0x1f5faf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcadce0
EFD: cnt:1 total:1 a:0x1f60a30 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58b60
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcae4c0
(s: 0x64, l: 4, own: 131, off: 32, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60ee0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59860
	(s: 0x64, l: 4) 
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcada40
(s: 0x60, l: 4, own: 131, off: 28, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f608a0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58000
	(s: 0x60, l: 4) 
RUD: cnt:1 total:1 a:0x1f612f0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae4c0
EFD: cnt:1 total:1 a:0x1f60830 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59860
RUD: cnt:1 total:1 a:0x1f61530 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcada40
EFD: cnt:1 total:1 a:0x1f5fda0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58000
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcad500
(s: 0x5f, l: 1, own: 131, off: 27, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5fdd0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59a00
	(s: 0x5f, l: 1) 
RUD: cnt:1 total:1 a:0x1f61a20 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcad500
EFD: cnt:1 total:1 a:0x1f5feb0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59a00
RUI: cnt:1 total:1 a:0x1f615b0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcad260
(s: 0x6f, l: 3, own: 131, off: 24, f: 0x20000003) 
(s: 0x6f, l: 3, own: 131, off: 33, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f7f0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcad260
RUI: cnt:1 total:1 a:0x1f60430 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcacfc0
(s: 0x6f, l: 3, own: 131, off: 33, f: 0x20000003) 
(s: 0x6f, l: 3, own: 131, off: 46, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fb60 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcacfc0
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcacd20
(s: 0x82, l: 1, own: 131, off: 63, f: 0x20000001) 
INO: cnt:3 total:3 a:0x1f61130 len:56 a:0x1f62440 len:176 a:0x1f62300 len:160 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:160
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f61d50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582895a40
(s: 0xed, l: 7, own: 133, off: 41, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60020 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcacd20
RUD: cnt:1 total:1 a:0x1f5fa30 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895a40
INO: cnt:3 total:3 a:0x1f5f620 len:56 a:0x1f5ff10 len:176 a:0x1f61cc0 len:64 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:64
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaca80
(s: 0x82, l: 1, own: 131, off: 63, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60d50 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59380
	(s: 0x82, l: 1) 
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcac7e0
(s: 0x6f, l: 3, own: 131, off: 46, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60dd0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58680
	(s: 0x6f, l: 3) 
RUD: cnt:1 total:1 a:0x1f5f730 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaca80
EFD: cnt:1 total:1 a:0x1f5f950 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59380
RUD: cnt:1 total:1 a:0x1f60280 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcac7e0
BUF: cnt:2 total:2 a:0x1f603b0 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f5f750 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58680
BUF: cnt:2 total:2 a:0x1f60740 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f607d0 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f60860 len:24 a:0x1f62100 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f60640 len:56 a:0x1f62a30 len:176 a:0x1f60880 len:16 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:16
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 166 (0x1, 0xa6)
============================================================================
TRANS: tid:0x6c0dabe2  #items:73  trans:0x6c0dabe2  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034df80
(s: 0x95, l: 1, own: 133, off: 35, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f60860 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034df80
RUI: cnt:1 total:1 a:0x1f60640 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ef40
(s: 0xa9, l: 5, own: 133, off: 36, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f604c0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ef40
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806317a0
(s: 0xed, l: 2, own: 133, off: 41, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f6b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a81a0
	(s: 0xed, l: 2) 
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632760
(s: 0xa9, l: 5, own: 133, off: 36, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f750 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9d40
	(s: 0xa9, l: 5) 
RUD: cnt:1 total:1 a:0x1f5f730 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806317a0
EFD: cnt:1 total:1 a:0x1f5f8d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a81a0
RUD: cnt:1 total:1 a:0x1f5f900 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632760
EFD: cnt:1 total:1 a:0x1f5f9e0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9d40
RUI: cnt:1 total:1 a:0x1f5fb80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ca80
(s: 0x80000d, l: 2, own: 132, off: 9, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60da0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492a680
	(s: 0x80000d, l: 2) 
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632a00
(s: 0x95, l: 1, own: 133, off: 35, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60c50 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8340
	(s: 0x95, l: 1) 
RUI: cnt:1 total:1 a:0x1f61d50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631a40
(s: 0x91, l: 4, own: 133, off: 31, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5fc40 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8000
	(s: 0x91, l: 4) 
RUD: cnt:1 total:1 a:0x1f5fb60 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ca80
RUD: cnt:1 total:1 a:0x1f5f7a0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632a00
EFD: cnt:1 total:1 a:0x1f602f0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8340
EFD: cnt:1 total:1 a:0x1f60400 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492a680
RUI: cnt:1 total:1 a:0x1f61840 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034d500
(s: 0x80, l: 1, own: 132, off: 8, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5feb0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492a820
	(s: 0x80, l: 1) 
RUD: cnt:1 total:1 a:0x1f61a00 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631a40
RUD: cnt:1 total:1 a:0x1f61690 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034d500
EFD: cnt:1 total:1 a:0x1f5fcc0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8000
EFD: cnt:1 total:1 a:0x1f5fda0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492a820
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631ce0
(s: 0xb3, l: 12, own: 133, off: 31, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f612f0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631ce0
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631f80
(s: 0x8b, l: 4, own: 133, off: 6, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60510 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a84e0
	(s: 0x8b, l: 4) 
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806324c0
(s: 0x87, l: 4, own: 133, off: 2, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60e40 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9860
	(s: 0x87, l: 4) 
RUD: cnt:1 total:1 a:0x1f5faa0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631f80
EFD: cnt:1 total:1 a:0x1f60eb0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a84e0
RUD: cnt:1 total:1 a:0x1f5fe00 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806324c0
EFD: cnt:1 total:1 a:0x1f60b40 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9860
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632220
(s: 0x86, l: 1, own: 133, off: 1, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f603d0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9520
	(s: 0x86, l: 1) 
RUD: cnt:1 total:1 a:0x1f60e20 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632220
EFD: cnt:1 total:1 a:0x1f5fc10 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9520
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034e4c0
(s: 0x9a, l: 3, own: 132, off: 8, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f5b0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e4c0
BUF: cnt:2 total:2 a:0x1f5f500 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5f480 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f430 len:24 a:0x1f61760 len:128 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f605d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632ca0
(s: 0x80001f, l: 9, own: 133, off: 1, f: 0x20000001) 
INO: cnt:3 total:3 a:0x1f60760 len:56 a:0x1f62440 len:176 a:0x1f60430 len:80 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:80
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f5f390 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632ca0
BUF: cnt:2 total:2 a:0x1f5f2b0 len:24 a:0x1f625f0 len:384 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f5f220 len:56 a:0x1f62300 len:176 a:0x1f5ee50 len:128 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:128
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f5f290 len:24 a:0x1f62780 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5f200 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f170 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5ee10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630000
(s: 0xf4, l: 11, own: 134, off: 32, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f56db0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630000
BUF: cnt:2 total:2 a:0x1f45250 len:24 a:0x1f62a30 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f61ef0 len:56 a:0x1f62100 len:176 a:0x1f62810 len:144 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:144
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 179 (0x1, 0xb3)
============================================================================
TRANS: tid:0x6efee1f  #items:36  trans:0x6efee1f  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5ef10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c7e0
(s: 0x800010, l: 4, own: 132, off: 12, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f56ca0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c7e0
BUF: cnt:2 total:2 a:0x1f5f0e0 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5f170 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f200 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f61ef0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c540
(s: 0x40, l: 9, own: 132, off: 22, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f2b0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c540
BUF: cnt:2 total:2 a:0x1f5f390 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5ee10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcac540
(s: 0x800014, l: 3, own: 131, off: 2, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f430 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcac540
RUI: cnt:1 total:1 a:0x1f569c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcac2a0
(s: 0x800014, l: 3, own: 131, off: 2, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60bd0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd589c0
	(s: 0x800014, l: 3) 
RUD: cnt:1 total:1 a:0x1f5f5b0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcac2a0
EFD: cnt:1 total:1 a:0x1f5f3b0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd589c0
BUF: cnt:2 total:2 a:0x1f61b30 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f60e20 len:24 a:0x1f61760 len:128 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fbf0 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f220 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcac000
(s: 0x800028, l: 2, own: 131, off: 13, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fcf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcac000
INO: cnt:3 total:3 a:0x1f5f190 len:56 a:0x1f62440 len:176 a:0x1f605d0 len:48 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:48
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c2a0
(s: 0x800019, l: 6, own: 131, off: 7, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5fe20 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c2a0
BUF: cnt:2 total:2 a:0x1f5faa0 len:24 a:0x1f62a30 len:384 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f5f890 len:56 a:0x1f62300 len:176 a:0x1f62100 len:112 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:112
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 188 (0x1, 0xbc)
============================================================================
TRANS: tid:0x7eff63cc  #items:44  trans:0x7eff63cc  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034dce0
(s: 0x46, l: 1, own: 132, off: 28, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5faf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034dce0
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcac7e0
(s: 0x46, l: 1, own: 132, off: 28, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5fac0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58340
	(s: 0x46, l: 1) 
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaca80
(s: 0x40, l: 6, own: 132, off: 22, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5fbc0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd591e0
	(s: 0x40, l: 6) 
RUD: cnt:1 total:1 a:0x1f5fbf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcac7e0
EFD: cnt:1 total:1 a:0x1f61d90 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58340
RUD: cnt:1 total:1 a:0x1f61c40 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaca80
EFD: cnt:1 total:1 a:0x1f5f450 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd591e0
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcacd20
(s: 0x3f, l: 1, own: 132, off: 21, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f3b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59380
	(s: 0x3f, l: 1) 
RUD: cnt:1 total:1 a:0x1f5f480 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcacd20
EFD: cnt:1 total:1 a:0x1f60bd0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59380
RUI: cnt:1 total:1 a:0x1f605d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcacfc0
(s: 0x5a, l: 17, own: 132, off: 31, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f300 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcacfc0
RUI: cnt:1 total:1 a:0x1f5f190 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcad260
(s: 0x81, l: 4, own: 132, off: 60, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f200 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcad260
RUI: cnt:1 total:1 a:0x1f5f220 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034f9c0
(s: 0x47, l: 2, own: 132, off: 29, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f56db0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034f9c0
RUI: cnt:1 total:1 a:0x1f60430 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcad500
(s: 0x47, l: 2, own: 132, off: 29, f: 0x3) 
(s: 0x47, l: 2, own: 132, off: 21, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fa80 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcad500
RUI: cnt:1 total:1 a:0x1f615b0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcada40
(s: 0x5a, l: 17, own: 132, off: 31, f: 0x3) 
(s: 0x5a, l: 17, own: 132, off: 23, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f61090 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcada40
RUI: cnt:1 total:1 a:0x1f60540 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcae4c0
(s: 0x81, l: 4, own: 132, off: 60, f: 0x3) 
(s: 0x81, l: 4, own: 132, off: 52, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f61310 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae4c0
INO: cnt:3 total:3 a:0x1f569c0 len:56 a:0x1f62440 len:176 a:0x1f62300 len:144 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:144
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f61ef0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcadce0
(s: 0x9d, l: 4, own: 134, off: 16, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f61640 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcadce0
INO: cnt:3 total:3 a:0x1f5ef10 len:56 a:0x1f5ff10 len:176 a:0x1f61f90 len:176 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:176
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f616b0 len:24 a:0x1f62180 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f61a00 len:24 a:0x1f625f0 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f61a20 len:24 a:0x1f62700 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcad7a0
(s: 0xbf, l: 4, own: 134, off: 28, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f608f0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcad7a0
BUF: cnt:2 total:2 a:0x1f5f7f0 len:24 a:0x1f62a30 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
============================================================================
TRANS: tid:0x90c06056  #items:7  trans:0x90c06056  q:0x1f45200
INO: cnt:3 total:3 a:0x1f61130 len:56 a:0x1f62440 len:176 a:0x1f62300 len:176 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:176
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5ef10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034e4c0
(s: 0xd5, l: 8, own: 134, off: 20, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f608d0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e4c0
BUF: cnt:2 total:2 a:0x1f60940 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
============================================================================
TRANS: tid:0xc54e8709  #items:49  trans:0xc54e8709  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5ef10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034d500
(s: 0xef, l: 5, own: 133, off: 43, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f608a0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492a820
	(s: 0xef, l: 5) 
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ca80
(s: 0xb3, l: 12, own: 133, off: 31, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5fd50 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492a680
	(s: 0xb3, l: 12) 
RUD: cnt:1 total:1 a:0x1f61a20 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034d500
EFD: cnt:1 total:1 a:0x1f60910 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492a820
RUD: cnt:1 total:1 a:0x1f61690 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ca80
EFD: cnt:1 total:1 a:0x1f60eb0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492a680
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ef40
(s: 0xa5, l: 4, own: 133, off: 27, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f56d80 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492b520
	(s: 0xa5, l: 4) 
RUI: cnt:1 total:1 a:0x1f5ee10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034df80
(s: 0x34, l: 4, own: 133, off: 13, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f56dd0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492bba0
	(s: 0x34, l: 4) 
RUD: cnt:1 total:1 a:0x1f61090 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ef40
EFD: cnt:1 total:1 a:0x1f56cc0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492b520
RUD: cnt:1 total:1 a:0x1f5fa80 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034df80
EFD: cnt:1 total:1 a:0x1f5f260 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492bba0
RUI: cnt:1 total:1 a:0x1f61ef0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c000
(s: 0xd, l: 1, own: 133, off: 12, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f2d0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492a4e0
	(s: 0xd, l: 1) 
RUI: cnt:1 total:1 a:0x1f569c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034cd20
(s: 0x8f, l: 2, own: 133, off: 10, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f3e0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492bd40
	(s: 0x8f, l: 2) 
RUD: cnt:1 total:1 a:0x1f5f290 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c000
EFD: cnt:1 total:1 a:0x1f60490 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492a4e0
RUD: cnt:1 total:1 a:0x1f5f390 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034cd20
BUF: cnt:2 total:2 a:0x1f5f430 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f61d90 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492bd40
BUF: cnt:2 total:2 a:0x1f5f500 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5f590 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f5b0 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f220 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034d260
(s: 0x800027, l: 1, own: 133, off: 9, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60990 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492ad00
	(s: 0x800027, l: 1) 
RUD: cnt:1 total:1 a:0x1f61b30 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034d260
EFD: cnt:1 total:1 a:0x1f5fcc0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492ad00
BUF: cnt:2 total:2 a:0x1f5fc70 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fcf0 len:24 a:0x1f61760 len:128 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fd80 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f190 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034e760
(s: 0x800043, l: 12, own: 133, off: 37, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fe20 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e760
BUF: cnt:2 total:2 a:0x1f5faa0 len:24 a:0x1f62a30 len:512 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f605d0 len:56 a:0x1f62440 len:176 a:0x1f5fd10 len:48 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:48
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 209 (0x1, 0xd1)
============================================================================
TRANS: tid:0x959aa001  #items:54  trans:0x959aa001  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f60540 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff9275828957a0
(s: 0x800028, l: 2, own: 131, off: 13, f: 0x3) 
(s: 0x800028, l: 2, own: 131, off: 24, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5faf0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828957a0
RUI: cnt:1 total:1 a:0x1f615b0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582895500
(s: 0x800019, l: 6, own: 131, off: 7, f: 0x3) 
(s: 0x800019, l: 6, own: 131, off: 18, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fd80 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895500
RUI: cnt:1 total:1 a:0x1f60430 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582895260
(s: 0x800018, l: 1, own: 131, off: 6, f: 0x20000003) 
(s: 0x800018, l: 1, own: 131, off: 17, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fbf0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895260
RUI: cnt:1 total:1 a:0x1f5f010 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582894fc0
(s: 0x800018, l: 1, own: 131, off: 17, f: 0x20000003) 
(s: 0x800018, l: 1, own: 131, off: 14, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f61c40 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894fc0
RUI: cnt:1 total:1 a:0x1f60a60 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582894d20
(s: 0x800019, l: 6, own: 131, off: 18, f: 0x3) 
(s: 0x800019, l: 6, own: 131, off: 15, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f590 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894d20
RUI: cnt:1 total:1 a:0x1f614a0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582895a40
(s: 0x800028, l: 2, own: 131, off: 24, f: 0x3) 
(s: 0x800028, l: 2, own: 131, off: 21, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f430 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895a40
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582895ce0
(s: 0x800028, l: 1, own: 131, off: 21, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f607a0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f1e0
	(s: 0x800028, l: 1) 
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582895f80
(s: 0x800019, l: 6, own: 131, off: 15, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f604e0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f380
	(s: 0x800019, l: 6) 
RUD: cnt:1 total:1 a:0x1f5f200 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895ce0
EFD: cnt:1 total:1 a:0x1f5fb30 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f1e0
RUD: cnt:1 total:1 a:0x1f56db0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895f80
EFD: cnt:1 total:1 a:0x1f5fbc0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f380
RUI: cnt:1 total:1 a:0x1f605d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896220
(s: 0x800018, l: 1, own: 131, off: 14, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f61500 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7e820
	(s: 0x800018, l: 1) 
RUD: cnt:1 total:1 a:0x1f60e90 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896220
EFD: cnt:1 total:1 a:0x1f5f4a0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7e820
RUI: cnt:1 total:1 a:0x1f5f190 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828964c0
(s: 0x80002a, l: 12, own: 131, off: 10, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f61310 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828964c0
RUI: cnt:1 total:1 a:0x1f5f220 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806302a0
(s: 0x800029, l: 1, own: 131, off: 22, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60bd0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8680
	(s: 0x800029, l: 1) 
RUI: cnt:1 total:1 a:0x1f569c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630540
(s: 0x800034, l: 2, own: 131, off: 20, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60ce0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9ba0
	(s: 0x800034, l: 2) 
RUD: cnt:1 total:1 a:0x1f61a00 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806302a0
EFD: cnt:1 total:1 a:0x1f5f1d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8680
RUD: cnt:1 total:1 a:0x1f608d0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630540
EFD: cnt:1 total:1 a:0x1f5f0b0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9ba0
BUF: cnt:2 total:2 a:0x1f5f7a0 len:24 a:0x1f62180 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fb10 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fb60 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f61ef0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806307e0
(s: 0x80004f, l: 15, own: 131, off: 39, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fe70 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806307e0
RUI: cnt:1 total:1 a:0x1f60b70 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582896760
(s: 0x80004f, l: 15, own: 131, off: 39, f: 0x3) 
(s: 0x80004f, l: 15, own: 131, off: 30, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60070 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896760
INO: cnt:3 total:3 a:0x1f5ee10 len:56 a:0x1f62300 len:176 a:0x1f60510 len:32 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:32
	CORE inode:
		DATA FORK EXTENTS inode data:
INO: cnt:3 total:3 a:0x1f60d10 len:56 a:0x1f62440 len:176 a:0x1f60c80 len:80 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:80
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034e760
(s: 0x800020, l: 2, own: 133, off: 2, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5f980 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e760
BUF: cnt:2 total:2 a:0x1f5f690 len:24 a:0x1f625f0 len:512 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 218 (0x1, 0xda)
============================================================================
TRANS: tid:0xf96ecc08  #items:53  trans:0xf96ecc08  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896a00
(s: 0xd5, l: 6, own: 134, off: 20, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60960 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f040
	(s: 0xd5, l: 6) 
RUD: cnt:1 total:1 a:0x1f5f980 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896a00
EFD: cnt:1 total:1 a:0x1f5fd50 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f040
RUI: cnt:1 total:1 a:0x1f60c80 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582896ca0
(s: 0xdb, l: 2, own: 134, off: 26, f: 0x3) 
(s: 0xdb, l: 2, own: 134, off: 20, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60020 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896ca0
RUI: cnt:1 total:1 a:0x1f60b70 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582896f40
(s: 0xbf, l: 4, own: 134, off: 28, f: 0x3) 
(s: 0xbf, l: 4, own: 134, off: 22, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f870 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896f40
RUI: cnt:1 total:1 a:0x1f614a0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff9275828971e0
(s: 0xf4, l: 11, own: 134, off: 32, f: 0x20000003) 
(s: 0xf4, l: 11, own: 134, off: 26, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f7a0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828971e0
RUI: cnt:1 total:1 a:0x1f60a60 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582894000
(s: 0xdd, l: 3, own: 134, off: 43, f: 0x3) 
(s: 0xdd, l: 3, own: 134, off: 37, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f608d0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894000
RUI: cnt:1 total:1 a:0x1f5f010 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff9275828942a0
(s: 0xae, l: 5, own: 134, off: 46, f: 0x3) 
(s: 0xae, l: 5, own: 134, off: 40, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f61a00 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828942a0
RUI: cnt:1 total:1 a:0x1f60430 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582894540
(s: 0xe0, l: 13, own: 134, off: 51, f: 0x3) 
(s: 0xe0, l: 13, own: 134, off: 45, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f61640 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894540
RUI: cnt:1 total:1 a:0x1f5ef10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828947e0
(s: 0xe5, l: 8, own: 134, off: 50, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f56cc0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7e9c0
	(s: 0xe5, l: 8) 
RUD: cnt:1 total:1 a:0x1f612f0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828947e0
BUF: cnt:2 total:2 a:0x1f61090 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f60ce0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7e9c0
BUF: cnt:2 total:2 a:0x1f60e70 len:24 a:0x1f61760 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fa80 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f45250 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f60d10 len:56 a:0x1f62300 len:176 a:0x1f62440 len:176 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:176
	CORE inode:
		DATA FORK EXTENTS inode data:
INO: cnt:3 total:3 a:0x1f5ee10 len:56 a:0x1f62a30 len:176 a:0x1f62af0 len:144 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:144
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f569c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcadf80
(s: 0x800015, l: 2, own: 132, off: 17, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f56db0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcadf80
RUI: cnt:1 total:1 a:0x1f5f220 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630a80
(s: 0x800036, l: 2, own: 131, off: 8, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f200 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630a80
RUI: cnt:1 total:1 a:0x1f5f190 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630d20
(s: 0x80004f, l: 14, own: 131, off: 30, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5fc10 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9a00
	(s: 0x80004f, l: 14) 
INO: cnt:3 total:3 a:0x1f605d0 len:56 a:0x1f62b90 len:176 a:0x1f60760 len:48 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:48
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f5f390 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630d20
BUF: cnt:2 total:2 a:0x1f5f430 len:24 a:0x1f62c50 len:512 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f60990 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9a00
BUF: cnt:2 total:2 a:0x1f5f500 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5f590 len:24 a:0x1f62180 len:128 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f5b0 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 230 (0x1, 0xe6)
============================================================================
TRANS: tid:0x5046d47a  #items:72  trans:0x5046d47a  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630fc0
(s: 0x80005e, l: 15, own: 131, off: 29, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f590 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630fc0
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631260
(s: 0x80002a, l: 2, own: 131, off: 10, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5fee0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9860
	(s: 0x80002a, l: 2) 
RUI: cnt:1 total:1 a:0x1f605d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631500
(s: 0x800036, l: 2, own: 131, off: 8, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5fda0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a84e0
	(s: 0x800036, l: 2) 
RUD: cnt:1 total:1 a:0x1f5f300 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631260
EFD: cnt:1 total:1 a:0x1f604e0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9860
RUD: cnt:1 total:1 a:0x1f5f200 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631500
EFD: cnt:1 total:1 a:0x1f603d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a84e0
RUI: cnt:1 total:1 a:0x1f5f190 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034e760
(s: 0x80005d, l: 1, own: 131, off: 44, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61c60 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492ad00
	(s: 0x80005d, l: 1) 
RUD: cnt:1 total:1 a:0x1f45250 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e760
EFD: cnt:1 total:1 a:0x1f61610 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492ad00
RUI: cnt:1 total:1 a:0x1f5f220 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034d260
(s: 0x80005e, l: 4, own: 131, off: 29, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5f3b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492a4e0
	(s: 0x80005e, l: 4) 
RUD: cnt:1 total:1 a:0x1f61110 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034d260
EFD: cnt:1 total:1 a:0x1f605a0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492a4e0
RUI: cnt:1 total:1 a:0x1f569c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034cd20
(s: 0x80006d, l: 5, own: 131, off: 28, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f61530 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034cd20
BUF: cnt:2 total:2 a:0x1f61690 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f616b0 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f61a00 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f61ef0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c000
(s: 0xd, l: 2, own: 131, off: 51, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f7f0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c000
BUF: cnt:2 total:2 a:0x1f608f0 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5ee10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034df80
(s: 0x800072, l: 6, own: 131, off: 44, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f7a0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034df80
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894a80
(s: 0x800022, l: 4, own: 133, off: 4, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f61f30 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7e1a0
	(s: 0x800022, l: 4) 
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582897c60
(s: 0x800020, l: 2, own: 133, off: 2, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61060 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7e340
	(s: 0x800020, l: 2) 
RUD: cnt:1 total:1 a:0x1f60020 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894a80
EFD: cnt:1 total:1 a:0x1f60e40 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7e1a0
RUD: cnt:1 total:1 a:0x1f5fa10 len:16 
RUD:  #regs: 1	                 id: 0xffff927582897c60
EFD: cnt:1 total:1 a:0x1f60830 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7e340
RUI: cnt:1 total:1 a:0x1f5ef10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828979c0
(s: 0x800018, l: 6, own: 133, off: 2, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f600 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828979c0
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582897720
(s: 0x80004a, l: 5, own: 133, off: 44, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f600b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f380
	(s: 0x80004a, l: 5) 
RUD: cnt:1 total:1 a:0x1f5fbf0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582897720
EFD: cnt:1 total:1 a:0x1f60250 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f380
INO: cnt:3 total:3 a:0x1f61d50 len:56 a:0x1f62300 len:176 a:0x1f61390 len:96 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:96
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f61840 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896760
(s: 0x800078, l: 12, own: 133, off: 15, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fe00 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896760
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ef40
(s: 0x800067, l: 6, own: 131, off: 38, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5faa0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ef40
RUI: cnt:1 total:1 a:0x1f5fb80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcae220
(s: 0x800072, l: 2, own: 131, off: 44, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60c20 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58000
	(s: 0x800072, l: 2) 
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcae760
(s: 0x800068, l: 5, own: 131, off: 39, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5fa50 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59860
	(s: 0x800068, l: 5) 
RUD: cnt:1 total:1 a:0x1f602a0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae220
EFD: cnt:1 total:1 a:0x1f5f920 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58000
INO: cnt:3 total:3 a:0x1f607f0 len:56 a:0x1f62440 len:176 a:0x1f61760 len:96 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:96
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f60740 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae760
BUF: cnt:2 total:2 a:0x1f60860 len:24 a:0x1f62a30 len:512 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f5f6e0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59860
BUF: cnt:2 total:2 a:0x1f61400 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f61af0 len:24 a:0x1f62c40 len:256 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f61b10 len:24 a:0x1f62d50 len:256 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 243 (0x1, 0xf3)
============================================================================
TRANS: tid:0xc4d5d257  #items:39  trans:0xc4d5d257  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f60640 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaea00
(s: 0x73, l: 4, own: 132, off: 48, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f61af0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaea00
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaeca0
(s: 0x86, l: 8, own: 132, off: 56, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60860 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaeca0
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828964c0
(s: 0x18, l: 2, own: 131, off: 62, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f604c0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828964c0
INO: cnt:3 total:3 a:0x1f5fb80 len:56 a:0x1f62300 len:176 a:0x1f62440 len:176 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:176
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f61840 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaef40
(s: 0x86, l: 1, own: 132, off: 56, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f750 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd584e0
	(s: 0x86, l: 1) 
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf1e0
(s: 0x81, l: 4, own: 132, off: 52, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f810 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58d00
	(s: 0x81, l: 4) 
RUD: cnt:1 total:1 a:0x1f5f730 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaef40
EFD: cnt:1 total:1 a:0x1f5f950 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd584e0
RUD: cnt:1 total:1 a:0x1f5faf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf1e0
EFD: cnt:1 total:1 a:0x1f60dd0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58d00
RUI: cnt:1 total:1 a:0x1f61d50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcafc60
(s: 0x73, l: 4, own: 132, off: 48, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60d50 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58820
	(s: 0x73, l: 4) 
INO: cnt:3 total:3 a:0x1f5f890 len:56 a:0x1f5ff10 len:176 a:0x1f61f90 len:144 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:144
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f5fc70 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcafc60
BUF: cnt:2 total:2 a:0x1f60e20 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ca80
(s: 0x800062, l: 5, own: 131, off: 33, f: 0x5) 
EFD: cnt:1 total:1 a:0x1f60250 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58820
BUF: cnt:2 total:2 a:0x1f5f600 len:24 a:0x1f62180 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5f690 len:24 a:0x1f62a30 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f900 len:24 a:0x1f62b40 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUD: cnt:1 total:1 a:0x1f5f980 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ca80
BUF: cnt:2 total:2 a:0x1f5fa30 len:24 a:0x1f62c50 len:512 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f61130 len:56 a:0x1f62e60 len:176 a:0x1f61760 len:96 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:96
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 253 (0x1, 0xfd)
============================================================================
TRANS: tid:0xc7837b88  #items:39  trans:0xc7837b88  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5ee10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf9c0
(s: 0x800043, l: 7, own: 133, off: 37, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60610 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59520
	(s: 0x800043, l: 7) 
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf720
(s: 0x80007b, l: 9, own: 133, off: 18, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f608a0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd581a0
	(s: 0x80007b, l: 9) 
RUD: cnt:1 total:1 a:0x1f5f690 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf9c0
EFD: cnt:1 total:1 a:0x1f5feb0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59520
RUD: cnt:1 total:1 a:0x1f61b30 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf720
EFD: cnt:1 total:1 a:0x1f602f0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd581a0
BUF: cnt:2 total:2 a:0x1f5fc70 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fcf0 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fd80 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf480
(s: 0x800084, l: 8, own: 133, off: 24, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5fe20 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf480
BUF: cnt:2 total:2 a:0x1f5faa0 len:24 a:0x1f625f0 len:512 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f5ef10 len:56 a:0x1f62300 len:176 a:0x1f62800 len:192 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:192
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f5f710 len:24 a:0x1f56c10 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5f730 len:24 a:0x1f62a30 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f780 len:24 a:0x1f62b40 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f61d50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896220
(s: 0xa1, l: 1, own: 134, off: 15, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60280 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896220
INO: cnt:3 total:3 a:0x1f61020 len:56 a:0x1f62440 len:176 a:0x1f628d0 len:144 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:144
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034ef40
(s: 0x9a, l: 3, own: 132, off: 8, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f604c0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ef40
BUF: cnt:2 total:2 a:0x1f607d0 len:24 a:0x1f62c50 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f5fb80 len:56 a:0x1f62fe0 len:176 a:0x1f61760 len:96 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:96
	CORE inode:
		DATA FORK EXTENTS inode data:
============================================================================
TRANS: tid:0x6c63c3be  #items:24  trans:0x6c63c3be  q:0x1f45200
INO: cnt:3 total:3 a:0x1f5f520 len:56 a:0x1f62300 len:176 a:0x1f62100 len:112 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:112
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f607d0 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f60740 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f604c0 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcae760
(s: 0x80008c, l: 4, own: 133, off: 56, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f602a0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae760
BUF: cnt:2 total:2 a:0x1f60090 len:24 a:0x1f625f0 len:512 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f61840 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034df80
(s: 0x1e, l: 3, own: 134, off: 7, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5f730 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034df80
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c000
(s: 0x2a, l: 3, own: 134, off: 10, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5faf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c000
INO: cnt:3 total:3 a:0x1f61d50 len:56 a:0x1f62440 len:176 a:0x1f62800 len:208 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:208
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5ef10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034cd20
(s: 0x98, l: 2, own: 134, off: 13, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5fd80 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034cd20
BUF: cnt:2 total:2 a:0x1f5fc70 len:24 a:0x1f62a30 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 271 (0x1, 0x10f)
============================================================================
TRANS: tid:0xbdd05dc6  #items:62  trans:0xbdd05dc6  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5ef10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582895f80
(s: 0x18, l: 1, own: 131, off: 62, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60b10 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7e4e0
	(s: 0x18, l: 1) 
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582895ce0
(s: 0xe, l: 1, own: 131, off: 52, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60da0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7eb60
	(s: 0xe, l: 1) 
RUD: cnt:1 total:1 a:0x1f5fe20 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895f80
EFD: cnt:1 total:1 a:0x1f5f9e0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7e4e0
RUD: cnt:1 total:1 a:0x1f5f710 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895ce0
EFD: cnt:1 total:1 a:0x1f5f920 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7eb60
RUI: cnt:1 total:1 a:0x1f60430 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582895a40
(s: 0x19, l: 1, own: 131, off: 63, f: 0x3) 
(s: 0x19, l: 1, own: 131, off: 52, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60280 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895a40
RUI: cnt:1 total:1 a:0x1f5f010 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582894d20
(s: 0x19, l: 1, own: 131, off: 52, f: 0x3) 
(s: 0x19, l: 1, own: 131, off: 62, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f604c0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894d20
RUI: cnt:1 total:1 a:0x1f60a60 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582894fc0
(s: 0xd, l: 1, own: 131, off: 51, f: 0x20000003) 
(s: 0xd, l: 1, own: 131, off: 61, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fbf0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894fc0
RUI: cnt:1 total:1 a:0x1f614a0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582895260
(s: 0x800074, l: 4, own: 131, off: 46, f: 0x3) 
(s: 0x800074, l: 4, own: 131, off: 56, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f61c40 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895260
RUI: cnt:1 total:1 a:0x1f61d50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582895500
(s: 0x80002b, l: 1, own: 131, off: 2, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f900 len:16 
RUD:  #regs: 1	                 id: 0xffff927582895500
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828957a0
(s: 0x19, l: 1, own: 131, off: 62, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f602c0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7fd40
	(s: 0x19, l: 1) 
RUI: cnt:1 total:1 a:0x1f61840 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828964c0
(s: 0xd, l: 1, own: 131, off: 61, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f602f0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7fba0
	(s: 0xd, l: 1) 
RUD: cnt:1 total:1 a:0x1f61400 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828957a0
EFD: cnt:1 total:1 a:0x1f5feb0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7fd40
RUD: cnt:1 total:1 a:0x1f60070 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828964c0
BUF: cnt:2 total:2 a:0x1f5fe90 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f5fd50 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7fba0
BUF: cnt:2 total:2 a:0x1f5f870 len:24 a:0x1f62180 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fb60 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fb10 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896760
(s: 0x800074, l: 4, own: 131, off: 56, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60eb0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f860
	(s: 0x800074, l: 4) 
RUI: cnt:1 total:1 a:0x1f5fb80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582897720
(s: 0x800062, l: 6, own: 131, off: 33, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f45220 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f380
	(s: 0x800062, l: 6) 
RUD: cnt:1 total:1 a:0x1f5f7f0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896760
EFD: cnt:1 total:1 a:0x1f56dd0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f860
RUD: cnt:1 total:1 a:0x1f616b0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582897720
EFD: cnt:1 total:1 a:0x1f5eee0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f380
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828979c0
(s: 0x80006d, l: 5, own: 131, off: 28, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5f1d0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f1e0
	(s: 0x80006d, l: 5) 
RUD: cnt:1 total:1 a:0x1f61310 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828979c0
EFD: cnt:1 total:1 a:0x1f5f2d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f1e0
BUF: cnt:2 total:2 a:0x1f61090 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f60e90 len:24 a:0x1f62a30 len:256 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f60e70 len:24 a:0x1f62b40 len:256 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582897c60
(s: 0x800034, l: 15, own: 131, off: 33, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f45250 len:16 
RUD:  #regs: 1	                 id: 0xffff927582897c60
BUF: cnt:2 total:2 a:0x1f56db0 len:24 a:0x1f62c50 len:640 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f61130 len:56 a:0x1f62300 len:176 a:0x1f62ee0 len:208 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:208
	CORE inode:
		DATA FORK EXTENTS inode data:
INO: cnt:3 total:3 a:0x1f60640 len:56 a:0x1f62440 len:176 a:0x1f569c0 len:48 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:48
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 284 (0x1, 0x11c)
============================================================================
TRANS: tid:0xed22c3b8  #items:24  trans:0xed22c3b8  q:0x1f45200
INO: cnt:3 total:3 a:0x1f607f0 len:56 a:0x1f62300 len:176 a:0x1f56c10 len:128 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:128
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f60640 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcae220
(s: 0x800090, l: 5, own: 133, off: 34, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f56ca0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae220
RUI: cnt:1 total:1 a:0x1f5ee10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894a80
(s: 0x800015, l: 1, own: 132, off: 17, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61610 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7e000
	(s: 0x800015, l: 1) 
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828947e0
(s: 0x800012, l: 2, own: 132, off: 14, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f5f4a0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7e9c0
	(s: 0x800012, l: 2) 
RUD: cnt:1 total:1 a:0x1f61110 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894a80
EFD: cnt:1 total:1 a:0x1f5f360 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7e000
INO: cnt:3 total:3 a:0x1f60d10 len:56 a:0x1f62440 len:176 a:0x1f5ff10 len:144 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:144
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f61420 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828947e0
BUF: cnt:2 total:2 a:0x1f61640 len:24 a:0x1f625f0 len:640 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f5f1d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7e9c0
BUF: cnt:2 total:2 a:0x1f616b0 len:24 a:0x1f5ee50 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f61a00 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f61a20 len:24 a:0x1f62a30 len:256 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA

LOG REC AT LSN cycle 1 block 291 (0x1, 0x123)
============================================================================
TRANS: tid:0x3751e295  #items:40  trans:0x3751e295  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894540
(s: 0x6b, l: 10, own: 132, off: 47, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f61a00 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894540
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580633c60
(s: 0x9d, l: 1, own: 134, off: 16, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f56cf0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9d40
	(s: 0x9d, l: 1) 
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806339c0
(s: 0xa1, l: 1, own: 134, off: 15, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f140 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a81a0
	(s: 0xa1, l: 1) 
RUD: cnt:1 total:1 a:0x1f61310 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633c60
EFD: cnt:1 total:1 a:0x1f60ce0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9d40
RUD: cnt:1 total:1 a:0x1f61090 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806339c0
EFD: cnt:1 total:1 a:0x1f605a0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a81a0
RUI: cnt:1 total:1 a:0x1f5ee10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580633720
(s: 0x98, l: 2, own: 134, off: 13, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f3e0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9040
	(s: 0x98, l: 2) 
RUI: cnt:1 total:1 a:0x1f60640 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580633480
(s: 0x2a, l: 3, own: 134, off: 10, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f450 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8d00
	(s: 0x2a, l: 3) 
RUD: cnt:1 total:1 a:0x1f5f7f0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633720
EFD: cnt:1 total:1 a:0x1f61500 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9040
RUD: cnt:1 total:1 a:0x1f60940 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633480
EFD: cnt:1 total:1 a:0x1f56d80 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8d00
RUI: cnt:1 total:1 a:0x1f569c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632f40
(s: 0x1e, l: 3, own: 134, off: 7, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61f30 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9380
	(s: 0x1e, l: 3) 
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806331e0
(s: 0x1b, l: 3, own: 134, off: 4, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60910 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a84e0
	(s: 0x1b, l: 3) 
RUD: cnt:1 total:1 a:0x1f60020 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632f40
EFD: cnt:1 total:1 a:0x1f60510 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9380
INO: cnt:3 total:3 a:0x1f5f620 len:56 a:0x1f62300 len:176 a:0x1f62180 len:128 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:128
	CORE inode:
		DATA FORK EXTENTS inode data:
RUD: cnt:1 total:1 a:0x1f61af0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806331e0
BUF: cnt:2 total:2 a:0x1f60880 len:24 a:0x1f625f0 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f60830 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a84e0
BUF: cnt:2 total:2 a:0x1f5fa30 len:24 a:0x1f60320 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fa10 len:24 a:0x1f5ff10 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f980 len:24 a:0x1f61f90 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f61840 len:56 a:0x1f62440 len:176 a:0x1f62a30 len:160 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:160
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 300 (0x1, 0x12c)
============================================================================
TRANS: tid:0x9185c231  #items:188  trans:0x9185c231  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f61020 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631500
(s: 0xe0, l: 5, own: 134, off: 45, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f602f0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8000
	(s: 0xe0, l: 5) 
RUI: cnt:1 total:1 a:0x1f61840 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631260
(s: 0xae, l: 5, own: 134, off: 40, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f600b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a9a00
	(s: 0xae, l: 5) 
RUD: cnt:1 total:1 a:0x1f60880 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631500
EFD: cnt:1 total:1 a:0x1f60960 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8000
RUD: cnt:1 total:1 a:0x1f61b10 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631260
EFD: cnt:1 total:1 a:0x1f608a0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a9a00
RUI: cnt:1 total:1 a:0x1f5fb80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630fc0
(s: 0xdd, l: 2, own: 134, off: 37, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60e40 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8680
	(s: 0xdd, l: 2) 
RUI: cnt:1 total:1 a:0x1f5f620 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630d20
(s: 0xfc, l: 3, own: 134, off: 34, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f61060 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275872a8ea0
	(s: 0xfc, l: 3) 
RUD: cnt:1 total:1 a:0x1f5fb10 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630fc0
EFD: cnt:1 total:1 a:0x1f60eb0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8680
RUD: cnt:1 total:1 a:0x1f608f0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630d20
EFD: cnt:1 total:1 a:0x1f45220 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275872a8ea0
RUI: cnt:1 total:1 a:0x1f614a0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927580630a80
(s: 0xdf, l: 1, own: 134, off: 39, f: 0x3) 
(s: 0xdf, l: 1, own: 134, off: 34, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f56ca0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630a80
RUI: cnt:1 total:1 a:0x1f607f0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828942a0
(s: 0x800090, l: 5, own: 133, off: 34, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61d90 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7ed00
	(s: 0x800090, l: 5) 
RUD: cnt:1 total:1 a:0x1f60e90 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828942a0
EFD: cnt:1 total:1 a:0x1f5f3b0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7ed00
RUI: cnt:1 total:1 a:0x1f569c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806307e0
(s: 0x49, l: 2, own: 134, off: 6, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f61310 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806307e0
RUI: cnt:1 total:1 a:0x1f60640 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894000
(s: 0x800095, l: 4, own: 133, off: 60, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f61640 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894000
RUI: cnt:1 total:1 a:0x1f60a60 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927580630540
(s: 0x80008c, l: 4, own: 133, off: 56, f: 0x3) 
(s: 0x80008c, l: 4, own: 133, off: 45, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f61a00 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630540
RUI: cnt:1 total:1 a:0x1f5f010 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff9275806302a0
(s: 0x800095, l: 4, own: 133, off: 60, f: 0x3) 
(s: 0x800095, l: 4, own: 133, off: 49, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f690 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806302a0
RUI: cnt:1 total:1 a:0x1f5ee10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034cd20
(s: 0x9e, l: 2, own: 134, off: 17, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f140 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492a4e0
	(s: 0x9e, l: 2) 
RUD: cnt:1 total:1 a:0x1f60e20 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034cd20
EFD: cnt:1 total:1 a:0x1f56cf0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492a4e0
RUI: cnt:1 total:1 a:0x1f61130 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580630000
(s: 0x800027, l: 3, own: 133, off: 12, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f604c0 len:16 
RUD:  #regs: 1	                 id: 0xffff927580630000
RUI: cnt:1 total:1 a:0x1f60d10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632ca0
(s: 0x80007b, l: 6, own: 133, off: 18, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60280 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632ca0
RUI: cnt:1 total:1 a:0x1f5f520 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c000
(s: 0x4e, l: 8, own: 134, off: 11, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5f730 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c000
RUI: cnt:1 total:1 a:0x1f5f890 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828971e0
(s: 0x80002b, l: 1, own: 131, off: 2, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60ac0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7e000
	(s: 0x80002b, l: 1) 
RUD: cnt:1 total:1 a:0x1f5fe20 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828971e0
EFD: cnt:1 total:1 a:0x1f5f5d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7e000
RUI: cnt:1 total:1 a:0x1f60430 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582896f40
(s: 0x80002c, l: 8, own: 131, off: 12, f: 0x20000003) 
(s: 0x80002c, l: 8, own: 131, off: 10, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5fc70 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896f40
RUI: cnt:1 total:1 a:0x1f60b70 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927582896ca0
(s: 0x800034, l: 15, own: 131, off: 33, f: 0x3) 
(s: 0x800034, l: 15, own: 131, off: 31, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f200 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896ca0
RUI: cnt:1 total:1 a:0x1f61d50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632220
(s: 0x87, l: 7, own: 132, off: 57, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f8d0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927587f6c1a0
	(s: 0x87, l: 7) 
RUI: cnt:1 total:1 a:0x1f5ef10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806324c0
(s: 0x6b, l: 10, own: 132, off: 47, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5fa50 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927587f6c340
	(s: 0x6b, l: 10) 
RUD: cnt:1 total:1 a:0x1f5f430 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632220
EFD: cnt:1 total:1 a:0x1f60c20 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927587f6c1a0
RUD: cnt:1 total:1 a:0x1f5f590 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806324c0
EFD: cnt:1 total:1 a:0x1f5fc10 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927587f6c340
RUI: cnt:1 total:1 a:0x1f5f220 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631f80
(s: 0x5a, l: 17, own: 132, off: 23, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60b40 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927587f6c820
	(s: 0x5a, l: 17) 
RUI: cnt:1 total:1 a:0x1f61ef0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631ce0
(s: 0x47, l: 2, own: 132, off: 21, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60990 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927587f6c9c0
	(s: 0x47, l: 2) 
RUD: cnt:1 total:1 a:0x1f61000 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631f80
EFD: cnt:1 total:1 a:0x1f607a0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927587f6c820
RUD: cnt:1 total:1 a:0x1f62260 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631ce0
EFD: cnt:1 total:1 a:0x1f60040 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927587f6c9c0
RUI: cnt:1 total:1 a:0x1f5f190 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580631a40
(s: 0x3e, l: 1, own: 132, off: 20, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61f60 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927587f6cea0
	(s: 0x3e, l: 1) 
RUI: cnt:1 total:1 a:0x1f605d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632a00
(s: 0x800016, l: 2, own: 132, off: 18, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f62210 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927587f6d040
	(s: 0x800016, l: 2) 
RUD: cnt:1 total:1 a:0x1f60f10 len:16 
RUD:  #regs: 1	                 id: 0xffff927580631a40
EFD: cnt:1 total:1 a:0x1f622d0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927587f6cea0
RUD: cnt:1 total:1 a:0x1f61980 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632a00
EFD: cnt:1 total:1 a:0x1f62590 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927587f6d040
RUI: cnt:1 total:1 a:0x1f60760 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632760
(s: 0x800010, l: 2, own: 132, off: 12, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f60f30 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927587f6d520
	(s: 0x800010, l: 2) 
RUI: cnt:1 total:1 a:0x1f5fd10 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806317a0
(s: 0x80000f, l: 1, own: 132, off: 11, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f60170 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927587f6d6c0
	(s: 0x80000f, l: 1) 
RUD: cnt:1 total:1 a:0x1f56d60 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632760
EFD: cnt:1 total:1 a:0x1f5ef50 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927587f6d520
RUD: cnt:1 total:1 a:0x1f5eff0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806317a0
EFD: cnt:1 total:1 a:0x1f61260 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927587f6d6c0
RUI: cnt:1 total:1 a:0x1f60c80 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcadf80
(s: 0xdf, l: 1, own: 134, off: 34, f: 0x3) 
(s: 0xdf, l: 1, own: 134, off: 42, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60c00 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcadf80
RUI: cnt:1 total:1 a:0x1f615b0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcad7a0
(s: 0xf4, l: 8, own: 134, off: 26, f: 0x20000003) 
(s: 0xf4, l: 8, own: 134, off: 34, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f609c0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcad7a0
RUI: cnt:1 total:1 a:0x1f60540 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcadce0
(s: 0xbf, l: 4, own: 134, off: 22, f: 0x3) 
(s: 0xbf, l: 4, own: 134, off: 30, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f56c30 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcadce0
RUI: cnt:1 total:1 a:0x1f61df0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcae4c0
(s: 0xdb, l: 2, own: 134, off: 20, f: 0x3) 
(s: 0xdb, l: 2, own: 134, off: 28, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5ee50 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae4c0
RUI: cnt:1 total:1 a:0x1f61e50 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcada40
(s: 0xdb, l: 2, own: 134, off: 28, f: 0x3) 
(s: 0xdb, l: 2, own: 134, off: 26, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5eeb0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcada40
RUI: cnt:1 total:1 a:0x1f621a0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcad500
(s: 0xbf, l: 4, own: 134, off: 30, f: 0x3) 
(s: 0xbf, l: 4, own: 134, off: 28, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f60340 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcad500
RUI: cnt:1 total:1 a:0x1f62300 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcad260
(s: 0xf4, l: 8, own: 134, off: 34, f: 0x20000003) 
(s: 0xf4, l: 8, own: 134, off: 32, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f60380 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcad260
RUI: cnt:1 total:1 a:0x1f62440 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcacfc0
(s: 0xdf, l: 1, own: 134, off: 42, f: 0x3) 
(s: 0xdf, l: 1, own: 134, off: 40, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f624a0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcacfc0
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806331e0
(s: 0xc4, l: 3, own: 132, off: 50, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f5ff10 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806331e0
RUI: cnt:1 total:1 a:0x1f5f100 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580632f40
(s: 0x9b, l: 1, own: 132, off: 9, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61330 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927587f6dba0
	(s: 0x9b, l: 1) 
RUD: cnt:1 total:1 a:0x1f5ff90 len:16 
RUD:  #regs: 1	                 id: 0xffff927580632f40
EFD: cnt:1 total:1 a:0x1f61470 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927587f6dba0
RUI: cnt:1 total:1 a:0x1f61eb0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582896a00
(s: 0x80003e, l: 5, own: 131, off: 41, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61290 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f040
	(s: 0x80003e, l: 5) 
RUD: cnt:1 total:1 a:0x1f61fb0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582896a00
EFD: cnt:1 total:1 a:0x1f60a00 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f040
RUI: cnt:1 total:1 a:0x1f62010 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034df80
(s: 0x800095, l: 4, own: 133, off: 49, f: 0x3) 
(s: 0x800095, l: 4, own: 133, off: 60, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f625f0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034df80
RUI: cnt:1 total:1 a:0x1f62660 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034ef40
(s: 0x80008c, l: 4, own: 133, off: 45, f: 0x3) 
(s: 0x80008c, l: 4, own: 133, off: 56, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f62710 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ef40
RUI: cnt:1 total:1 a:0x1f62780 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034ca80
(s: 0x800084, l: 8, own: 133, off: 24, f: 0x3) 
(s: 0x800084, l: 8, own: 133, off: 35, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f62830 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034ca80
RUI: cnt:1 total:1 a:0x1f628a0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034d260
(s: 0x800078, l: 9, own: 133, off: 15, f: 0x3) 
(s: 0x800078, l: 9, own: 133, off: 26, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f62950 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034d260
RUI: cnt:1 total:1 a:0x1f62a80 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034e760
(s: 0x800027, l: 3, own: 133, off: 12, f: 0x3) 
(s: 0x800027, l: 3, own: 133, off: 23, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f62b30 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e760
RUI: cnt:1 total:1 a:0x1f62ba0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034d500
(s: 0x800026, l: 1, own: 133, off: 8, f: 0x20000003) 
(s: 0x800026, l: 1, own: 133, off: 19, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f62c50 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034d500
RUI: cnt:1 total:1 a:0x1f62cc0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034e4c0
(s: 0x80001d, l: 1, own: 133, off: 7, f: 0x20000003) 
(s: 0x80001d, l: 1, own: 133, off: 18, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f62d70 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034e4c0
RUI: cnt:1 total:1 a:0x1f601e0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034f9c0
(s: 0x80008b, l: 1, own: 133, off: 42, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f62e30 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492bba0
	(s: 0x80008b, l: 1) 
RUD: cnt:1 total:1 a:0x1f62eb0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034f9c0
EFD: cnt:1 total:1 a:0x1f62f20 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492bba0
RUI: cnt:1 total:1 a:0x1f62fa0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927580633480
(s: 0x9c, l: 1, own: 132, off: 10, f: 0x3) 
(s: 0x9c, l: 1, own: 132, off: 9, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f63050 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633480
RUI: cnt:1 total:1 a:0x1f630c0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff927580633720
(s: 0xc4, l: 3, own: 132, off: 50, f: 0x20000003) 
(s: 0xc4, l: 3, own: 132, off: 49, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f63170 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633720
INO: cnt:3 total:3 a:0x1f5f070 len:56 a:0x1f63210 len:176 a:0x1f5f320 len:48 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:48
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f62980 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894540
(s: 0x800043, l: 1, own: 131, off: 63, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f63320 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894540
RUI: cnt:1 total:1 a:0x1f63390 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcacd20
(s: 0xdf, l: 1, own: 134, off: 40, f: 0x3) 
(s: 0xdf, l: 1, own: 134, off: 45, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f63440 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcacd20
RUI: cnt:1 total:1 a:0x1f634b0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcaca80
(s: 0xf4, l: 8, own: 134, off: 32, f: 0x20000003) 
(s: 0xf4, l: 8, own: 134, off: 37, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f63560 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaca80
RUI: cnt:1 total:1 a:0x1f635d0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcac7e0
(s: 0xbf, l: 4, own: 134, off: 28, f: 0x3) 
(s: 0xbf, l: 4, own: 134, off: 33, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f63680 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcac7e0
RUI: cnt:1 total:1 a:0x1f636f0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcac000
(s: 0xdb, l: 2, own: 134, off: 26, f: 0x3) 
(s: 0xdb, l: 2, own: 134, off: 31, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f637a0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcac000
RUI: cnt:1 total:1 a:0x1f63810 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcac2a0
(s: 0xa0, l: 1, own: 134, off: 19, f: 0x3) 
(s: 0xa0, l: 1, own: 134, off: 24, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f638c0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcac2a0
RUI: cnt:1 total:1 a:0x1f63930 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcac540
(s: 0x4e, l: 8, own: 134, off: 11, f: 0x20000003) 
(s: 0x4e, l: 8, own: 134, off: 16, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f639e0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcac540
RUI: cnt:1 total:1 a:0x1f63a50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcae220
(s: 0xfa, l: 1, own: 134, off: 43, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f63ae0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58b60
	(s: 0xfa, l: 1) 
RUD: cnt:1 total:1 a:0x1f63b60 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae220
EFD: cnt:1 total:1 a:0x1f63bd0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58b60
RUI: cnt:1 total:1 a:0x1f63c50 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcae760
(s: 0xfb, l: 1, own: 134, off: 44, f: 0x20000003) 
(s: 0xfb, l: 1, own: 134, off: 43, f: 0x20000001) 
RUI: cnt:1 total:1 a:0x1f63d00 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034dce0
(s: 0x800096, l: 2, own: 133, off: 61, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f63d90 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92758492b520
	(s: 0x800096, l: 2) 
RUD: cnt:1 total:1 a:0x1f63e10 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcae760
RUI: cnt:1 total:1 a:0x1f63e80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275806339c0
(s: 0xc4, l: 3, own: 132, off: 49, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f63f10 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927583418000
	(s: 0xc4, l: 3) 
RUI: cnt:1 total:1 a:0x1f63f90 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcaf480
(s: 0xdf, l: 1, own: 134, off: 45, f: 0x3) 
(s: 0xdf, l: 1, own: 134, off: 44, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f64040 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034dce0
RUD: cnt:1 total:1 a:0x1f640b0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275806339c0
EFD: cnt:1 total:1 a:0x1f64120 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92758492b520
BUF: cnt:2 total:2 a:0x1f641a0 len:24 a:0x1f64220 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f642b0 len:24 a:0x1f64330 len:256 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f64440 len:24 a:0x1f644c0 len:256 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f645d0 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92758034c2a0
(s: 0x800098, l: 1, own: 133, off: 63, f: 0x3) 
(s: 0x800098, l: 1, own: 133, off: 61, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f64680 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf480
BUF: cnt:2 total:2 a:0x1f646f0 len:24 a:0x1f64770 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUD: cnt:1 total:1 a:0x1f64b00 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c2a0
BUF: cnt:2 total:2 a:0x1f64b70 len:24 a:0x1f64bf0 len:640 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f64e80 len:56 a:0x1f64f30 len:176 a:0x1f64ff0 len:144 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:144
	CORE inode:
		DATA FORK EXTENTS inode data:
INO: cnt:3 total:3 a:0x1f61cc0 len:56 a:0x1f65090 len:176 a:0x1f65150 len:176 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:176
	CORE inode:
		DATA FORK EXTENTS inode data:
EFD: cnt:1 total:1 a:0x1f61760 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927583418000
BUF: cnt:2 total:2 a:0x1f61390 len:24 a:0x1f65210 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f613e0 len:24 a:0x1f652d0 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f62160 len:24 a:0x1f65440 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f65550 len:56 a:0x1f65600 len:176 a:0x1f656c0 len:48 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:48
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 326 (0x1, 0x146)
============================================================================
TRANS: tid:0x15c6f851  #items:68  trans:0x15c6f851  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f655c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c540
(s: 0x800044, l: 10, own: 133, off: 8, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f613e0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c540
RUI: cnt:1 total:1 a:0x1f656c0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c7e0
(s: 0x800020, l: 2, own: 133, off: 20, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f64b70 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c7e0
RUI: cnt:1 total:1 a:0x1f65550 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927580633c60
(s: 0x9a, l: 1, own: 132, off: 8, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f613b0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927583418340
	(s: 0x9a, l: 1) 
RUI: cnt:1 total:1 a:0x1f61790 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927584b3bc60
(s: 0x7e, l: 2, own: 132, off: 6, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f61bb0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff9275834184e0
	(s: 0x7e, l: 2) 
RUD: cnt:1 total:1 a:0x1f64660 len:16 
RUD:  #regs: 1	                 id: 0xffff927580633c60
EFD: cnt:1 total:1 a:0x1f64bc0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927583418340
RUD: cnt:1 total:1 a:0x1f641a0 len:16 
RUD:  #regs: 1	                 id: 0xffff927584b3bc60
EFD: cnt:1 total:1 a:0x1f64740 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff9275834184e0
RUI: cnt:1 total:1 a:0x1f64ef0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034fc60
(s: 0x80001d, l: 1, own: 133, off: 18, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f64090 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034fc60
RUI: cnt:1 total:1 a:0x1f64e80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034eca0
(s: 0x800026, l: 1, own: 133, off: 19, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f63f70 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034eca0
RUI: cnt:1 total:1 a:0x1f63e80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf720
(s: 0x800020, l: 2, own: 133, off: 20, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f641c0 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd591e0
	(s: 0x800020, l: 2) 
RUI: cnt:1 total:1 a:0x1f63d00 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf9c0
(s: 0x800026, l: 1, own: 133, off: 19, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f64120 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd58340
	(s: 0x800026, l: 1) 
RUD: cnt:1 total:1 a:0x1f63ce0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf720
EFD: cnt:1 total:1 a:0x1f63ff0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd591e0
RUD: cnt:1 total:1 a:0x1f63b60 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf9c0
EFD: cnt:1 total:1 a:0x1f63ec0 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd58340
RUI: cnt:1 total:1 a:0x1f63a50 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcafc60
(s: 0x80001d, l: 1, own: 133, off: 18, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f63d90 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59040
	(s: 0x80001d, l: 1) 
RUI: cnt:1 total:1 a:0x1f62980 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf1e0
(s: 0x800044, l: 10, own: 133, off: 8, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f63c00 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd589c0
	(s: 0x800044, l: 10) 
RUD: cnt:1 total:1 a:0x1f638c0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcafc60
EFD: cnt:1 total:1 a:0x1f63b10 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59040
RUD: cnt:1 total:1 a:0x1f637a0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf1e0
EFD: cnt:1 total:1 a:0x1f63a00 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd589c0
INO: cnt:3 total:3 a:0x1f629c0 len:56 a:0x1f63210 len:176 a:0x1f65600 len:160 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:160
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5f070 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828947e0
(s: 0xe5, l: 2, own: 134, off: 50, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f63660 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828947e0
RUI: cnt:1 total:1 a:0x1f601e0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034f720
(s: 0x80004e, l: 16, own: 133, off: 7, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f63540 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034f720
INO: cnt:3 total:3 a:0x1f61eb0 len:56 a:0x1f64330 len:176 a:0x1f644c0 len:160 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:160
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f63440 len:24 a:0x1f64220 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f63420 len:24 a:0x1f652d0 len:256 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f63370 len:24 a:0x1f65440 len:256 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f9a0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034da40
(s: 0x800099, l: 2, own: 133, off: 62, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f63300 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034da40
BUF: cnt:2 total:2 a:0x1f63170 len:24 a:0x1f64bf0 len:640 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f5fd10 len:56 a:0x1f64f30 len:176 a:0x1f61aa0 len:64 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:64
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f63150 len:24 a:0x1f64ff0 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f630a0 len:24 a:0x1f65080 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f63050 len:24 a:0x1f65190 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f605d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927584b3b9c0
(s: 0x18, l: 5, own: 131, off: 58, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f62f80 len:16 
RUD:  #regs: 1	                 id: 0xffff927584b3b9c0
BUF: cnt:2 total:2 a:0x1f62eb0 len:24 a:0x1f64770 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f5f190 len:56 a:0x1f65870 len:176 a:0x1f62ae0 len:32 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:32
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 340 (0x1, 0x154)
============================================================================
TRANS: tid:0x81011f5e  #items:51  trans:0x81011f5e  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f45220 len:80 
RUI:  #regs: 1	num_extents: 2  id: 0xffff92757dcaef40
(s: 0x9c, l: 1, own: 132, off: 9, f: 0x3) 
(s: 0x9c, l: 1, own: 132, off: 20, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f62b10 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaef40
RUI: cnt:1 total:1 a:0x1f61ef0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaeca0
(s: 0xc3, l: 6, own: 132, off: 58, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f56c30 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaeca0
RUI: cnt:1 total:1 a:0x1f56ca0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaea00
(s: 0xb2, l: 8, own: 132, off: 41, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f56d30 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaea00
RUI: cnt:1 total:1 a:0x1f56da0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf1e0
(s: 0xc3, l: 6, own: 132, off: 58, f: 0x20000003) 
EFI: cnt:1 total:1 a:0x1f61f60 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff92757dd59520
	(s: 0xc3, l: 6) 
RUD: cnt:1 total:1 a:0x1f61fe0 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf1e0
EFD: cnt:1 total:1 a:0x1f62050 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff92757dd59520
RUI: cnt:1 total:1 a:0x1f620d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcafc60
(s: 0xc9, l: 15, own: 132, off: 49, f: 0x20000001) 
RUD: cnt:1 total:1 a:0x1f62160 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcafc60
INO: cnt:3 total:3 a:0x1f621d0 len:56 a:0x1f62280 len:176 a:0x1f62340 len:64 
	INODE: #regs:3   ino:0x84  flags:0x5   dsize:64
	CORE inode:
		DATA FORK EXTENTS inode data:
INO: cnt:3 total:3 a:0x1f62390 len:56 a:0x1f62440 len:176 a:0x1f62500 len:80 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:80
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f62560 len:24 a:0x1f625e0 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f62670 len:24 a:0x1f626f0 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f62800 len:24 a:0x1f62880 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f62990 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92757dcaf9c0
(s: 0xd, l: 2, own: 131, off: 8, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f62a20 len:16 
RUD:  #regs: 1	                 id: 0xffff92757dcaf9c0
BUF: cnt:2 total:2 a:0x1f62a90 len:24 a:0x1f5ee40 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5f1d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582894a80
(s: 0x800098, l: 3, own: 133, off: 61, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f260 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f380
	(s: 0x800098, l: 3) 
RUI: cnt:1 total:1 a:0x1f5f2e0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff927582897c60
(s: 0x800095, l: 1, own: 133, off: 60, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f370 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7f860
	(s: 0x800095, l: 1) 
RUD: cnt:1 total:1 a:0x1f5f3f0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582894a80
EFD: cnt:1 total:1 a:0x1f5f460 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f380
RUD: cnt:1 total:1 a:0x1f5f4e0 len:16 
RUD:  #regs: 1	                 id: 0xffff927582897c60
EFD: cnt:1 total:1 a:0x1f5f550 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7f860
RUI: cnt:1 total:1 a:0x1f5f5d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff9275828979c0
(s: 0x80008c, l: 4, own: 133, off: 56, f: 0x3) 
EFI: cnt:1 total:1 a:0x1f5f660 len:32 
	EFI:  #regs:1	num_extents:1  id:0xffff927581c7eb60
	(s: 0x80008c, l: 4) 
RUD: cnt:1 total:1 a:0x1f5f6e0 len:16 
RUD:  #regs: 1	                 id: 0xffff9275828979c0
BUF: cnt:2 total:2 a:0x1f5f750 len:24 a:0x1f5f7d0 len:640 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
EFD: cnt:1 total:1 a:0x1f5fa60 len:32 
	EFD:  #regs: 1	num_extents: 1  id: 0xffff927581c7eb60
BUF: cnt:2 total:2 a:0x1f5fae0 len:24 a:0x1f5fb60 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fbf0 len:24 a:0x1f5fc70 len:256 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fd80 len:24 a:0x1f5fe00 len:256 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f5ff10 len:56 a:0x1f5ffc0 len:176 a:0x1f60080 len:112 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:112
	CORE inode:
		DATA FORK EXTENTS inode data:

LOG REC AT LSN cycle 1 block 352 (0x1, 0x160)
============================================================================
TRANS: tid:0xdc6085c1  #items:7  trans:0xdc6085c1  q:0x1f45200
INO: cnt:3 total:3 a:0x1f5ff80 len:56 a:0x1f62280 len:176 a:0x1f625e0 len:96 
	INODE: #regs:3   ino:0x83  flags:0x5   dsize:96
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5f5d0 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034da40
(s: 0x80002c, l: 6, own: 131, off: 10, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5fbf0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034da40
BUF: cnt:2 total:2 a:0x1f5fac0 len:24 a:0x1f5f7d0 len:640 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
============================================================================
TRANS: tid:0x99083e06  #items:26  trans:0x99083e06  q:0x1f45200
INO: cnt:3 total:3 a:0x1f5f5d0 len:56 a:0x1f62440 len:176 a:0x1f60080 len:112 
	INODE: #regs:3   ino:0x85  flags:0x5   dsize:112
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f5fac0 len:24 a:0x1f5fb60 len:128 
	BUF:  #regs:2   start blkno:0x3200001   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5fae0 len:24 a:0x1f626f0 len:256 
	BUF:  #regs:2   start blkno:0x3200010   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5fbf0 len:24 a:0x1f62880 len:256 
	BUF:  #regs:2   start blkno:0x3200008   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f5ff80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034f720
(s: 0x80008b, l: 1, own: 133, off: 42, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f750 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034f720
BUF: cnt:2 total:2 a:0x1f5f6e0 len:24 a:0x1f5f7d0 len:640 
	BUF:  #regs:2   start blkno:0x3200028   len:8   bmap size:1   flags:0x2000
	BUF DATA
INO: cnt:3 total:3 a:0x1f5f1d0 len:56 a:0x1f5ffc0 len:176 a:0x1f62280 len:176 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:176
	CORE inode:
		DATA FORK EXTENTS inode data:
BUF: cnt:2 total:2 a:0x1f5f6c0 len:24 a:0x1f5fc70 len:128 
	BUF:  #regs:2   start blkno:0x1   len:1   bmap size:1   flags:0x2800
	AGF Buffer: (XAGF)
BUF: cnt:2 total:2 a:0x1f5f640 len:24 a:0x1f5fe00 len:256 
	BUF:  #regs:2   start blkno:0x10   len:8   bmap size:1   flags:0x2000
	BUF DATA
BUF: cnt:2 total:2 a:0x1f5f5b0 len:24 a:0x1f5ee40 len:256 
	BUF:  #regs:2   start blkno:0x8   len:8   bmap size:1   flags:0x2000
	BUF DATA
RUI: cnt:1 total:1 a:0x1f62990 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034eca0
(s: 0x5a, l: 8, own: 134, off: 8, f: 0x1) 
RUD: cnt:1 total:1 a:0x1f5f4e0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034eca0
BUF: cnt:2 total:2 a:0x1f5f440 len:24 a:0x1f60270 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
============================================================================
TRANS: tid:0x6e867869  #items:9  trans:0x6e867869  q:0x1f45200
RUI: cnt:1 total:1 a:0x1f62990 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034fc60
(s: 0x49, l: 2, own: 134, off: 6, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5f4c0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034fc60
INO: cnt:3 total:3 a:0x1f5f2e0 len:56 a:0x1f62440 len:176 a:0x1f626f0 len:192 
	INODE: #regs:3   ino:0x86  flags:0x5   dsize:192
	CORE inode:
		DATA FORK EXTENTS inode data:
RUI: cnt:1 total:1 a:0x1f5ff80 len:48 
RUI:  #regs: 1	num_extents: 1  id: 0xffff92758034c7e0
(s: 0x4e, l: 1, own: 134, off: 16, f: 0x5) 
RUD: cnt:1 total:1 a:0x1f5f5b0 len:16 
RUD:  #regs: 1	                 id: 0xffff92758034c7e0
BUF: cnt:2 total:2 a:0x1f5f6c0 len:24 a:0x1f5ee40 len:896 
	BUF:  #regs:2   start blkno:0x28   len:8   bmap size:1   flags:0x2000
	BUF DATA
*** end xfs_logprint output
_check_xfs_filesystem: filesystem on /dev/mapper/storage-scratch is inconsistent (c)
*** xfs_check output ***
ERROR: The filesystem has valuable metadata changes in a log which needs to
be replayed.  Mount the filesystem to replay the log, and unmount it before
re-running xfs_check.  If you are unable to mount the filesystem, then use
the xfs_repair -L option to destroy the log and attempt a repair.
Note that destroying the log may cause corruption -- please attempt a mount
of the filesystem before doing this.
*** end xfs_check output
_check_xfs_filesystem: filesystem on /dev/mapper/storage-scratch is inconsistent (r)
*** xfs_repair -n output ***
Phase 1 - find and verify superblock...
Phase 2 - using internal log
        - zero log...
ALERT: The filesystem has valuable metadata changes in a log which is being
ignored because the -n option was used.  Expect spurious inconsistencies
which may be resolved by first mounting the filesystem to replay the log.
        - scan filesystem freespace and inode maps...
        - found root inode chunk
Phase 3 - for each AG...
        - scan (but don't clear) agi unlinked lists...
        - process known inodes and perform inode discovery...
        - agno = 0
        - agno = 1
        - agno = 2
        - agno = 3
        - process newly discovered inodes...
Phase 4 - check for duplicate blocks...
        - setting up duplicate extent list...
        - check for inodes claiming duplicate blocks...
        - agno = 0
        - agno = 2
        - agno = 1
        - agno = 3
No modify flag set, skipping phase 5
Phase 6 - check inode connectivity...
        - traversing filesystem ...
        - traversal finished ...
        - moving disconnected inodes to lost+found ...
Phase 7 - verify link counts...
Maximum metadata LSN (1:1120) is ahead of log (1:367).
Would format log to cycle 4.
No modify flag set, skipping filesystem flush and exiting.
*** end xfs_repair output
*** mount output ***
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=8108380k,nr_inodes=2027095,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1629104k,mode=755)
/dev/sda6 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
/dev/sda1 on /old type ext4 (rw,relatime,errors=remount-ro,stripe=32745,data=ordered)
tmpfs on /run/user/108 type tmpfs (rw,nosuid,nodev,relatime,size=1629104k,mode=700,uid=108,gid=114)
gvfsd-fuse on /run/user/108/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=108,group_id=114)
tmpfs on /run/user/1001 type tmpfs (rw,nosuid,nodev,relatime,size=1629104k,mode=700,uid=1001,gid=1001)
/dev/mapper/storage-test on /mnt/test type xfs (rw,relatime,attr2,inode64,noquota)
*** end mount output

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dm-log-writes: invalidate the bdev's for both of our devices
  2017-11-28 20:40   ` Amir Goldstein
@ 2017-11-28 21:05     ` Josef Bacik
  2017-11-28 21:22       ` Amir Goldstein
  0 siblings, 1 reply; 5+ messages in thread
From: Josef Bacik @ 2017-11-28 21:05 UTC (permalink / raw)
  To: Amir Goldstein
  Cc: Josef Bacik, Mike Snitzer, dm-devel, linux-fsdevel, Josef Bacik

On Tue, Nov 28, 2017 at 10:40:24PM +0200, Amir Goldstein wrote:
> On Tue, Nov 28, 2017 at 9:29 PM, Amir Goldstein <amir73il@gmail.com> wrote:
> > On Tue, Nov 28, 2017 at 7:30 PM, Josef Bacik <josef@toxicpanda.com> wrote:
> >> From: Josef Bacik <jbacik@fb.com>
> >>
> >> Amir noticed that sometimes the xfstests using dm-log-writes would fail
> >> randomly but would work fine after trying again manually.  This is
> >> because dm-log-writes writes directly to the device, but the log replay
> >> tools read and write via the block device page cache.  Sometimes this
> >> resulted in stale data being in the block device's page cache which
> >> would result in random failures.  To handle this simply invalidate the
> >> block device page cache on destruction so any replay of the log device
> >> that follows will be forced to read the new real contents.
> >>
> >> Reported-and-tested-by: Amir Goldstein <amir73il@gmail.com>
> >
> > I'm fine with the Reported-by, but let's wait a while with this patch so
> > I have more time to torture it.
> > The incidents I got even before the patch did not happen more than
> > a handful of times after running for a few days, so I need some more
> > days to validate the fix.
> > I had already sent you some weird output. Let's see what else comes
> > along.
> >
> 
> Sorry, no cigar.
> Another run just completed with Malformed log and corrupted fs
> 
> The _check_scratch_fs that fails is the one right after _log_writes_remove
> just like the report that I sent before this patch
> and the LOGWRITES_DEV itself has malformed entry before the "end" mark
> or even the last fsync mark:
> 
> ./src/log-writes/replay-log -v --log $LOGWRITES_DEV --find --end-mark
> testfile1.mark17
> Malformed entry @112134
> 
> For what its worth, I am testing on spinning disks, 100G scratch dev.
> Right now, I zoomed in on the following fsx seeds that managed to fail the test
> a few times already, but in different ways, so I'm not sure the seeds are more
> than voodoo:
> seeds=(4597 4598 4599 4600)
> 
> I'll start running the same test but with fsx running on test partition, just
> to get the feel for running the same fsx threads on bare xfs.
> 
> Any other ideas?
> 

Is there anything special about your devices?  Are they 4k drives?  The corrupt
log is not awesome, was it still corrupt after the test bailed out?  Thanks,

Josef

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dm-log-writes: invalidate the bdev's for both of our devices
  2017-11-28 21:05     ` Josef Bacik
@ 2017-11-28 21:22       ` Amir Goldstein
  0 siblings, 0 replies; 5+ messages in thread
From: Amir Goldstein @ 2017-11-28 21:22 UTC (permalink / raw)
  To: Josef Bacik; +Cc: Mike Snitzer, dm-devel, linux-fsdevel, Josef Bacik

On Tue, Nov 28, 2017 at 11:05 PM, Josef Bacik <josef@toxicpanda.com> wrote:
> On Tue, Nov 28, 2017 at 10:40:24PM +0200, Amir Goldstein wrote:
>> On Tue, Nov 28, 2017 at 9:29 PM, Amir Goldstein <amir73il@gmail.com> wrote:
>> > On Tue, Nov 28, 2017 at 7:30 PM, Josef Bacik <josef@toxicpanda.com> wrote:
>> >> From: Josef Bacik <jbacik@fb.com>
>> >>
>> >> Amir noticed that sometimes the xfstests using dm-log-writes would fail
>> >> randomly but would work fine after trying again manually.  This is
>> >> because dm-log-writes writes directly to the device, but the log replay
>> >> tools read and write via the block device page cache.  Sometimes this
>> >> resulted in stale data being in the block device's page cache which
>> >> would result in random failures.  To handle this simply invalidate the
>> >> block device page cache on destruction so any replay of the log device
>> >> that follows will be forced to read the new real contents.
>> >>
>> >> Reported-and-tested-by: Amir Goldstein <amir73il@gmail.com>
>> >
>> > I'm fine with the Reported-by, but let's wait a while with this patch so
>> > I have more time to torture it.
>> > The incidents I got even before the patch did not happen more than
>> > a handful of times after running for a few days, so I need some more
>> > days to validate the fix.
>> > I had already sent you some weird output. Let's see what else comes
>> > along.
>> >
>>
>> Sorry, no cigar.
>> Another run just completed with Malformed log and corrupted fs
>>
>> The _check_scratch_fs that fails is the one right after _log_writes_remove
>> just like the report that I sent before this patch
>> and the LOGWRITES_DEV itself has malformed entry before the "end" mark
>> or even the last fsync mark:
>>
>> ./src/log-writes/replay-log -v --log $LOGWRITES_DEV --find --end-mark
>> testfile1.mark17
>> Malformed entry @112134
>>
>> For what its worth, I am testing on spinning disks, 100G scratch dev.
>> Right now, I zoomed in on the following fsx seeds that managed to fail the test
>> a few times already, but in different ways, so I'm not sure the seeds are more
>> than voodoo:
>> seeds=(4597 4598 4599 4600)
>>
>> I'll start running the same test but with fsx running on test partition, just
>> to get the feel for running the same fsx threads on bare xfs.
>>
>> Any other ideas?
>>
>
> Is there anything special about your devices?  Are they 4k drives?  The corrupt
> log is not awesome, was it still corrupt after the test bailed out?  Thanks,
>

No nothing special. boring 4TB WD drive.
just reported on the xfstest thread that problem was reproduced with
xfs on scratch
partition, where dm-log-writes in not in the picture, so for now,
dm-log-writes is off the
hook.
Still need to explain the malformed log, but will follow the xfs
corruption lead first.

Thanks,
Amir.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-28 21:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 17:30 [PATCH] dm-log-writes: invalidate the bdev's for both of our devices Josef Bacik
2017-11-28 19:29 ` Amir Goldstein
2017-11-28 20:40   ` Amir Goldstein
2017-11-28 21:05     ` Josef Bacik
2017-11-28 21:22       ` Amir Goldstein

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.