tests: remove IRIX support from tests also supported on Linux
authorEric Biggers <ebiggers@google.com>
Fri, 21 Jul 2017 04:22:05 +0000 (21:22 -0700)
committerEryu Guan <eguan@redhat.com>
Mon, 24 Jul 2017 04:34:41 +0000 (12:34 +0800)
Many tests claimed (via _supported_os) to work on both Linux and IRIX.
Since IRIX is no longer supported by xfstests, update these to claim
Linux support only.  Then remove any obvious IRIX-specific logic in the
tests, and any IRIX-specific golden output files.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
184 files changed:
lib/str_to_bytes.c
ltp/rwtest.sh
src/fill2fs
tests/generic/001
tests/generic/002
tests/generic/005
tests/generic/006
tests/generic/007
tests/generic/010
tests/generic/011
tests/generic/013
tests/generic/014
tests/generic/015
tests/generic/029
tests/generic/030
tests/generic/031
tests/generic/043
tests/generic/044
tests/generic/045
tests/generic/046
tests/generic/047
tests/generic/048
tests/generic/049
tests/generic/052
tests/generic/054
tests/generic/055
tests/generic/068
tests/generic/069
tests/generic/070
tests/generic/074
tests/generic/075
tests/generic/076
tests/generic/080
tests/generic/083
tests/generic/086
tests/generic/088
tests/generic/088.cfg
tests/generic/088.out.irix [deleted file]
tests/generic/096
tests/generic/100
tests/generic/105
tests/generic/117
tests/generic/120
tests/generic/123
tests/generic/130
tests/generic/132
tests/generic/133
tests/generic/135
tests/generic/184
tests/generic/219
tests/generic/226
tests/generic/230
tests/generic/234
tests/generic/235
tests/generic/273
tests/generic/274
tests/generic/275
tests/generic/309
tests/generic/313
tests/generic/320
tests/generic/378
tests/generic/379
tests/generic/380
tests/generic/384
tests/generic/403
tests/generic/416
tests/generic/424
tests/udf/102
tests/xfs/003
tests/xfs/004
tests/xfs/007
tests/xfs/008
tests/xfs/009
tests/xfs/012
tests/xfs/018
tests/xfs/018.cfg
tests/xfs/018.op.irix [deleted file]
tests/xfs/019
tests/xfs/022
tests/xfs/022.cfg
tests/xfs/022.out.irix [deleted file]
tests/xfs/023
tests/xfs/023.cfg
tests/xfs/023.out.irix [deleted file]
tests/xfs/026
tests/xfs/027
tests/xfs/028
tests/xfs/030
tests/xfs/030.cfg
tests/xfs/030.out.irix [deleted file]
tests/xfs/031
tests/xfs/031.cfg
tests/xfs/031.out.irix [deleted file]
tests/xfs/032
tests/xfs/033
tests/xfs/033.cfg
tests/xfs/033.out.irix [deleted file]
tests/xfs/035
tests/xfs/035.cfg
tests/xfs/035.out.irix [deleted file]
tests/xfs/036
tests/xfs/036.cfg
tests/xfs/036.out.irix [deleted file]
tests/xfs/039
tests/xfs/039.cfg
tests/xfs/039.out.irix [deleted file]
tests/xfs/041
tests/xfs/042
tests/xfs/043
tests/xfs/043.cfg
tests/xfs/043.out.irix [deleted file]
tests/xfs/046
tests/xfs/047
tests/xfs/048
tests/xfs/050
tests/xfs/052
tests/xfs/053
tests/xfs/055
tests/xfs/055.out.irix [deleted file]
tests/xfs/056
tests/xfs/061
tests/xfs/064
tests/xfs/065
tests/xfs/066
tests/xfs/071
tests/xfs/072
tests/xfs/080
tests/xfs/081
tests/xfs/082
tests/xfs/082.cfg
tests/xfs/082.op.irix [deleted file]
tests/xfs/084
tests/xfs/092
tests/xfs/094
tests/xfs/096
tests/xfs/103
tests/xfs/107
tests/xfs/108
tests/xfs/116
tests/xfs/118
tests/xfs/119
tests/xfs/121
tests/xfs/136
tests/xfs/142
tests/xfs/143
tests/xfs/144
tests/xfs/145
tests/xfs/146
tests/xfs/146.cfg
tests/xfs/146.out.irix [deleted file]
tests/xfs/147
tests/xfs/148
tests/xfs/149
tests/xfs/150
tests/xfs/151
tests/xfs/152
tests/xfs/153
tests/xfs/154
tests/xfs/155
tests/xfs/156
tests/xfs/157
tests/xfs/158
tests/xfs/159
tests/xfs/160
tests/xfs/161
tests/xfs/162
tests/xfs/163
tests/xfs/164
tests/xfs/165
tests/xfs/170
tests/xfs/172
tests/xfs/173
tests/xfs/174
tests/xfs/181
tests/xfs/185
tests/xfs/188
tests/xfs/194
tests/xfs/206
tests/xfs/291
tests/xfs/292
tests/xfs/293
tests/xfs/295
tests/xfs/297
tests/xfs/303

index c0d7d974b731db93abb211af9efa4e4bb297aa21..ef5d4fd934038e69d5caa34e7334a308d9e7fe54 100644 (file)
@@ -124,7 +124,7 @@ char    *s;
 }
 
 /*
- * Force 64 bits number when compiled as 32 IRIX binary.
+ * Force 64 bits number when compiled as a 32-bit binary.
  * This allows for a number bigger than 2G.
  */
 
index da42caa163c679797dc1ed43e26f29a96a1236d5..a001c5714c11d074f1964cf828dbc4146ea49023 100755 (executable)
@@ -252,7 +252,6 @@ fi
 #
 
 case $(uname -s) in
-       IRIX | IRIX64 )         dfOpts="-Pb"    ;;
        Linux)                  dfOpts="-P"     ;;
        *)                      dfOpts="-PB"    ;;
 esac
index 60d52be311c8c03fca0237c1134d308e54ec1bed..1c3383a89cd4e865f33a479173e11a53dc2d90c8 100755 (executable)
@@ -37,8 +37,6 @@
 use Getopt::Long;
 use File::Basename;
 
-chomp($os = `uname`);
-
 #
 # fsinfo: get filesystem info put it into the global namespace, initialises:
 #      $dev, $type, $blocks, $used, $avail, $cap, $mnt, $mnt_options
@@ -53,8 +51,7 @@ sub fsinfo {
 
   # filesystem space and mount point
   
-  $cmd = "df" if ($os =~ /IRIX/);
-  $cmd = "df -P -T --block-size=512" if ($os =~ /Linux/);
+  $cmd = "df -P -T --block-size=512";
   chomp($_ = `$cmd $file | tail -1`);
   $n = ($dev, $type, $blocks, $used, $avail, $cap, $mnt) = split(/ +/);
   die("df failed") if ($n != 7);
index e977a01815449719ee641cfafb805832af6b05a5..0edd41f1e2cc4cb1af877bc16ca13272069cbec2 100755 (executable)
@@ -47,7 +47,7 @@ trap "_cleanup; rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 verbose=true
index 0433882dc2864c42650f41e44489ab6a4f8a8c0d..d8cffeaa91b7385593523c252c2466c92b12ad9b 100755 (executable)
@@ -42,7 +42,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 rm -f $seqres.full
index 70f60738027817e2d415be058eb097abccc5f44b..030d90b10ae20592f8209d8dee03018f0bbc1b07 100755 (executable)
@@ -23,9 +23,8 @@
 #
 
 #
-# Note1: On Linux, ELOOP limit used to be 32 but changed to 8, and lately
+# Note: On Linux, ELOOP limit used to be 32 but changed to 8, and lately
 # its become 5.  Who knows what it might be next.
-# Note2: On IRIX, the limit is around the 30 mark.
 # 
 # What we are looking for here is: no panic due to blowing the stack;
 # and that the ELOOP error code is returned at some point (the actual
@@ -50,9 +49,7 @@ _cleanup()
 
 _touch()
 {
-    # On IRIX: Too many symbolic links in path name traversal
-    # On Linux: Too many levels of symbolic links
-    touch $@ 2>&1 | grep -q 'Too many.*symbolic links'
+    touch $@ 2>&1 | grep -q 'Too many levels of symbolic links'
     if [ $? -eq 0 ]; then
        echo "ELOOP returned.  Good."
     else
@@ -69,7 +66,7 @@ _supported_fs generic
 _require_test
 _require_test_symlinks
 
-_supported_os Linux IRIX
+_supported_os Linux
 
 cd $TEST_DIR
 
index 7a38dbfab747cae64c9d0d5cc05f6f210cfc9ee4..7309f1f38f7b81f51e6f7840b380a5ec9b29a631 100755 (executable)
@@ -53,7 +53,7 @@ _count()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 mkdir $TEST_DIR/permname.$$
index cfa455414364363d3c7970e7caca006850c9a224..327bbe9cf6f5a2bde3fe3f0429df1067bd5641c7 100755 (executable)
@@ -47,7 +47,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 status=1 # default failure 
index 1c9d8f7e5ab3d39a6b9c49c4f7a28a7abbe01ec2..d23a58b1b24919cad952ddd89930502a71498be3 100755 (executable)
@@ -55,7 +55,7 @@ _require_test_program "dbtest"
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 rm -f $seqres.full
index f3c2f7cfc19e4f63f3823afda22aca99bb9021ef..7c4b80c3f6283ad7c6d0445fea3f38379470436e 100755 (executable)
@@ -45,7 +45,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 out=$TEST_DIR/dirstress.$$
index e31fe35491fe87a0e362188271b5022b7bc11e06..d1ba697b6d978446a70be42a1765d22eacd3f24b 100755 (executable)
@@ -37,11 +37,7 @@ _cleanup()
     # we might get here with a RO FS
     _test_cycle_mount
     # now remove fsstress directory.
-    # N.B. rm(1) on IRIX can find problems when building up a long pathname
-    # such that what it has is greater the 1024 chars and will
-    # stop and complain - so get rid of complaint
-    # Ref. pv#935754
-    rm -rf $TEST_DIR/fsstress.$$.* 2>&1 | grep -v 'Path too long'
+    rm -rf $TEST_DIR/fsstress.$$.*
 }
 
 _filesize()
@@ -90,7 +86,7 @@ _do_test()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 rm -f $seqres.full
index d2dcc282b1fd73f31360e7c2fc99b8d7303584ec..2856695606574feb211194d559040d30b1035f97 100755 (executable)
@@ -43,7 +43,7 @@ _cleanup()
 . ./common/filter
 
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_test
 _require_sparse_files
index 66c33c22fdbd461117297701a5696c63af7c75b0..78f2b13dbdbd314b9aaf8b1e5b1599490c4b2ea3 100755 (executable)
@@ -48,7 +48,7 @@ _free()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_no_large_scratch_dev
index a83d02d3e1c52bbdff508b4851279de9768e888c..c2f02fb98782b423bf713985146dfe628250525c 100755 (executable)
@@ -46,7 +46,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 
 testfile=$SCRATCH_MNT/testfile
index 8e6827db15c178f72be38366dde48c8caf839936..8b7e6fba259d87536daf0552ba154aea394f03da 100755 (executable)
@@ -46,7 +46,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 _require_xfs_io_command "mremap"
 
index fcb5f89b6fd4d3428bd91925e48829c36c11b716..3f25f8b86a5abc39f688adeb6aebed51fb633af7 100755 (executable)
@@ -46,7 +46,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 _require_xfs_io_command "fcollapse"
 
index 784683ebb14fafe1609d109717cceb943cf27278..5dadab32bbd9ffe07b7be291af7c4dc0501384df 100755 (executable)
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _require_scratch_shutdown
index f0dc0df1418837ba567e4106969ca9246c288dfc..804b1b17c2c180c57e0bd0ebad197b4c5ca34106 100755 (executable)
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _require_scratch_shutdown
index b49d09e3defc93445668f6af3f917a13a99af0d6..5fa7b09f99e53070bd28f7e50002894438ef47d3 100755 (executable)
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _require_scratch_shutdown
index 54cb557be6fd039bd92c2f53f4173da47f3bf4a9..bf38d53abe35b41ea7e77ae3c10c5170651092cb 100755 (executable)
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _require_scratch_shutdown
index 20f157e5b3b8d3e0c2b115507f7c5de3c020f108..7d09b04c69bb17c6fa98d64893a72b7f4bcf825a 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _require_scratch_shutdown
index dc2ab204d6809a1cb75cb3ae2aea9dde3ac7ca22..ae561fcabceca05d0e8003cc8c0e038abbd472e1 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _require_scratch_shutdown
index c7f19446e96a5a97f080529b606a19f8b63b1255..ef2b44c46aeccfdda3e8342eda0180c9a8ce8494 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _require_scratch_shutdown
index 65d430d1fb51d8ceaeb4cf01c3c92b755a6ad9f6..cf0f45680002f1ba0a1784c8b1ea6da6e2b6339e 100755 (executable)
@@ -41,7 +41,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 rm -f $seqres.full
 rm -f $tmp.log
index 4d4be59ba7018ffbf021ab11a194f6cb92997f88..db4150094bd998d26eec4794bf1bbdfa1393b92e 100755 (executable)
@@ -40,7 +40,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 rm -f $seqres.full $tmp.*
 _require_scratch
index aed3b28c3ceb2de6cc60c63f6bd50ab212c2fcba..1bbe3108c41614caab3e78dc918c8dd2b8192f58 100755 (executable)
@@ -67,7 +67,7 @@ _get_quota_option()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 rm -f $seqres.full $tmp.*
 _require_scratch
index f9f5f5aae78c5f7a43e913bdf0f88fcb5af730a4..bd12278cdd25c638a34fc6f56728697b80719af5 100755 (executable)
@@ -49,7 +49,7 @@ trap "_cleanup" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _require_freeze
index aaf6bbf5c7d406756241809dd429c56343b9816d..15586e9b9144f30398bc413f04156228162aaf5e 100755 (executable)
@@ -37,7 +37,7 @@ trap "rm -rf $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 rm -f $seqres.full
index 7591b25cd4b8b7131726dd4a04c699b97f0149fc..de0c45c785d87afdca3ee59730e5fe539c36e521 100755 (executable)
@@ -45,7 +45,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_test
 _require_attrs
index 737b49bf64f0560473f02b02430ce1321513d792..5f205b509eb6ece916017dae27e08f5598a122f0 100755 (executable)
@@ -42,7 +42,7 @@ _cleanup()
 . ./common/filter
 
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 rm -f $seqres.full
@@ -116,37 +116,16 @@ _process_args()
 # These params can take a while on different CPUs/OSs
 # so we set them differently for different machines
 #
-if [ $HOSTOS == "IRIX" ]; then 
-    if uname -R | grep -iq debug; then 
-        # e.g. getting around 37secs for 1,1,1 on IP30 debug
-       numchildren=2
-       numloops=1
-       numfiles=2
-        param_type="IRIX debug"
-    else
-        # getting around 1 sec 1,1,1 - 10secs 1,10,1 on IP30 nondebug
+if uname -a | grep -q SMP; then
+       numloops=10
+       numfiles=5
+       numchildren=3
+       param_type="Linux SMP"
+else
        numloops=2
        numfiles=3
        numchildren=3
-        param_type="IRIX nondebug"
-    fi
-elif [ $HOSTOS == "Linux" ]; then
-    if uname -a | grep -q SMP; then
-        numloops=10
-        numfiles=5
-        numchildren=3
-        param_type="Linux SMP"
-    else
-        numloops=2
-        numfiles=3
-        numchildren=3
-        param_type="Linux UP"
-    fi
-else
-    numloops=1
-    numfiles=1
-    numchildren=1
-    param_type="Default"
+       param_type="Linux UP"
 fi
 
 # can override the params here
index 6a214bc34d27d9200a340e9dde3003b25568e2fb..321c72177618a9e2db8239a8590d0f7b2db08618 100755 (executable)
@@ -124,7 +124,7 @@ _process_args()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 size10=`expr 10 \* 1024 \* 1024`       # 10 megabytes
index a29f160a5c787ec378d2d66f10cdf13b875c2943..ac7653332cb0212cb70534b73b36a678e1c559b4 100755 (executable)
@@ -53,7 +53,7 @@ trap "_cleanup; rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_local_device $SCRATCH_DEV
index 43c93d7391238381408ea83bcbc25369575cbc34..a4c111b95603deb9fb7f8f9141fa283b77de35dc 100755 (executable)
@@ -41,7 +41,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 echo "Silence is golden."
index 2f8c4a0de6ddb626072e4edda10044bc22c28f8c..9f09a7b09e8bed01bd3e2ebe176a71fcd1e078f7 100755 (executable)
@@ -53,7 +53,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_no_large_scratch_dev
index 5eeee50e50718e6f134adf874f05331213ed527d..9c92c9bd839ecf8a83af0ae0505619b125abd6a8 100755 (executable)
@@ -51,7 +51,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 _require_xfs_io_command "falloc"
 
index 46ce6ae4e25d4af94783c6709f9c9ef98a62d608..1f01c4f5f7001e374d3ed5f590080c7d510cf743 100755 (executable)
@@ -47,7 +47,7 @@ _link_out_file
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 path=$TEST_DIR/t_access
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/generic/088.out.irix b/tests/generic/088.out.irix
deleted file mode 100644 (file)
index f31ecf9..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-QA output created by 088
-access(TEST_DIR/t_access, 0) returns 0
-access(TEST_DIR/t_access, R_OK) returns 0
-access(TEST_DIR/t_access, W_OK) returns 0
-access(TEST_DIR/t_access, X_OK) returns 0
-access(TEST_DIR/t_access, R_OK | W_OK) returns 0
-access(TEST_DIR/t_access, R_OK | X_OK) returns 0
-access(TEST_DIR/t_access, W_OK | X_OK) returns 0
-access(TEST_DIR/t_access, R_OK | W_OK | X_OK) returns 0
index daf9981a19d73a64f0855c2f310ffbd40b7ff762..bfdb93a10905bbcc10a411b172e697385e83383a 100755 (executable)
@@ -45,7 +45,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 _require_xfs_io_command "fzero"
 
index e5e819dc645ece60d004dc674ee7cf9fabe0fa35..8aff7b445ce6942779c64f2ca09a9c89a2f7b819 100755 (executable)
@@ -43,7 +43,7 @@ _cleanup()
  
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 # Use _populate_fs() in common/rc to create a directory structure.
index 9b7beb4d847fd13a83ac76a3a106d61e8e851f20..8b6aa5268bc0f5d3204f1f02b5ec9bc6bcdbb76b 100755 (executable)
@@ -46,7 +46,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 # real QA test starts here
 
@@ -78,14 +78,7 @@ echo data > subdir/file
 _ls_l subdir/file | awk '{ print $1, $3 }'
 
 # add an ACL with a user ACE which has no exec permission 
-if [ "$HOSTOS" == "Linux" ]; then
-    setfacl -m u:$acl1:r subdir
-elif [ "$HOSTOS" == "IRIX" ]; then
-    chacl u:$acl:r--,g::---,o::--- subdir
-else
-    echo "Unknown OS!"
-    exit 1
-fi
+setfacl -m u:$acl1:r subdir
 
 # With the bug this gives: `ls: subdir/file: Permission denied'
 # because one needs at least an exec perm somewhere in acl
index b634861d2933ccdc7006a5e7403d7bf5d171a75a..58165eaac7cd27a069809eda5df1adb8a9f34d78 100755 (executable)
@@ -76,7 +76,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_attrs
index 9cf4ea8d84ff725d4601cae08e8521077bcfc2cb..7d65f6201e86a1e936b54e1520481668d44f66b5 100755 (executable)
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _require_atime
index 453ede4b488ed5f64d30371bb2840b44b9a87b16..e0948dfff557cef65dc7e8d93e32c8b712764a13 100755 (executable)
@@ -46,7 +46,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_test
 _require_user
index 1e96630ef5edf4f71c3b42dc1ac1a0c9fdcc39ce..90bd16934847986bcfa176eff60e15e0018f0772 100755 (executable)
@@ -46,7 +46,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _require_sparse_files
index aa52c7db315146d15011ae519e985bf50db3e88f..24e568b2a1e28eda627e76ae24baee74a7df10e0 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 
index f1a221e0f50e783a8620d5d44a88df9850980238..37a86e839856e6beea41d231a363d1f9db7fbfdb 100755 (executable)
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 _require_test
 _require_odirect
 
index 14b81321ddc76719523f70780496a54321e0abae..52c1227bcd95b1b7124356c33ddbc243e1ee9001 100755 (executable)
@@ -37,7 +37,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_odirect
 _require_scratch
index d7c0eb9a9770b69a426cdd1dd518400a333e45a4..5690cd18f3facb864d5167ab6a8bf4375b708acf 100755 (executable)
@@ -43,7 +43,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 rm -f $TEST_DIR/null
index bdeb03340bc9d059b581d3502a57697e880c82ad..9a8d017e304b55134796950af6b74171735fac26 100755 (executable)
@@ -41,7 +41,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux #IRIX
+_supported_os Linux
 _require_scratch
 _require_quota
 _require_user
index a099ec6daef0e676a60b0e43e45e182d673ffc77..cf6913eeb93370646235d8c472eaa31cd31c7973 100755 (executable)
@@ -35,7 +35,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 . ./common/rc
 
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 _require_scratch
 _require_odirect
 
index 28ca87dadd80bf3a05cc6a255e34360bbd2e2903..0d2b27947a84a000fc6bfb08740b1061d2dab910 100755 (executable)
@@ -41,7 +41,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux #IRIX
+_supported_os Linux
 _require_scratch
 _require_quota
 _require_user
index 75a2c23cc56691b5b25169691d6ab9e28f1ee559..4605072e7fdc2e8ba858e8eeb5050cf71b25a3d4 100755 (executable)
@@ -88,7 +88,7 @@ test_setting()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux #IRIX
+_supported_os Linux
 _require_scratch
 _require_quota
 
index 309540ac1aa5dcc12ef79cd97784a648e3361677..f991b1b73ea085d24f49ba7ca4c5d083c874853f 100755 (executable)
@@ -41,7 +41,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux #IRIX
+_supported_os Linux
 _require_scratch
 _require_quota
 _require_user
index 578b1dab7cc65fefe7177809893d1904ec547fbf..de787e7a8af6a0f0155e78939a4097c32cbd162f 100755 (executable)
@@ -125,7 +125,7 @@ _do_workload()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 
 echo "------------------------------"
index 61ab220973f9aa35076b268a24cbb2c6ac120cdb..7d093865d58a0e5cbb7d374ac9823d95aac471ca 100755 (executable)
@@ -46,7 +46,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 _require_xfs_io_command "falloc"
 
index 955c4aca8321d79b452155313c5943544ae7503f..4129cfcfb2a962560d8ba8e9a4ca3046772635a1 100755 (executable)
@@ -44,7 +44,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 
 echo "------------------------------"
index c6b89db99e6cc82e664ef29888369dd4fc44bcb5..9dee88c73d478b6488203dd4b1e92bd3a0dd50e8 100755 (executable)
@@ -45,7 +45,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 echo "Silence is golden"
index a906926094df6e634d8ac225545d5eebec3b90f1..5a3cb8590e7d4986a9c5ba0e7f879631e072538e 100755 (executable)
@@ -44,7 +44,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 testfile=$TEST_DIR/testfile.$seq
index 3dd3bead33c7ec4229271e1e6b015d58ad071036..83ad21f4dacc3dfe86226203507bcf16f00a5a50 100755 (executable)
@@ -49,7 +49,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 
 threads=100
index 8139b4d5d01ab7e03ab4059c0ab97d21832ca20a..7f4d30612b40a3e880a6c7c3820b6b9c4c301fc8 100755 (executable)
@@ -51,7 +51,7 @@ rm -f $seqres.full
 
 # real QA test starts here
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 _require_user
 
index fb7420b0483c8ea03cdff9d449463c908c5f9ec8..408ade560cbce162bcaf45224c58b643cfea4dba 100755 (executable)
@@ -45,7 +45,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 cp /dev/null $seqres.full
 chmod ugo+rwx $seqres.full
index 2a6dbb786a321ac55d6e4631d48cd402e74a5025..7d2e1d2b3c90a16207ffb23d86ee0711c772a0b7 100755 (executable)
@@ -48,7 +48,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_quota
index 452d26e34e39d393bff8a805edbfe85390b79d37..fd162b60ebb7cdf34847c8f0d067b0840733a593 100755 (executable)
@@ -46,7 +46,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs generic
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_test
 _require_quota
@@ -97,11 +97,7 @@ touch $dir/2
 cp $dir/2 $dir/3
 report_quota
 
-if [ "$HOSTOS" == "IRIX" ] ; then
-    mkfile 1M $TEST_DIR/6
-else
-    xfs_mkfile 1M $TEST_DIR/6
-fi
+xfs_mkfile 1M $TEST_DIR/6
 
 #try cp to dir
 cp $TEST_DIR/6 $dir/6
index 81d36608489b2b301afb4a91c861796617985e3d..17897ffb03ceac58320cb7b23ec789a444d53dc3 100755 (executable)
@@ -49,7 +49,7 @@ rm -f $seqres.full
 
 # Modify as appropriate.
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 _require_attrs
 
index 925524b8c253ca00fc01f9b967225e8b463cc1d8..7c6ced756c628eff7de22ae1ab2e5768637bcbf8 100755 (executable)
@@ -50,7 +50,7 @@ rm -f $seqres.full
 
 # Modify as appropriate.
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 
 fs_size=$((128 * 1024 * 1024))
index 1810e850edf8a1fc7fff55520e92f9b9e13fc3e8..3653a31bb28d32bdebd815c26c0b80b33a78c857 100755 (executable)
@@ -50,7 +50,7 @@ rm -f $seqres.full
 
 # Modify as appropriate.
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 _require_test_program stat_test
 _require_statx
index 8fd46976772654b06400f0f8f12e4797fafbb98d..dd644c01622b515eae7664c76be8e21149a18bbf 100755 (executable)
@@ -43,7 +43,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs udf 
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _setup_udf_scratchdir
index 0fd4cfa084857644579246141fddece79e25d799..3cc52423f94ad88e4469f28349a5519df7498f12 100755 (executable)
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 [ -f core ] && rm -f core
@@ -72,14 +72,8 @@ test_done
 echo "=== TEST 5 ==="
 xfs_db -r -c 'inode 128' -c 'push' -c 'type' $TEST_DEV >$tmp.out 2>&1
 test_done
-# On IRIX we lose state after a "push" operation and don't
-# know the type is still inode
-# Probably not worth changing xfs_db on IRIX for this.
-if [ "$HOSTOS" != "IRIX" ]; then
-    if ! grep -q "current type is \"inode\"" $tmp.out
-    then
-           cat $tmp.out
-    fi
+if ! grep -q "current type is \"inode\"" $tmp.out; then
+    cat $tmp.out
 fi
 
 echo "=== TEST 6 ==="
index f27f4b79d321267e2a3700fe8edd2e36f42a5083..f06c4f0ffe2af3bcf92374aae6f45779aa131ede 100755 (executable)
@@ -58,7 +58,7 @@ _populate_scratch()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_no_large_scratch_dev
@@ -67,9 +67,7 @@ rm -f $seqres.full
 
 _populate_scratch
 
-[ "$HOSTOS" = "Linux" ] && DF_PROG="$DF_PROG -P --block-size=512"
-
-eval `$DF_PROG $SCRATCH_MNT 2>&1 \
+eval `$DF_PROG -P --block-size=512 $SCRATCH_MNT 2>&1 \
        | tail -1 | $AWK_PROG '{ printf "blocks=%u used=%u avail=%u\n", $3, $4, $5 }'`
 echo "df gave: blocks=$blocks used=$used avail=$avail" >>$seqres.full
 echo "blocksize from mkfs is '$dbsize'" >>$seqres.full
index 92ec915f9a66f28ff103d1c031bb22c348baf57b..d80d380f22e6f9755e789639726783b0c94d511e 100755 (executable)
@@ -43,7 +43,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs xfs
-_supported_os Linux Irix
+_supported_os Linux
 
 _require_scratch
 _require_xfs_quota
index 9f22087dd9924bef937f3cdf1884c565b5e6c16f..d38d320f0e724465ed22acfcee527e1fdaa54998 100755 (executable)
@@ -86,7 +86,7 @@ _do_test()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 rm -f $seqres.full
index abef2e05e4f4a0abd9176055fda552bf4b6d0fed..1a5bd4d346fd67499000f7789f9b10694fb77b70 100755 (executable)
@@ -76,7 +76,7 @@ _filesize()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 
index 7b9a54d29c99c1bab633d4833cb375634d7c1c0e..e2c810dd625e45e474cda327a60db1b29cb02981 100755 (executable)
@@ -103,7 +103,7 @@ _do_test()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 rm -f $seqres.full
index 451735fdd402984e2251a51d07733baedf5823c6..253af940fb66a46e906334c144a313493a9b844d 100755 (executable)
@@ -47,7 +47,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 # prelim
 rm -f $seqres.full $tmp.*
 _require_scratch
@@ -68,11 +68,7 @@ cat >$tmp.seq.params <<EOF
   version=2     logbsize=256k
 EOF
 
-if [ "$HOSTOS" = "IRIX" ]; then
-    start_blk=0
-else
-    start_blk=2
-fi
+start_blk=2
 
 # do the work for various log params which
 # should not effect the data content of the log
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/xfs/018.op.irix b/tests/xfs/018.op.irix
deleted file mode 100644 (file)
index e3d3cd3..0000000
+++ /dev/null
@@ -1,5628 +0,0 @@
-### xfs_logprint output ###
-xfs_logprint:
- data device: <DEVICE>
- log device: <DEVICE> daddr: <DADDR> length: <LENGTH>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x3c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x83 blkno 64 len 16 off 768
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0xf nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 15
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x3b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x84 blkno 64 len 16 off 1024
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 24
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x18 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 24
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 24
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x3a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x85 blkno 64 len 16 off 1280
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 36
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x21 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 36
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 33
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x39 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x86 blkno 64 len 16 off 1536
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 44
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x2a nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 44
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 42
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x38 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x87 blkno 64 len 16 off 1792
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 52
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x33 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 52
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 51
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x37 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x88 blkno 64 len 16 off 2048
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 60
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x3c nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 60
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 60
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x36 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x89 blkno 64 len 16 off 2304
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 72
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x45 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 72
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 69
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x35 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8a blkno 64 len 16 off 2560
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 80
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x4e nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 80
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 78
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x34 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8b blkno 64 len 16 off 2816
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 88
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x57 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 88
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 87
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x33 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8c blkno 64 len 16 off 3072
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 96
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x60 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 96
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 96
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x32 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8d blkno 64 len 16 off 3328
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 108
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x69 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 108
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 105
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x31 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8e blkno 64 len 16 off 3584
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 116
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x72 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 116
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 114
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x30 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8f blkno 64 len 16 off 3840
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 124
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x7b nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 124
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 123
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2f newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x90 blkno 64 len 16 off 4096
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 132
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x84 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 132
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 132
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2e newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x91 blkno 64 len 16 off 4352
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 144
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x8d nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 144
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 141
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2d newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x92 blkno 64 len 16 off 4608
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 152
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x96 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 152
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 150
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 9
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x93 blkno 64 len 16 off 4864
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGF Buffer: XAGF
-ver: 1 seq#: 0 len:<LEN>
-root BNO: 1 CNT: 2
-level BNO: 1 CNT: 1
-1st:<NUM> last:<NUM> cnt:<COUNT> freeblks:<COUNT> longest:<NUM>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x94 blkno 64 len 16 off 5120
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x95 blkno 64 len 16 off 5376
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x29 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x96 blkno 64 len 16 off 5632
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x28 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x97 blkno 64 len 16 off 5888
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x27 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x98 blkno 64 len 16 off 6144
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x26 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x99 blkno 64 len 16 off 6400
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x25 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9a blkno 64 len 16 off 6656
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x24 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9b blkno 64 len 16 off 6912
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Left over region from split log item
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x23 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9c blkno 64 len 16 off 7168
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x22 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9d blkno 64 len 16 off 7424
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x21 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9e blkno 64 len 16 off 7680
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x20 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9f blkno 64 len 16 off 7936
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1f newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa0 blkno 80 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1e newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa1 blkno 80 len 16 off 256
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1d newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa2 blkno 80 len 16 off 512
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa3 blkno 80 len 16 off 768
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa4 blkno 80 len 16 off 1024
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa5 blkno 80 len 16 off 1280
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x19 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa6 blkno 80 len 16 off 1536
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x18 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa7 blkno 80 len 16 off 1792
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x17 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa8 blkno 80 len 16 off 2048
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x16 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa9 blkno 80 len 16 off 2304
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x15 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xaa blkno 80 len 16 off 2560
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x14 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xab blkno 80 len 16 off 2816
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Not printing rest
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Left over region from split log item
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x13 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xac blkno 80 len 16 off 3072
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x12 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xad blkno 80 len 16 off 3328
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x11 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xae blkno 80 len 16 off 3584
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x10 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xaf blkno 80 len 16 off 3840
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xf newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb0 blkno 80 len 16 off 4096
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xe newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb1 blkno 80 len 16 off 4352
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xd newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb2 blkno 80 len 16 off 4608
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xc newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb3 blkno 80 len 16 off 4864
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xb newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb4 blkno 80 len 16 off 5120
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xa newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb5 blkno 80 len 16 off 5376
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x9 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb6 blkno 80 len 16 off 5632
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x8 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb7 blkno 80 len 16 off 5888
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x7 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb8 blkno 80 len 16 off 6144
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Not printing rest
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb9 blkno 80 len 16 off 6400
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x5 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xba blkno 80 len 16 off 6656
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x4 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xbb blkno 80 len 16 off 6912
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x3 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xbc blkno 80 len 16 off 7168
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xbd blkno 80 len 16 off 7424
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xbe blkno 80 len 16 off 7680
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x0 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xbf blkno 80 len 16 off 7936
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 8
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x40 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGF Buffer: XAGF
-ver: 1 seq#: 0 len:<LEN>
-root BNO: 1 CNT: 2
-level BNO: 1 CNT: 1
-1st:<NUM> last:<NUM> cnt:<COUNT> freeblks:<COUNT> longest:<NUM>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 3
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 3
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3f newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe0 blkno 112 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3e newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe1 blkno 112 len 16 off 256
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Not printing rest
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Left over region from split log item
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3d newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe2 blkno 112 len 16 off 512
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe3 blkno 112 len 16 off 768
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe4 blkno 112 len 16 off 1024
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe5 blkno 112 len 16 off 1280
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x39 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe6 blkno 112 len 16 off 1536
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x38 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe7 blkno 112 len 16 off 1792
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x37 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe8 blkno 112 len 16 off 2048
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x36 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe9 blkno 112 len 16 off 2304
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x35 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xea blkno 112 len 16 off 2560
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x34 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xeb blkno 112 len 16 off 2816
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x33 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xec blkno 112 len 16 off 3072
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Not printing rest
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Left over region from split log item
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x32 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xed blkno 112 len 16 off 3328
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x31 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xee blkno 112 len 16 off 3584
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x30 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xef blkno 112 len 16 off 3840
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2f newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf0 blkno 112 len 16 off 4096
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2e newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf1 blkno 112 len 16 off 4352
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2d newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf2 blkno 112 len 16 off 4608
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf3 blkno 112 len 16 off 4864
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf4 blkno 112 len 16 off 5120
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf5 blkno 112 len 16 off 5376
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x29 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf6 blkno 112 len 16 off 5632
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x28 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf7 blkno 112 len 16 off 5888
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x27 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf8 blkno 112 len 16 off 6144
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x26 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf9 blkno 112 len 16 off 6400
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x25 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xfa blkno 112 len 16 off 6656
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x24 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xfb blkno 112 len 16 off 6912
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x23 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xfc blkno 112 len 16 off 7168
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x22 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xfd blkno 112 len 16 off 7424
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x21 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xfe blkno 112 len 16 off 7680
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x20 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xff blkno 112 len 16 off 7936
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1f newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x100 blkno 128 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Not printing rest
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Left over region from split log item
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1e newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x101 blkno 128 len 16 off 256
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1d newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x102 blkno 128 len 16 off 512
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x103 blkno 128 len 16 off 768
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x104 blkno 128 len 16 off 1024
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x105 blkno 128 len 16 off 1280
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x19 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x106 blkno 128 len 16 off 1536
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: LOG flags: UNMOUNT
-Unmount filesystem
-xfs_logprint: skipped <COUNT> zeroed blocks in range: <COUNT> - <COUNT>
-xfs_logprint: physical end of log
-xfs_logprint: logical end of log
index 4d2fdedae3324fdb3595e24c3d5a6a627ff6d730..3e4f1692ff89787c5859b8ef8470870ca20073df 100755 (executable)
@@ -63,7 +63,7 @@ _filter_stat()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 
index b2b6142cb2854b9221343f058b7a60b80216bcce..1cd6d28e5dfe0142494d86307eadb71554d2f77e 100755 (executable)
@@ -43,13 +43,12 @@ _link_out_file
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_tape $TAPE_DEV
 
 # note: fsstress uses an endian dependent random number generator, running this
-# will produce different output for big/little endian machines. This issue was
-# resolved by using different Linux/IRIX out files.
+# will produce different output for big/little endian machines.
 _create_dumpdir_stress
 _erase_hard
 _do_dump_sub
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/xfs/022.out.irix b/tests/xfs/022.out.irix
deleted file mode 100644 (file)
index f72876a..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-QA output created by 022
-Creating directory system to dump using fsstress.
-
------------------------------------------------
-fsstress : -f link=10 -f creat=10 -f mkdir=10 -f truncate=5 -f symlink=10
------------------------------------------------
-Erasing tape
-Dumping to tape...
-xfsdump  -s DUMP_SUBDIR -f TAPE_DEV -M stress_tape_media -L stress_022 SCRATCH_MNT
-xfsdump: using scsi tape (drive_scsitape) strategy
-xfsdump: level 0 dump of HOSTNAME:SCRATCH_MNT
-xfsdump: dump date: DATE
-xfsdump: session id: ID
-xfsdump: session label: "stress_022"
-xfsdump: ino map <PHASES>
-xfsdump: ino map construction complete
-xfsdump: estimated dump size: NUM bytes
-xfsdump: /var/xfsdump/inventory created
-xfsdump: preparing drive
-xfsdump: media block size: BLOCKSZ bytes
-xfsdump: creating dump session media file 0 (media 0, file 0)
-xfsdump: dumping ino map
-xfsdump: dumping directories
-xfsdump: dumping non-directory files
-xfsdump: ending media file
-xfsdump: media file size NUM bytes
-xfsdump: dumping session inventory
-xfsdump: beginning inventory media file
-xfsdump: media file 1 (media 0, file 1)
-xfsdump: ending inventory media file
-xfsdump: inventory media file size NUM bytes
-xfsdump: writing stream terminator
-xfsdump: beginning media stream terminator
-xfsdump: media file 2 (media 0, file 2)
-xfsdump: ending media stream terminator
-xfsdump: media stream terminator size BLOCKSZ bytes
-xfsdump: dump size (non-dir files) : NUM bytes
-xfsdump: dump complete: SECS seconds elapsed
-xfsdump: Dump Status: SUCCESS
-Rewinding tape
-Restoring from tape...
-xfsrestore  -f TAPE_DEV  -L stress_022 RESTORE_DIR
-xfsrestore: using scsi tape (drive_scsitape) strategy
-xfsrestore: using online session inventory
-xfsrestore: searching media for directory dump
-xfsrestore: preparing drive
-xfsrestore: examining media file 0
-xfsrestore: reading directories
-xfsrestore: NUM directories and NUM entries processed
-xfsrestore: directory post-processing
-xfsrestore: restoring non-directory files
-xfsrestore: restore complete: SECS seconds elapsed
-xfsrestore: Restore Status: SUCCESS
-Comparing listing of dump directory with restore directory
-Files TMP.dump_dir and TMP.restore_dir are identical
index 9a899a86268d24b9f0d80073da6504205412f1ca..d304384b418b03793442155323f4631f5bef2dbe 100755 (executable)
@@ -42,7 +42,7 @@ _link_out_file
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_tape $TAPE_DEV
 _create_dumpdir_fill
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/xfs/023.out.irix b/tests/xfs/023.out.irix
deleted file mode 100644 (file)
index 97845dd..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-QA output created by 023
-Creating directory system to dump using src/fill.
-Setup ....................................
-Erasing tape
-Dumping to tape...
-xfsdump  -s DUMP_SUBDIR -f TAPE_DEV -M stress_tape_media -L stress_023 SCRATCH_MNT
-xfsdump: using scsi tape (drive_scsitape) strategy
-xfsdump: level 0 dump of HOSTNAME:SCRATCH_MNT
-xfsdump: dump date: DATE
-xfsdump: session id: ID
-xfsdump: session label: "stress_023"
-xfsdump: ino map <PHASES>
-xfsdump: ino map construction complete
-xfsdump: estimated dump size: NUM bytes
-xfsdump: /var/xfsdump/inventory created
-xfsdump: preparing drive
-xfsdump: media block size: BLOCKSZ bytes
-xfsdump: creating dump session media file 0 (media 0, file 0)
-xfsdump: dumping ino map
-xfsdump: dumping directories
-xfsdump: dumping non-directory files
-xfsdump: ending media file
-xfsdump: media file size NUM bytes
-xfsdump: dumping session inventory
-xfsdump: beginning inventory media file
-xfsdump: media file 1 (media 0, file 1)
-xfsdump: ending inventory media file
-xfsdump: inventory media file size NUM bytes
-xfsdump: writing stream terminator
-xfsdump: beginning media stream terminator
-xfsdump: media file 2 (media 0, file 2)
-xfsdump: ending media stream terminator
-xfsdump: media stream terminator size BLOCKSZ bytes
-xfsdump: dump size (non-dir files) : NUM bytes
-xfsdump: dump complete: SECS seconds elapsed
-xfsdump: Dump Status: SUCCESS
-Rewinding tape
-Restoring from tape...
-xfsrestore  -f TAPE_DEV  -L stress_023 RESTORE_DIR
-xfsrestore: using scsi tape (drive_scsitape) strategy
-xfsrestore: using online session inventory
-xfsrestore: searching media for directory dump
-xfsrestore: preparing drive
-xfsrestore: examining media file 0
-xfsrestore: reading directories
-xfsrestore: 3 directories and 38 entries processed
-xfsrestore: directory post-processing
-xfsrestore: restoring non-directory files
-xfsrestore: restore complete: SECS seconds elapsed
-xfsrestore: Restore Status: SUCCESS
-Comparing dump directory with restore directory
-Files DUMP_DIR/big and RESTORE_DIR/DUMP_SUBDIR/big are identical
-Files DUMP_DIR/small and RESTORE_DIR/DUMP_SUBDIR/small are identical
-Files DUMP_DIR/sub/a and RESTORE_DIR/DUMP_SUBDIR/sub/a are identical
-Files DUMP_DIR/sub/a00 and RESTORE_DIR/DUMP_SUBDIR/sub/a00 are identical
-Files DUMP_DIR/sub/a000 and RESTORE_DIR/DUMP_SUBDIR/sub/a000 are identical
-Files DUMP_DIR/sub/b and RESTORE_DIR/DUMP_SUBDIR/sub/b are identical
-Files DUMP_DIR/sub/b00 and RESTORE_DIR/DUMP_SUBDIR/sub/b00 are identical
-Files DUMP_DIR/sub/big and RESTORE_DIR/DUMP_SUBDIR/sub/big are identical
-Files DUMP_DIR/sub/c and RESTORE_DIR/DUMP_SUBDIR/sub/c are identical
-Files DUMP_DIR/sub/c00 and RESTORE_DIR/DUMP_SUBDIR/sub/c00 are identical
-Files DUMP_DIR/sub/d and RESTORE_DIR/DUMP_SUBDIR/sub/d are identical
-Files DUMP_DIR/sub/d00 and RESTORE_DIR/DUMP_SUBDIR/sub/d00 are identical
-Files DUMP_DIR/sub/e and RESTORE_DIR/DUMP_SUBDIR/sub/e are identical
-Files DUMP_DIR/sub/e00 and RESTORE_DIR/DUMP_SUBDIR/sub/e00 are identical
-Files DUMP_DIR/sub/e000 and RESTORE_DIR/DUMP_SUBDIR/sub/e000 are identical
-Files DUMP_DIR/sub/f and RESTORE_DIR/DUMP_SUBDIR/sub/f are identical
-Files DUMP_DIR/sub/f00 and RESTORE_DIR/DUMP_SUBDIR/sub/f00 are identical
-Files DUMP_DIR/sub/g and RESTORE_DIR/DUMP_SUBDIR/sub/g are identical
-Files DUMP_DIR/sub/g00 and RESTORE_DIR/DUMP_SUBDIR/sub/g00 are identical
-Files DUMP_DIR/sub/h and RESTORE_DIR/DUMP_SUBDIR/sub/h are identical
-Files DUMP_DIR/sub/h00 and RESTORE_DIR/DUMP_SUBDIR/sub/h00 are identical
-Files DUMP_DIR/sub/h000 and RESTORE_DIR/DUMP_SUBDIR/sub/h000 are identical
-Files DUMP_DIR/sub/i and RESTORE_DIR/DUMP_SUBDIR/sub/i are identical
-Files DUMP_DIR/sub/i00 and RESTORE_DIR/DUMP_SUBDIR/sub/i00 are identical
-Files DUMP_DIR/sub/j and RESTORE_DIR/DUMP_SUBDIR/sub/j are identical
-Files DUMP_DIR/sub/j00 and RESTORE_DIR/DUMP_SUBDIR/sub/j00 are identical
-Files DUMP_DIR/sub/k and RESTORE_DIR/DUMP_SUBDIR/sub/k are identical
-Files DUMP_DIR/sub/k00 and RESTORE_DIR/DUMP_SUBDIR/sub/k00 are identical
-Files DUMP_DIR/sub/k000 and RESTORE_DIR/DUMP_SUBDIR/sub/k000 are identical
-Files DUMP_DIR/sub/l and RESTORE_DIR/DUMP_SUBDIR/sub/l are identical
-Files DUMP_DIR/sub/l00 and RESTORE_DIR/DUMP_SUBDIR/sub/l00 are identical
-Files DUMP_DIR/sub/m and RESTORE_DIR/DUMP_SUBDIR/sub/m are identical
-Files DUMP_DIR/sub/m00 and RESTORE_DIR/DUMP_SUBDIR/sub/m00 are identical
-Files DUMP_DIR/sub/n and RESTORE_DIR/DUMP_SUBDIR/sub/n are identical
-Files DUMP_DIR/sub/n00 and RESTORE_DIR/DUMP_SUBDIR/sub/n00 are identical
-Files DUMP_DIR/sub/small and RESTORE_DIR/DUMP_SUBDIR/sub/small are identical
-Comparing listing of dump directory with restore directory
-Files TMP.dump_dir and TMP.restore_dir are identical
index 4cd778968aca1d12e34526f5765dba71b3743b07..2111190bc8fe6da8ace4a7314181c4cc492b5b03 100755 (executable)
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _create_dumpdir_fill
 _do_dump_file
index 10056838bd9686a93c770ae81d3d3521219b3c73..58a62482ada126e9b873e9bed1696477f15ff198 100755 (executable)
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _create_dumpdir_fill
 _do_dump_restore
index e6348902622e1f5f6407b2ce9ad84e23cda71808..19e0960378aec4ede05d6aef5fcd14197a17575b 100755 (executable)
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 # wipe test dir clean first
 # so dump can be real quick
index 15f41edd5b4f042848ab3dc75de7b10ce8f61c67..4d8d7d6786bfcd611dd292f17c1eec1ba744fe41 100755 (executable)
@@ -67,7 +67,7 @@ _check_ag()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_no_large_scratch_dev
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/xfs/030.out.irix b/tests/xfs/030.out.irix
deleted file mode 100644 (file)
index 56adfd0..0000000
+++ /dev/null
@@ -1,288 +0,0 @@
-QA output created by 030
-meta-data=DDEV isize=XXX agcount=N, agsize=XXX blks
-data     = bsize=XXX blocks=XXX, imaxpct=PCT
-         = sunit=XXX swidth=XXX, unwritten=X
-naming   =VERN bsize=XXX
-log      =LDEV bsize=XXX blocks=XXX
-realtime =RDEV extsz=XXX blocks=XXX, rtextents=XXX
-Corrupting sb 0 - setting bits to 0
-Wrote X.XXKb (value 0x0)
-Phase 1 - find and verify superblock...
-bad primary superblock - bad magic number !!!
-
-attempting to find secondary superblock...
-found candidate secondary superblock...
-verified secondary superblock...
-writing modified primary superblock
-sb root inode value INO inconsistent with calculated value INO
-resetting superblock root inode pointer to INO
-sb realtime bitmap inode INO inconsistent with calculated value INO
-resetting superblock realtime bitmap ino pointer to INO
-sb realtime summary inode INO inconsistent with calculated value INO
-resetting superblock realtime summary ino pointer to INO
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-Phase 7 - verify and correct link counts...
-Note - stripe unit (0) and width (0) fields have been reset.
-Please set with mount -o sunit=<value>,swidth=<value>
-done
-Corrupting agf 0 - setting bits to 0
-Wrote X.XXKb (value 0x0)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-bad magic # 0x0 for agf 0
-bad version # 0 for agf 0
-bad length 0 for agf 0, should be LENGTH
-reset bad agf for ag 0
-bad agbno AGBNO for btbno root, agno 0
-bad agbno AGBNO for btbcnt root, agno 0
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - clearing existing "lost+found" inode
-        - deleting existing "lost+found" entry
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-Phase 7 - verify and correct link counts...
-done
-Corrupting agi 0 - setting bits to 0
-Wrote X.XXKb (value 0x0)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-bad magic # 0x0 for agi 0
-bad version # 0 for agi 0
-bad length # 0 for agi 0, should be LENGTH
-reset bad agi for ag 0
-bad agbno AGBNO for inobt root, agno 0
-root inode chunk not found
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-error following ag 0 unlinked list
-        - process known inodes and perform inode discovery...
-imap claims in-use inode INO is free, correcting imap
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - clearing existing "lost+found" inode
-        - deleting existing "lost+found" entry
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-Phase 7 - verify and correct link counts...
-done
-Corrupting agfl 0 - setting bits to 0
-Wrote X.XXKb (value 0x0)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - clearing existing "lost+found" inode
-        - deleting existing "lost+found" entry
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-Phase 7 - verify and correct link counts...
-done
-Corrupting sb 0 - setting bits to -1
-Wrote X.XXKb (value 0xffffffff)
-Phase 1 - find and verify superblock...
-bad primary superblock - bad magic number !!!
-
-attempting to find secondary superblock...
-found candidate secondary superblock...
-verified secondary superblock...
-writing modified primary superblock
-sb root inode value INO inconsistent with calculated value INO
-resetting superblock root inode pointer to INO
-sb realtime bitmap inode INO inconsistent with calculated value INO
-resetting superblock realtime bitmap ino pointer to INO
-sb realtime summary inode INO inconsistent with calculated value INO
-resetting superblock realtime summary ino pointer to INO
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - clearing existing "lost+found" inode
-        - deleting existing "lost+found" entry
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-Phase 7 - verify and correct link counts...
-Note - stripe unit (0) and width (0) fields have been reset.
-Please set with mount -o sunit=<value>,swidth=<value>
-done
-Corrupting agf 0 - setting bits to -1
-Wrote X.XXKb (value 0xffffffff)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-bad magic # 0xffffffff for agf 0
-bad version # -1 for agf 0
-bad sequence # -1 for agf 0
-bad length -1 for agf 0, should be LENGTH
-flfirst -1 in agf 0 too large (max = MAX)
-fllast -1 in agf 0 too large (max = MAX)
-reset bad agf for ag 0
-freeblk count 1 != flcount -1 in ag 0
-bad agbno AGBNO for btbno root, agno 0
-bad agbno AGBNO for btbcnt root, agno 0
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - clearing existing "lost+found" inode
-        - deleting existing "lost+found" entry
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-Phase 7 - verify and correct link counts...
-done
-Corrupting agi 0 - setting bits to -1
-Wrote X.XXKb (value 0xffffffff)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-bad magic # 0xffffffff for agi 0
-bad version # -1 for agi 0
-bad sequence # -1 for agi 0
-bad length # -1 for agi 0, should be LENGTH
-reset bad agi for ag 0
-bad agbno AGBNO for inobt root, agno 0
-root inode chunk not found
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-imap claims in-use inode INO is free, correcting imap
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - clearing existing "lost+found" inode
-        - deleting existing "lost+found" entry
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-Phase 7 - verify and correct link counts...
-done
-Corrupting agfl 0 - setting bits to -1
-Wrote X.XXKb (value 0xffffffff)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-bad agbno AGBNO in agfl, agno 0
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - clearing existing "lost+found" inode
-        - deleting existing "lost+found" entry
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-Phase 7 - verify and correct link counts...
-done
index 59d68c31f9a13cecce669a8bb24de91880cffc98..678c32490a2887db92acd267101311b9f7f94f6f 100755 (executable)
@@ -95,7 +95,7 @@ EOF
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_no_large_scratch_dev
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/xfs/031.out.irix b/tests/xfs/031.out.irix
deleted file mode 100644 (file)
index 32e902d..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-QA output created by 031
-=== one entry (shortform)
-Repairing, iteration 1
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-Phase 7 - verify and correct link counts...
-done
-Repairing, iteration 2
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-Phase 7 - verify and correct link counts...
-done
-Repairing, iteration 3
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-Phase 7 - verify and correct link counts...
-done
-Repairing, iteration 4
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-Phase 7 - verify and correct link counts...
-done
-
-=== twenty entries (block form)
-Repairing, iteration 1
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-rebuilding directory inode INO
-Phase 7 - verify and correct link counts...
-done
-Repairing, iteration 2
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-rebuilding directory inode INO
-Phase 7 - verify and correct link counts...
-done
-Repairing, iteration 3
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-rebuilding directory inode INO
-Phase 7 - verify and correct link counts...
-done
-Repairing, iteration 4
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-rebuilding directory inode INO
-Phase 7 - verify and correct link counts...
-done
-
-=== thousand entries (leaf form)
-Repairing, iteration 1
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-rebuilding directory inode INO
-Phase 7 - verify and correct link counts...
-done
-Repairing, iteration 2
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-rebuilding directory inode INO
-Phase 7 - verify and correct link counts...
-done
-Repairing, iteration 3
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-rebuilding directory inode INO
-Phase 7 - verify and correct link counts...
-done
-Repairing, iteration 4
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-Phase 3 - for each AG...
-Phase 4 - check for duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-Phase 6 - check inode connectivity...
-rebuilding directory inode INO
-Phase 7 - verify and correct link counts...
-done
-
index 6d644ad86a68cefcfe3f542f051172028c0c4f1d..a6923b0871927b591d166b8a4116a9ffd3d29177 100755 (executable)
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_test_program "feature"
index 45caf081b8a6e0b8fa6a6a1ac6510661118da9ac..a6f93f29764189585e51e035230f783ff86b7e2e 100755 (executable)
@@ -72,7 +72,7 @@ _filter_bad_ids()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_no_large_scratch_dev
index 88e90e575804e6b5b3b6ff3878eed9d3c65a685e..768ca9e06bcb33eefa135a3cdaf48017239b0165 100644 (file)
@@ -1,3 +1,2 @@
-irix: irix
 linux,crc: crc.linux
 linux: linux
diff --git a/tests/xfs/033.out.irix b/tests/xfs/033.out.irix
deleted file mode 100644 (file)
index 5960117..0000000
+++ /dev/null
@@ -1,217 +0,0 @@
-QA output created by 033
-Corrupting root inode - setting bits to 0
-Wrote X.XXKb (value 0x0)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-bad magic number 0x0 on inode INO
-bad version number 0x0 on inode INO
-bad magic number 0x0 on inode INO, resetting magic number
-bad version number 0x0 on inode INO, resetting version number
-imap claims a free inode INO is in use, correcting imap and clearing inode
-cleared root inode INO
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-root inode lost
-        - clear lost+found (if it exists) ...
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-reinitializing root directory
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-Phase 7 - verify and correct link counts...
-resetting inode INO nlinks from 2 to 3
-done
-Corrupting rt bitmap inode - setting bits to 0
-Wrote X.XXKb (value 0x0)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-bad magic number 0x0 on inode INO
-bad version number 0x0 on inode INO
-bad magic number 0x0 on inode INO, resetting magic number
-bad version number 0x0 on inode INO, resetting version number
-imap claims a free inode INO is in use, correcting imap and clearing inode
-cleared realtime bitmap inode INO
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - clearing existing "lost+found" inode
-        - deleting existing "lost+found" entry
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-reinitializing realtime bitmap inode
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-Phase 7 - verify and correct link counts...
-done
-Corrupting rt summary inode - setting bits to 0
-Wrote X.XXKb (value 0x0)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-bad magic number 0x0 on inode INO
-bad version number 0x0 on inode INO
-bad magic number 0x0 on inode INO, resetting magic number
-bad version number 0x0 on inode INO, resetting version number
-imap claims a free inode INO is in use, correcting imap and clearing inode
-cleared realtime summary inode INO
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - clearing existing "lost+found" inode
-        - deleting existing "lost+found" entry
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-reinitializing realtime summary inode
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-Phase 7 - verify and correct link counts...
-done
-Corrupting root inode - setting bits to -1
-Wrote X.XXKb (value 0xffffffff)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-bad magic number 0xffff on inode INO
-bad version number 0xffffffff on inode INO
-bad (negative) size -1 on inode INO
-bad magic number 0xffff on inode INO, resetting magic number
-bad version number 0xffffffff on inode INO, resetting version number
-bad (negative) size -1 on inode INO
-cleared root inode INO
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-root inode lost
-        - clear lost+found (if it exists) ...
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-reinitializing root directory
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-disconnected dir inode INO, moving to lost+found
-Phase 7 - verify and correct link counts...
-resetting inode INO nlinks from 2 to 3
-done
-Corrupting rt bitmap inode - setting bits to -1
-Wrote X.XXKb (value 0xffffffff)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-bad magic number 0xffff on inode INO
-bad version number 0xffffffff on inode INO
-bad (negative) size -1 on inode INO
-bad magic number 0xffff on inode INO, resetting magic number
-bad version number 0xffffffff on inode INO, resetting version number
-bad (negative) size -1 on inode INO
-cleared realtime bitmap inode INO
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - clearing existing "lost+found" inode
-        - deleting existing "lost+found" entry
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-reinitializing realtime bitmap inode
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-disconnected dir inode INO, moving to lost+found
-Phase 7 - verify and correct link counts...
-done
-Corrupting rt summary inode - setting bits to -1
-Wrote X.XXKb (value 0xffffffff)
-Phase 1 - find and verify superblock...
-Phase 2 - zero log...
-        - scan filesystem freespace and inode maps...
-        - found root inode chunk
-Phase 3 - for each AG...
-        - scan and clear agi unlinked lists...
-        - process known inodes and perform inode discovery...
-bad magic number 0xffff on inode INO
-bad version number 0xffffffff on inode INO
-bad (negative) size -1 on inode INO
-bad magic number 0xffff on inode INO, resetting magic number
-bad version number 0xffffffff on inode INO, resetting version number
-bad (negative) size -1 on inode INO
-cleared realtime summary inode INO
-        - process newly discovered inodes...
-Phase 4 - check for duplicate blocks...
-        - setting up duplicate extent list...
-        - clear lost+found (if it exists) ...
-        - clearing existing "lost+found" inode
-        - deleting existing "lost+found" entry
-        - check for inodes claiming duplicate blocks...
-Phase 5 - rebuild AG headers and trees...
-        - reset superblock...
-Phase 6 - check inode connectivity...
-reinitializing realtime summary inode
-        - resetting contents of realtime bitmap and summary inodes
-        - ensuring existence of lost+found directory
-        - traversing filesystem starting at / ... 
-        - traversal finished ... 
-        - traversing all unattached subtrees ... 
-        - traversals finished ... 
-        - moving disconnected inodes to lost+found ... 
-disconnected dir inode INO, moving to lost+found
-Phase 7 - verify and correct link counts...
-done
index 25f2f6972f9ad0cf7089dd2ed99fc49311cd7376..6b6c86b776c37af5019d64893d4599dfc292d91d 100755 (executable)
@@ -41,7 +41,7 @@ _link_out_file
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_tape $TAPE_DEV
 _create_dumpdir_fill
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/xfs/035.out.irix b/tests/xfs/035.out.irix
deleted file mode 100644 (file)
index 653f950..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-QA output created by 035
-Creating directory system to dump using src/fill.
-Setup ....................................
-Erasing tape
-Dumping to tape...
-xfsdump  -f TAPE_DEV -M stress_tape_media -L 035.1 SCRATCH_MNT
-xfsdump: using scsi tape (drive_scsitape) strategy
-xfsdump: level 0 dump of HOSTNAME:SCRATCH_MNT
-xfsdump: dump date: DATE
-xfsdump: session id: ID
-xfsdump: session label: "035.1"
-xfsdump: ino map <PHASES>
-xfsdump: ino map construction complete
-xfsdump: estimated dump size: NUM bytes
-xfsdump: /var/xfsdump/inventory created
-xfsdump: preparing drive
-xfsdump: media block size: BLOCKSZ bytes
-xfsdump: creating dump session media file 0 (media 0, file 0)
-xfsdump: dumping ino map
-xfsdump: dumping directories
-xfsdump: dumping non-directory files
-xfsdump: ending media file
-xfsdump: media file size NUM bytes
-xfsdump: dumping session inventory
-xfsdump: beginning inventory media file
-xfsdump: media file 1 (media 0, file 1)
-xfsdump: ending inventory media file
-xfsdump: inventory media file size NUM bytes
-xfsdump: writing stream terminator
-xfsdump: beginning media stream terminator
-xfsdump: media file 2 (media 0, file 2)
-xfsdump: ending media stream terminator
-xfsdump: media stream terminator size BLOCKSZ bytes
-xfsdump: dump size (non-dir files) : NUM bytes
-xfsdump: dump complete: SECS seconds elapsed
-xfsdump: Dump Status: SUCCESS
-Creating directory system to dump using src/fill.
-Setup ....
-Dumping to tape...
-xfsdump  -f TAPE_DEV -M stress_tape_media -L 035.2 SCRATCH_MNT
-xfsdump: using scsi tape (drive_scsitape) strategy
-xfsdump: level 0 dump of HOSTNAME:SCRATCH_MNT
-xfsdump: dump date: DATE
-xfsdump: session id: ID
-xfsdump: session label: "035.2"
-xfsdump: ino map <PHASES>
-xfsdump: ino map construction complete
-xfsdump: estimated dump size: NUM bytes
-xfsdump: preparing drive
-xfsdump: positioned at media file 0: dump 0, stream 0
-xfsdump: positioned at media file 1: dump 0, stream 0
-xfsdump: positioned at media file 2: dump 0, stream 0
-xfsdump: stream terminator found
-xfsdump: creating dump session media file 0 (media 0, file 2)
-xfsdump: dumping ino map
-xfsdump: dumping directories
-xfsdump: dumping non-directory files
-xfsdump: ending media file
-xfsdump: media file size NUM bytes
-xfsdump: dumping session inventory
-xfsdump: beginning inventory media file
-xfsdump: media file 1 (media 0, file 3)
-xfsdump: ending inventory media file
-xfsdump: inventory media file size NUM bytes
-xfsdump: writing stream terminator
-xfsdump: beginning media stream terminator
-xfsdump: media file 2 (media 0, file 4)
-xfsdump: ending media stream terminator
-xfsdump: media stream terminator size BLOCKSZ bytes
-xfsdump: dump size (non-dir files) : NUM bytes
-xfsdump: dump complete: SECS seconds elapsed
-xfsdump: Dump Status: SUCCESS
-Rewinding tape
-Restoring from tape...
-xfsrestore  -f TAPE_DEV  -L 035.2 RESTORE_DIR
-xfsrestore: using scsi tape (drive_scsitape) strategy
-xfsrestore: using online session inventory
-xfsrestore: searching media for directory dump
-xfsrestore: preparing drive
-xfsrestore: examining media file 0
-xfsrestore: examining media file 1
-xfsrestore: examining media file 2
-xfsrestore: reading directories
-xfsrestore: 3 directories and 6 entries processed
-xfsrestore: directory post-processing
-xfsrestore: restoring non-directory files
-xfsrestore: restore complete: SECS seconds elapsed
-xfsrestore: Restore Status: SUCCESS
-Comparing dump directory with restore directory
-Files DUMP_DIR/biggg and RESTORE_DIR/DUMP_SUBDIR/biggg are identical
-Files DUMP_DIR/smalll and RESTORE_DIR/DUMP_SUBDIR/smalll are identical
-Files DUMP_DIR/sub/biggg and RESTORE_DIR/DUMP_SUBDIR/sub/biggg are identical
-Files DUMP_DIR/sub/smalll and RESTORE_DIR/DUMP_SUBDIR/sub/smalll are identical
-Only in SCRATCH_MNT: RESTORE_SUBDIR
index 280d03665ba9dd6b8a7f6ae126677687cd9950ff..c65523f5dac9a8744d86cdcafb451ba9eda12976 100755 (executable)
@@ -41,7 +41,7 @@ _link_out_file
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_tape $RMT_IRIXTAPE_DEV
 _create_dumpdir_fill
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/xfs/036.out.irix b/tests/xfs/036.out.irix
deleted file mode 100644 (file)
index 6680373..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-QA output created by 036
-Creating directory system to dump using src/fill.
-Setup ....................................
-Erasing tape
-Dumping to tape...
-xfsdump  -o -F -m -b 1048576 -l0 -f TAPE_DEV -M stress_tape_media -L stress_036 SCRATCH_MNT
-xfsdump: using minimum scsi tape (drive_minrmt) strategy
-xfsdump: level 0 dump of HOSTNAME:SCRATCH_MNT
-xfsdump: dump date: DATE
-xfsdump: session id: ID
-xfsdump: session label: "stress_036"
-xfsdump: ino map <PHASES>
-xfsdump: ino map construction complete
-xfsdump: estimated dump size: NUM bytes
-xfsdump: /var/xfsdump/inventory created
-xfsdump: preparing drive
-xfsdump: media block size: BLOCKSZ bytes
-xfsdump: WARNING: media may contain data. Overwrite option specified
-xfsdump: creating dump session media file 0 (media 0, file 0)
-xfsdump: dumping ino map
-xfsdump: dumping directories
-xfsdump: dumping non-directory files
-xfsdump: ending media file
-xfsdump: media file size NUM bytes
-xfsdump: dumping session inventory
-xfsdump: beginning inventory media file
-xfsdump: media file 1 (media 0, file 1)
-xfsdump: ending inventory media file
-xfsdump: inventory media file size NUM bytes
-xfsdump: dump size (non-dir files) : NUM bytes
-xfsdump: dump complete: SECS seconds elapsed
-xfsdump: Dump Status: SUCCESS
-Rewinding tape
-Restoring from tape...
-xfsrestore  -m -b 1048576 -f TAPE_DEV  -L stress_036 RESTORE_DIR
-xfsrestore: using minimum scsi tape (drive_minrmt) strategy
-xfsrestore: using online session inventory
-xfsrestore: searching media for directory dump
-xfsrestore: preparing drive
-xfsrestore: media block size: BLOCKSZ bytes
-xfsrestore: examining media file 0
-xfsrestore: reading directories
-xfsrestore: 3 directories and 38 entries processed
-xfsrestore: directory post-processing
-xfsrestore: restoring non-directory files
-xfsrestore: read_record encountered EOD : end of data
-xfsrestore: restore complete: SECS seconds elapsed
-xfsrestore: Restore Status: SUCCESS
-Comparing dump directory with restore directory
-Files DUMP_DIR/big and RESTORE_DIR/DUMP_SUBDIR/big are identical
-Files DUMP_DIR/small and RESTORE_DIR/DUMP_SUBDIR/small are identical
-Files DUMP_DIR/sub/a and RESTORE_DIR/DUMP_SUBDIR/sub/a are identical
-Files DUMP_DIR/sub/a00 and RESTORE_DIR/DUMP_SUBDIR/sub/a00 are identical
-Files DUMP_DIR/sub/a000 and RESTORE_DIR/DUMP_SUBDIR/sub/a000 are identical
-Files DUMP_DIR/sub/b and RESTORE_DIR/DUMP_SUBDIR/sub/b are identical
-Files DUMP_DIR/sub/b00 and RESTORE_DIR/DUMP_SUBDIR/sub/b00 are identical
-Files DUMP_DIR/sub/big and RESTORE_DIR/DUMP_SUBDIR/sub/big are identical
-Files DUMP_DIR/sub/c and RESTORE_DIR/DUMP_SUBDIR/sub/c are identical
-Files DUMP_DIR/sub/c00 and RESTORE_DIR/DUMP_SUBDIR/sub/c00 are identical
-Files DUMP_DIR/sub/d and RESTORE_DIR/DUMP_SUBDIR/sub/d are identical
-Files DUMP_DIR/sub/d00 and RESTORE_DIR/DUMP_SUBDIR/sub/d00 are identical
-Files DUMP_DIR/sub/e and RESTORE_DIR/DUMP_SUBDIR/sub/e are identical
-Files DUMP_DIR/sub/e00 and RESTORE_DIR/DUMP_SUBDIR/sub/e00 are identical
-Files DUMP_DIR/sub/e000 and RESTORE_DIR/DUMP_SUBDIR/sub/e000 are identical
-Files DUMP_DIR/sub/f and RESTORE_DIR/DUMP_SUBDIR/sub/f are identical
-Files DUMP_DIR/sub/f00 and RESTORE_DIR/DUMP_SUBDIR/sub/f00 are identical
-Files DUMP_DIR/sub/g and RESTORE_DIR/DUMP_SUBDIR/sub/g are identical
-Files DUMP_DIR/sub/g00 and RESTORE_DIR/DUMP_SUBDIR/sub/g00 are identical
-Files DUMP_DIR/sub/h and RESTORE_DIR/DUMP_SUBDIR/sub/h are identical
-Files DUMP_DIR/sub/h00 and RESTORE_DIR/DUMP_SUBDIR/sub/h00 are identical
-Files DUMP_DIR/sub/h000 and RESTORE_DIR/DUMP_SUBDIR/sub/h000 are identical
-Files DUMP_DIR/sub/i and RESTORE_DIR/DUMP_SUBDIR/sub/i are identical
-Files DUMP_DIR/sub/i00 and RESTORE_DIR/DUMP_SUBDIR/sub/i00 are identical
-Files DUMP_DIR/sub/j and RESTORE_DIR/DUMP_SUBDIR/sub/j are identical
-Files DUMP_DIR/sub/j00 and RESTORE_DIR/DUMP_SUBDIR/sub/j00 are identical
-Files DUMP_DIR/sub/k and RESTORE_DIR/DUMP_SUBDIR/sub/k are identical
-Files DUMP_DIR/sub/k00 and RESTORE_DIR/DUMP_SUBDIR/sub/k00 are identical
-Files DUMP_DIR/sub/k000 and RESTORE_DIR/DUMP_SUBDIR/sub/k000 are identical
-Files DUMP_DIR/sub/l and RESTORE_DIR/DUMP_SUBDIR/sub/l are identical
-Files DUMP_DIR/sub/l00 and RESTORE_DIR/DUMP_SUBDIR/sub/l00 are identical
-Files DUMP_DIR/sub/m and RESTORE_DIR/DUMP_SUBDIR/sub/m are identical
-Files DUMP_DIR/sub/m00 and RESTORE_DIR/DUMP_SUBDIR/sub/m00 are identical
-Files DUMP_DIR/sub/n and RESTORE_DIR/DUMP_SUBDIR/sub/n are identical
-Files DUMP_DIR/sub/n00 and RESTORE_DIR/DUMP_SUBDIR/sub/n00 are identical
-Files DUMP_DIR/sub/small and RESTORE_DIR/DUMP_SUBDIR/sub/small are identical
-Only in SCRATCH_MNT: RESTORE_SUBDIR
index 2f765b825b9ddec4480aaa3acfd7f5fc89af3ca8..62735906c6f21f1f27740f1ea327ef7c2e12201d 100755 (executable)
@@ -41,7 +41,7 @@ _link_out_file
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_tape $RMT_IRIXTAPE_DEV
 _create_dumpdir_fill
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/xfs/039.out.irix b/tests/xfs/039.out.irix
deleted file mode 100644 (file)
index 9bd188f..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-QA output created by 039
-Creating directory system to dump using src/fill.
-Setup ....................................
-Erasing tape
-Dumping to tape...
-xfsdump  -o -F -f TAPE_DEV -M stress_tape_media -L stress_039 SCRATCH_MNT
-xfsdump: using scsi tape (drive_scsitape) strategy
-xfsdump: level 0 dump of HOSTNAME:SCRATCH_MNT
-xfsdump: dump date: DATE
-xfsdump: session id: ID
-xfsdump: session label: "stress_039"
-xfsdump: ino map <PHASES>
-xfsdump: ino map construction complete
-xfsdump: estimated dump size: NUM bytes
-xfsdump: /var/xfsdump/inventory created
-xfsdump: preparing drive
-xfsdump: media block size: 0 bytes
-xfsdump: WARNING: media may contain data. Overwrite option specified
-xfsdump: creating dump session media file 0 (media 0, file 0)
-xfsdump: dumping ino map
-xfsdump: dumping directories
-xfsdump: dumping non-directory files
-xfsdump: ending media file
-xfsdump: media file size NUM bytes
-xfsdump: dumping session inventory
-xfsdump: beginning inventory media file
-xfsdump: media file 1 (media 0, file 1)
-xfsdump: ending inventory media file
-xfsdump: inventory media file size NUM bytes
-xfsdump: writing stream terminator
-xfsdump: beginning media stream terminator
-xfsdump: media file 2 (media 0, file 2)
-xfsdump: ending media stream terminator
-xfsdump: media stream terminator size 245760 bytes
-xfsdump: dump size (non-dir files) : NUM bytes
-xfsdump: dump complete: SECS seconds elapsed
-xfsdump: Dump Status: SUCCESS
-Rewinding tape
-Restoring from tape...
-xfsrestore  -f TAPE_DEV  -L stress_039 RESTORE_DIR
-xfsrestore: using scsi tape (drive_scsitape) strategy
-xfsrestore: using online session inventory
-xfsrestore: searching media for directory dump
-xfsrestore: preparing drive
-xfsrestore: examining media file 0
-xfsrestore: reading directories
-xfsrestore: 3 directories and 38 entries processed
-xfsrestore: directory post-processing
-xfsrestore: restoring non-directory files
-xfsrestore: restore complete: SECS seconds elapsed
-xfsrestore: Restore Status: SUCCESS
-Comparing dump directory with restore directory
-Files DUMP_DIR/big and RESTORE_DIR/DUMP_SUBDIR/big are identical
-Files DUMP_DIR/small and RESTORE_DIR/DUMP_SUBDIR/small are identical
-Files DUMP_DIR/sub/a and RESTORE_DIR/DUMP_SUBDIR/sub/a are identical
-Files DUMP_DIR/sub/a00 and RESTORE_DIR/DUMP_SUBDIR/sub/a00 are identical
-Files DUMP_DIR/sub/a000 and RESTORE_DIR/DUMP_SUBDIR/sub/a000 are identical
-Files DUMP_DIR/sub/b and RESTORE_DIR/DUMP_SUBDIR/sub/b are identical
-Files DUMP_DIR/sub/b00 and RESTORE_DIR/DUMP_SUBDIR/sub/b00 are identical
-Files DUMP_DIR/sub/big and RESTORE_DIR/DUMP_SUBDIR/sub/big are identical
-Files DUMP_DIR/sub/c and RESTORE_DIR/DUMP_SUBDIR/sub/c are identical
-Files DUMP_DIR/sub/c00 and RESTORE_DIR/DUMP_SUBDIR/sub/c00 are identical
-Files DUMP_DIR/sub/d and RESTORE_DIR/DUMP_SUBDIR/sub/d are identical
-Files DUMP_DIR/sub/d00 and RESTORE_DIR/DUMP_SUBDIR/sub/d00 are identical
-Files DUMP_DIR/sub/e and RESTORE_DIR/DUMP_SUBDIR/sub/e are identical
-Files DUMP_DIR/sub/e00 and RESTORE_DIR/DUMP_SUBDIR/sub/e00 are identical
-Files DUMP_DIR/sub/e000 and RESTORE_DIR/DUMP_SUBDIR/sub/e000 are identical
-Files DUMP_DIR/sub/f and RESTORE_DIR/DUMP_SUBDIR/sub/f are identical
-Files DUMP_DIR/sub/f00 and RESTORE_DIR/DUMP_SUBDIR/sub/f00 are identical
-Files DUMP_DIR/sub/g and RESTORE_DIR/DUMP_SUBDIR/sub/g are identical
-Files DUMP_DIR/sub/g00 and RESTORE_DIR/DUMP_SUBDIR/sub/g00 are identical
-Files DUMP_DIR/sub/h and RESTORE_DIR/DUMP_SUBDIR/sub/h are identical
-Files DUMP_DIR/sub/h00 and RESTORE_DIR/DUMP_SUBDIR/sub/h00 are identical
-Files DUMP_DIR/sub/h000 and RESTORE_DIR/DUMP_SUBDIR/sub/h000 are identical
-Files DUMP_DIR/sub/i and RESTORE_DIR/DUMP_SUBDIR/sub/i are identical
-Files DUMP_DIR/sub/i00 and RESTORE_DIR/DUMP_SUBDIR/sub/i00 are identical
-Files DUMP_DIR/sub/j and RESTORE_DIR/DUMP_SUBDIR/sub/j are identical
-Files DUMP_DIR/sub/j00 and RESTORE_DIR/DUMP_SUBDIR/sub/j00 are identical
-Files DUMP_DIR/sub/k and RESTORE_DIR/DUMP_SUBDIR/sub/k are identical
-Files DUMP_DIR/sub/k00 and RESTORE_DIR/DUMP_SUBDIR/sub/k00 are identical
-Files DUMP_DIR/sub/k000 and RESTORE_DIR/DUMP_SUBDIR/sub/k000 are identical
-Files DUMP_DIR/sub/l and RESTORE_DIR/DUMP_SUBDIR/sub/l are identical
-Files DUMP_DIR/sub/l00 and RESTORE_DIR/DUMP_SUBDIR/sub/l00 are identical
-Files DUMP_DIR/sub/m and RESTORE_DIR/DUMP_SUBDIR/sub/m are identical
-Files DUMP_DIR/sub/m00 and RESTORE_DIR/DUMP_SUBDIR/sub/m00 are identical
-Files DUMP_DIR/sub/n and RESTORE_DIR/DUMP_SUBDIR/sub/n are identical
-Files DUMP_DIR/sub/n00 and RESTORE_DIR/DUMP_SUBDIR/sub/n00 are identical
-Files DUMP_DIR/sub/small and RESTORE_DIR/DUMP_SUBDIR/sub/small are identical
-Only in SCRATCH_MNT: RESTORE_SUBDIR
index 503852882fafa03ff735745b65054e71b84c77b4..1b9500f723bb42b31808ec703e2bcda425e10de6 100755 (executable)
@@ -46,7 +46,7 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_no_large_scratch_dev
index ba5eed328ce5281cf7a955e25171dd555d90ffd4..182cebc313e3cd263f8882dbd746502010b31f2b 100755 (executable)
@@ -46,7 +46,7 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 
index 59eeff6e77771784c4f228313010bf880936de96..caca73dad93692709f04c07bd476336c07a54363 100755 (executable)
@@ -43,7 +43,7 @@ _link_out_file
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_tape $TAPE_DEV 
 _create_dumpdir_fill
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/xfs/043.out.irix b/tests/xfs/043.out.irix
deleted file mode 100644 (file)
index 61c226c..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-QA output created by 043
-Creating directory system to dump using src/fill.
-Setup ....................................
-Erasing tape
-Dumping to tape...
-xfsdump  -s DUMP_SUBDIR -f TAPE_DEV -M stress_tape_media -L stress_043 SCRATCH_MNT
-xfsdump: using scsi tape (drive_scsitape) strategy
-xfsdump: level 0 dump of HOSTNAME:SCRATCH_MNT
-xfsdump: dump date: DATE
-xfsdump: session id: ID
-xfsdump: session label: "stress_043"
-xfsdump: ino map <PHASES>
-xfsdump: ino map construction complete
-xfsdump: estimated dump size: NUM bytes
-xfsdump: /var/xfsdump/inventory created
-xfsdump: preparing drive
-xfsdump: media block size: BLOCKSZ bytes
-xfsdump: creating dump session media file 0 (media 0, file 0)
-xfsdump: dumping ino map
-xfsdump: dumping directories
-xfsdump: dumping non-directory files
-xfsdump: ending media file
-xfsdump: media file size NUM bytes
-xfsdump: dumping session inventory
-xfsdump: beginning inventory media file
-xfsdump: media file 1 (media 0, file 1)
-xfsdump: ending inventory media file
-xfsdump: inventory media file size NUM bytes
-xfsdump: writing stream terminator
-xfsdump: beginning media stream terminator
-xfsdump: media file 2 (media 0, file 2)
-xfsdump: ending media stream terminator
-xfsdump: media stream terminator size BLOCKSZ bytes
-xfsdump: dump size (non-dir files) : NUM bytes
-xfsdump: dump complete: SECS seconds elapsed
-xfsdump: Dump Status: SUCCESS
-Rewinding tape
-Restoring from tape...
-xfsrestore  -f TAPE_DEV  -L stress_043 RESTORE_DIR
-xfsrestore: using scsi tape (drive_scsitape) strategy
-xfsrestore: searching media for dump
-xfsrestore: preparing drive
-xfsrestore: examining media file 0
-xfsrestore: found dump matching specified label:
-xfsrestore: hostname: HOSTNAME
-xfsrestore: mount point: SCRATCH_MNT
-xfsrestore: volume: SCRATCH_DEV
-xfsrestore: session time: TIME
-xfsrestore: level: 0
-xfsrestore: session label: "stress_043"
-xfsrestore: media label: "stress_tape_media"
-xfsrestore: file system ID: ID
-xfsrestore: session id: ID
-xfsrestore: media ID: ID
-xfsrestore: searching media for directory dump
-xfsrestore: reading directories
-xfsrestore: 3 directories and 38 entries processed
-xfsrestore: directory post-processing
-xfsrestore: restoring non-directory files
-xfsrestore: examining media file 1
-xfsrestore: incorporating on-media session inventory into online inventory
-xfsrestore: /var/xfsdump/inventory created
-xfsrestore: using on-media session inventory
-xfsrestore: restore complete: SECS seconds elapsed
-xfsrestore: Restore Status: SUCCESS
-Comparing dump directory with restore directory
-Files DUMP_DIR/big and RESTORE_DIR/DUMP_SUBDIR/big are identical
-Files DUMP_DIR/small and RESTORE_DIR/DUMP_SUBDIR/small are identical
-Files DUMP_DIR/sub/a and RESTORE_DIR/DUMP_SUBDIR/sub/a are identical
-Files DUMP_DIR/sub/a00 and RESTORE_DIR/DUMP_SUBDIR/sub/a00 are identical
-Files DUMP_DIR/sub/a000 and RESTORE_DIR/DUMP_SUBDIR/sub/a000 are identical
-Files DUMP_DIR/sub/b and RESTORE_DIR/DUMP_SUBDIR/sub/b are identical
-Files DUMP_DIR/sub/b00 and RESTORE_DIR/DUMP_SUBDIR/sub/b00 are identical
-Files DUMP_DIR/sub/big and RESTORE_DIR/DUMP_SUBDIR/sub/big are identical
-Files DUMP_DIR/sub/c and RESTORE_DIR/DUMP_SUBDIR/sub/c are identical
-Files DUMP_DIR/sub/c00 and RESTORE_DIR/DUMP_SUBDIR/sub/c00 are identical
-Files DUMP_DIR/sub/d and RESTORE_DIR/DUMP_SUBDIR/sub/d are identical
-Files DUMP_DIR/sub/d00 and RESTORE_DIR/DUMP_SUBDIR/sub/d00 are identical
-Files DUMP_DIR/sub/e and RESTORE_DIR/DUMP_SUBDIR/sub/e are identical
-Files DUMP_DIR/sub/e00 and RESTORE_DIR/DUMP_SUBDIR/sub/e00 are identical
-Files DUMP_DIR/sub/e000 and RESTORE_DIR/DUMP_SUBDIR/sub/e000 are identical
-Files DUMP_DIR/sub/f and RESTORE_DIR/DUMP_SUBDIR/sub/f are identical
-Files DUMP_DIR/sub/f00 and RESTORE_DIR/DUMP_SUBDIR/sub/f00 are identical
-Files DUMP_DIR/sub/g and RESTORE_DIR/DUMP_SUBDIR/sub/g are identical
-Files DUMP_DIR/sub/g00 and RESTORE_DIR/DUMP_SUBDIR/sub/g00 are identical
-Files DUMP_DIR/sub/h and RESTORE_DIR/DUMP_SUBDIR/sub/h are identical
-Files DUMP_DIR/sub/h00 and RESTORE_DIR/DUMP_SUBDIR/sub/h00 are identical
-Files DUMP_DIR/sub/h000 and RESTORE_DIR/DUMP_SUBDIR/sub/h000 are identical
-Files DUMP_DIR/sub/i and RESTORE_DIR/DUMP_SUBDIR/sub/i are identical
-Files DUMP_DIR/sub/i00 and RESTORE_DIR/DUMP_SUBDIR/sub/i00 are identical
-Files DUMP_DIR/sub/j and RESTORE_DIR/DUMP_SUBDIR/sub/j are identical
-Files DUMP_DIR/sub/j00 and RESTORE_DIR/DUMP_SUBDIR/sub/j00 are identical
-Files DUMP_DIR/sub/k and RESTORE_DIR/DUMP_SUBDIR/sub/k are identical
-Files DUMP_DIR/sub/k00 and RESTORE_DIR/DUMP_SUBDIR/sub/k00 are identical
-Files DUMP_DIR/sub/k000 and RESTORE_DIR/DUMP_SUBDIR/sub/k000 are identical
-Files DUMP_DIR/sub/l and RESTORE_DIR/DUMP_SUBDIR/sub/l are identical
-Files DUMP_DIR/sub/l00 and RESTORE_DIR/DUMP_SUBDIR/sub/l00 are identical
-Files DUMP_DIR/sub/m and RESTORE_DIR/DUMP_SUBDIR/sub/m are identical
-Files DUMP_DIR/sub/m00 and RESTORE_DIR/DUMP_SUBDIR/sub/m00 are identical
-Files DUMP_DIR/sub/n and RESTORE_DIR/DUMP_SUBDIR/sub/n are identical
-Files DUMP_DIR/sub/n00 and RESTORE_DIR/DUMP_SUBDIR/sub/n00 are identical
-Files DUMP_DIR/sub/small and RESTORE_DIR/DUMP_SUBDIR/sub/small are identical
-Comparing listing of dump directory with restore directory
-Files TMP.dump_dir and TMP.restore_dir are identical
index 841c12b6d4048396fbf5b63a4199614cca06b914..446a69dc7ba49235cbba6a51681cff74acef431d 100755 (executable)
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _create_dumpdir_symlinks
 _do_dump_file
index d7c0dce0ece0bf06d515ade91e6f6462f225bf37..6ade167837405d1936bf488c4e1b1046195bef8e 100755 (executable)
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 # wipe test dir clean first
 # so dump can be real quick
index 3dd685f06998e34c6fc92a13073b76e47b772eef..32dbc05787a1819c4e6585d486efea0d9163c214 100755 (executable)
@@ -43,7 +43,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 src/fault $TEST_DIR || exit
index 130df77ee1cc3150059ddf91c20e6a841253d8cd..ac7feb482ea3ec68e5a18cfb95b375facd9e75e4 100755 (executable)
@@ -46,7 +46,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 cp /dev/null $seqres.full
 chmod a+rwx $seqres.full       # arbitrary users will write here
@@ -213,12 +213,7 @@ EOF
 projid_file="$tmp.projid"
 
 echo "*** user"
-if [ "$HOSTOS" == "IRIX" ]
-then
-       _qmount_option "quota"
-else
-       _qmount_option "uquota"
-fi
+_qmount_option "uquota"
 _exercise u
 
 echo "*** group"
@@ -226,12 +221,7 @@ _qmount_option "gquota"
 _exercise g
 
 echo "*** uqnoenforce"
-if [ "$HOSTOS" == "IRIX" ]
-then
-       _qmount_option "qnoenforce"
-else
-       _qmount_option "uqnoenforce"
-fi
+_qmount_option "uqnoenforce"
 _exercise uno
 
 echo "*** gqnoenforce"
index 56231f37d2b6c5ad76a2a2759b32f4d7d252cdf7..faad218e0eb197ab9cd73a076ce30ae5386467da 100755 (executable)
@@ -48,7 +48,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 rm -f $seqres.full
 
index 80c244ddc1c9aa10632902710890fec95a5940fd..353dda349dd2d4575fe67127f1f2baa4089186b9 100755 (executable)
@@ -48,7 +48,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 # real QA test starts here
 
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 _require_attrs
 
index 920ba2886cc0d440a039cd61a86236e73dd0250a..383058a5ec0e99f5d35399530071ceaac4cbc657 100755 (executable)
@@ -41,7 +41,7 @@ _link_out_file
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_tape $RMT_TAPE_USER@$RMT_IRIXTAPE_DEV
 _create_dumpdir_fill
diff --git a/tests/xfs/055.out.irix b/tests/xfs/055.out.irix
deleted file mode 100644 (file)
index 8bff6e9..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-QA output created by 055
-Creating directory system to dump using src/fill.
-Setup ....................................
-Erasing tape
-Dumping to tape...
-xfsdump  -o -F -f TAPE_DEV -M stress_tape_media -L stress_055 SCRATCH_MNT
-xfsdump: using scsi tape (drive_scsitape) strategy
-xfsdump: level 0 dump of HOSTNAME:SCRATCH_MNT
-xfsdump: dump date: DATE
-xfsdump: session id: ID
-xfsdump: session label: "stress_055"
-xfsdump: ino map <PHASES>
-xfsdump: ino map construction complete
-xfsdump: estimated dump size: NUM bytes
-xfsdump: /var/xfsdump/inventory created
-xfsdump: preparing drive
-xfsdump: media block size: 0 bytes
-xfsdump: WARNING: media may contain data. Overwrite option specified
-xfsdump: creating dump session media file 0 (media 0, file 0)
-xfsdump: dumping ino map
-xfsdump: dumping directories
-xfsdump: dumping non-directory files
-xfsdump: ending media file
-xfsdump: media file size NUM bytes
-xfsdump: dumping session inventory
-xfsdump: beginning inventory media file
-xfsdump: media file 1 (media 0, file 1)
-xfsdump: ending inventory media file
-xfsdump: inventory media file size NUM bytes
-xfsdump: writing stream terminator
-xfsdump: beginning media stream terminator
-xfsdump: media file 2 (media 0, file 2)
-xfsdump: ending media stream terminator
-xfsdump: media stream terminator size 245760 bytes
-xfsdump: dump size (non-dir files) : NUM bytes
-xfsdump: dump complete: SECS seconds elapsed
-xfsdump: Dump Status: SUCCESS
-Rewinding tape
-Restoring from tape...
-xfsrestore  -f TAPE_DEV  -L stress_055 RESTORE_DIR
-xfsrestore: using scsi tape (drive_scsitape) strategy
-xfsrestore: using online session inventory
-xfsrestore: searching media for directory dump
-xfsrestore: preparing drive
-xfsrestore: examining media file 0
-xfsrestore: reading directories
-xfsrestore: 3 directories and 38 entries processed
-xfsrestore: directory post-processing
-xfsrestore: restoring non-directory files
-xfsrestore: restore complete: SECS seconds elapsed
-xfsrestore: Restore Status: SUCCESS
-Comparing dump directory with restore directory
-Files DUMP_DIR/big and RESTORE_DIR/DUMP_SUBDIR/big are identical
-Files DUMP_DIR/small and RESTORE_DIR/DUMP_SUBDIR/small are identical
-Files DUMP_DIR/sub/a and RESTORE_DIR/DUMP_SUBDIR/sub/a are identical
-Files DUMP_DIR/sub/a00 and RESTORE_DIR/DUMP_SUBDIR/sub/a00 are identical
-Files DUMP_DIR/sub/a000 and RESTORE_DIR/DUMP_SUBDIR/sub/a000 are identical
-Files DUMP_DIR/sub/b and RESTORE_DIR/DUMP_SUBDIR/sub/b are identical
-Files DUMP_DIR/sub/b00 and RESTORE_DIR/DUMP_SUBDIR/sub/b00 are identical
-Files DUMP_DIR/sub/big and RESTORE_DIR/DUMP_SUBDIR/sub/big are identical
-Files DUMP_DIR/sub/c and RESTORE_DIR/DUMP_SUBDIR/sub/c are identical
-Files DUMP_DIR/sub/c00 and RESTORE_DIR/DUMP_SUBDIR/sub/c00 are identical
-Files DUMP_DIR/sub/d and RESTORE_DIR/DUMP_SUBDIR/sub/d are identical
-Files DUMP_DIR/sub/d00 and RESTORE_DIR/DUMP_SUBDIR/sub/d00 are identical
-Files DUMP_DIR/sub/e and RESTORE_DIR/DUMP_SUBDIR/sub/e are identical
-Files DUMP_DIR/sub/e00 and RESTORE_DIR/DUMP_SUBDIR/sub/e00 are identical
-Files DUMP_DIR/sub/e000 and RESTORE_DIR/DUMP_SUBDIR/sub/e000 are identical
-Files DUMP_DIR/sub/f and RESTORE_DIR/DUMP_SUBDIR/sub/f are identical
-Files DUMP_DIR/sub/f00 and RESTORE_DIR/DUMP_SUBDIR/sub/f00 are identical
-Files DUMP_DIR/sub/g and RESTORE_DIR/DUMP_SUBDIR/sub/g are identical
-Files DUMP_DIR/sub/g00 and RESTORE_DIR/DUMP_SUBDIR/sub/g00 are identical
-Files DUMP_DIR/sub/h and RESTORE_DIR/DUMP_SUBDIR/sub/h are identical
-Files DUMP_DIR/sub/h00 and RESTORE_DIR/DUMP_SUBDIR/sub/h00 are identical
-Files DUMP_DIR/sub/h000 and RESTORE_DIR/DUMP_SUBDIR/sub/h000 are identical
-Files DUMP_DIR/sub/i and RESTORE_DIR/DUMP_SUBDIR/sub/i are identical
-Files DUMP_DIR/sub/i00 and RESTORE_DIR/DUMP_SUBDIR/sub/i00 are identical
-Files DUMP_DIR/sub/j and RESTORE_DIR/DUMP_SUBDIR/sub/j are identical
-Files DUMP_DIR/sub/j00 and RESTORE_DIR/DUMP_SUBDIR/sub/j00 are identical
-Files DUMP_DIR/sub/k and RESTORE_DIR/DUMP_SUBDIR/sub/k are identical
-Files DUMP_DIR/sub/k00 and RESTORE_DIR/DUMP_SUBDIR/sub/k00 are identical
-Files DUMP_DIR/sub/k000 and RESTORE_DIR/DUMP_SUBDIR/sub/k000 are identical
-Files DUMP_DIR/sub/l and RESTORE_DIR/DUMP_SUBDIR/sub/l are identical
-Files DUMP_DIR/sub/l00 and RESTORE_DIR/DUMP_SUBDIR/sub/l00 are identical
-Files DUMP_DIR/sub/m and RESTORE_DIR/DUMP_SUBDIR/sub/m are identical
-Files DUMP_DIR/sub/m00 and RESTORE_DIR/DUMP_SUBDIR/sub/m00 are identical
-Files DUMP_DIR/sub/n and RESTORE_DIR/DUMP_SUBDIR/sub/n are identical
-Files DUMP_DIR/sub/n00 and RESTORE_DIR/DUMP_SUBDIR/sub/n00 are identical
-Files DUMP_DIR/sub/small and RESTORE_DIR/DUMP_SUBDIR/sub/small are identical
-Only in SCRATCH_MNT: RESTORE_SUBDIR
index 7e2624a274f7dade4818405b90e02c24262fc3cd..613539a70f158172c9eb2554a9ba767930de4410 100755 (executable)
@@ -38,7 +38,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _create_dumpdir_fill_perm
 _do_dump_file
index 2600f03d9c2261f2b01c0cfc9e3cc83e76e6eaac..8a4e254a86bf22d7b2050c5002af928b339033d9 100755 (executable)
@@ -37,7 +37,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 # src/dumpfile based on dumping from
 # _create_dumpdir_fill_perm (small dump)
index 410b487081e0296dd6c749f708e30a3b125740c2..306e2cce7238111b8303a3a69a5d5d62c9a9e02f 100755 (executable)
@@ -51,7 +51,7 @@ _ls_size_filter()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _create_dumpdir_hardlinks 9
 
index 6b2139f3a4bfa2feb156cfb13843a42fbbb4d2aa..b7da0b8cf682e40ba56a0e14850beeb1e2baaf9b 100755 (executable)
@@ -58,7 +58,7 @@ _list_dir()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 #
 # too much hassle to get output matching with quotas turned on
index 736439b4f820f3b90f1808ab49a996a6a6ca9595..061ce2ddb94079dd0c8f6bdf3ad2be3354107ca1 100755 (executable)
@@ -44,7 +44,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 _my_stat_filter()
index cf69b66b429a3456856fee024556923da29cb36f..c214dd51fd3844020f26c4bc3f8e6680e29870b8 100755 (executable)
@@ -100,7 +100,7 @@ write_block()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 [ -n "$XFS_IO_PROG" ] || _notrun "xfs_io executable not found"
 
index 43aa42118938e3d177b649806e4ca6149f451649..5393cf8b047baca706670a21ed52133d5aafb283 100755 (executable)
@@ -44,7 +44,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 [ -n "$XFS_IO_PROG" ] || _notrun "xfs_io executable not found"
 
index e0f5b1b9f7c986ac25d3065a0dbcbe89e8cbbf1f..20c4a72a26d1988469fd42d3fd2a1e3889ac6358 100755 (executable)
@@ -42,9 +42,6 @@ _cleanup()
 }
 
 _supported_fs xfs
-
-# Apparently should be able to work on IRIX,
-# but not at the moment.
 _supported_os Linux
 _require_test
 
@@ -57,9 +54,6 @@ echo
 
 # real QA test starts here
 
-# to get sh working like ksh on IRIX
-export _XPG=1
-
 $here/ltp/rwtest.sh $quiet $clean -i 2000 -f direct,buffered,sync
 status=$?
 [ $status -ne 0 ] && exit
index 6f6f8256d817c47a82e1bf727b2c853353038875..b54c8d548eab14dcfce9b5eee7703617d054943f 100755 (executable)
@@ -38,7 +38,7 @@ status=1      # failure is the default!
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _cleanup()
 {
@@ -62,12 +62,6 @@ _scratch_unmount >/dev/null 2>&1
 # do a simple quota test to ensure DQUOT data is happening
 export MOUNT_OPTIONS="-o quota,gquota"
 
-if [ "$HOSTOS" = "IRIX" ]; then 
-    start=0
-else
-    start=2
-fi
-
 # mount with quotas?
 _scratch_mkfs_xfs "-l version=1" 1>/dev/null 2>&1
 _qmount
@@ -77,7 +71,7 @@ _scratch_unmount
 _mkfs_log "-l version=1"
 _create_log
 _check_log
-_print_transaction_inode $start
+_print_transaction_inode 2
 _cmp_output $seq.ugquota.trans_inode $filtered
 
 # got thru it all so we may have success
index 0c0b98af99765dae45c7e18edfe9785702000f00..f824d5efa611bca3c997d49ba92267c6da5d2afd 100755 (executable)
@@ -47,7 +47,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 # prelim
 rm -f $seqres.full $tmp.*
@@ -88,12 +88,6 @@ for s in sync nosync ; do
        if [ "$mkfs" = "#" ]; then 
            continue
        fi
-       if [ "$HOSTOS" = "IRIX" ]; then 
-           # don't have umount rec at start on IRIX
-           # so we won't have to skip over it and get to 
-           # another stripe boundary
-           start=0
-       fi
        echo "--- mkfs=$mkfs, mnt=$mnt, sync=$s ---"
        export MOUNT_OPTIONS="-o $mnt"
        if ! _mkfs_log "-l $mkfs"; then
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/xfs/082.op.irix b/tests/xfs/082.op.irix
deleted file mode 100644 (file)
index e3d3cd3..0000000
+++ /dev/null
@@ -1,5628 +0,0 @@
-### xfs_logprint output ###
-xfs_logprint:
- data device: <DEVICE>
- log device: <DEVICE> daddr: <DADDR> length: <LENGTH>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x3c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x83 blkno 64 len 16 off 768
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0xf nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 15
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x3b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x84 blkno 64 len 16 off 1024
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 24
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x18 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 24
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 24
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x3a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x85 blkno 64 len 16 off 1280
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 36
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x21 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 36
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 33
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x39 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x86 blkno 64 len 16 off 1536
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 44
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x2a nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 44
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 42
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x38 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x87 blkno 64 len 16 off 1792
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 52
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x33 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 52
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 51
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x37 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x88 blkno 64 len 16 off 2048
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 60
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x3c nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 60
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 60
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x36 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x89 blkno 64 len 16 off 2304
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 72
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x45 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 72
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 69
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x35 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8a blkno 64 len 16 off 2560
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 80
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x4e nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 80
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 78
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x34 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8b blkno 64 len 16 off 2816
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 88
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x57 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 88
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 87
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x33 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8c blkno 64 len 16 off 3072
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 96
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x60 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 96
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 96
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x32 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8d blkno 64 len 16 off 3328
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 108
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x69 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 108
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 105
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x31 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8e blkno 64 len 16 off 3584
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 116
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x72 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 116
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 114
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x30 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x8f blkno 64 len 16 off 3840
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 124
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x7b nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 124
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 123
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2f newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x90 blkno 64 len 16 off 4096
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 132
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x84 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 132
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 132
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2e newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x91 blkno 64 len 16 off 4352
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 144
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x8d nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 144
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 141
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 5
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2d newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x92 blkno 64 len 16 off 4608
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x3 dsize: 152
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 1
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x96 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x3 asize 0 dsize 152
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-LOCAL inode data
-SHORTFORM DIRECTORY size 150
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 9
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x93 blkno 64 len 16 off 4864
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGF Buffer: XAGF
-ver: 1 seq#: 0 len:<LEN>
-root BNO: 1 CNT: 2
-level BNO: 1 CNT: 1
-1st:<NUM> last:<NUM> cnt:<COUNT> freeblks:<COUNT> longest:<NUM>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x94 blkno 64 len 16 off 5120
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x95 blkno 64 len 16 off 5376
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x29 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x96 blkno 64 len 16 off 5632
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x28 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x97 blkno 64 len 16 off 5888
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x27 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x98 blkno 64 len 16 off 6144
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x26 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x99 blkno 64 len 16 off 6400
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x25 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9a blkno 64 len 16 off 6656
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x24 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9b blkno 64 len 16 off 6912
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Left over region from split log item
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x23 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9c blkno 64 len 16 off 7168
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x22 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9d blkno 64 len 16 off 7424
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x21 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9e blkno 64 len 16 off 7680
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x20 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x9f blkno 64 len 16 off 7936
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1f newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa0 blkno 80 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1e newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa1 blkno 80 len 16 off 256
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1d newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa2 blkno 80 len 16 off 512
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa3 blkno 80 len 16 off 768
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa4 blkno 80 len 16 off 1024
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa5 blkno 80 len 16 off 1280
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x19 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa6 blkno 80 len 16 off 1536
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x18 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa7 blkno 80 len 16 off 1792
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x17 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa8 blkno 80 len 16 off 2048
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x16 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xa9 blkno 80 len 16 off 2304
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x15 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xaa blkno 80 len 16 off 2560
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x14 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xab blkno 80 len 16 off 2816
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Not printing rest
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Left over region from split log item
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x13 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xac blkno 80 len 16 off 3072
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x12 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xad blkno 80 len 16 off 3328
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x11 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xae blkno 80 len 16 off 3584
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x10 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xaf blkno 80 len 16 off 3840
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xf newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb0 blkno 80 len 16 off 4096
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xe newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb1 blkno 80 len 16 off 4352
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xd newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb2 blkno 80 len 16 off 4608
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xc newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb3 blkno 80 len 16 off 4864
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xb newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb4 blkno 80 len 16 off 5120
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0xa newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb5 blkno 80 len 16 off 5376
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x9 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb6 blkno 80 len 16 off 5632
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x8 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb7 blkno 80 len 16 off 5888
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x7 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb8 blkno 80 len 16 off 6144
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Not printing rest
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xb9 blkno 80 len 16 off 6400
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x5 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xba blkno 80 len 16 off 6656
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x4 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xbb blkno 80 len 16 off 6912
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x3 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xbc blkno 80 len 16 off 7168
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x2 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xbd blkno 80 len 16 off 7424
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x1 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xbe blkno 80 len 16 off 7680
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 64 root: 3
-level: 1 free#: 0x0 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xbf blkno 80 len 16 off 7936
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 8
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x40 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGF Buffer: XAGF
-ver: 1 seq#: 0 len:<LEN>
-root BNO: 1 CNT: 2
-level BNO: 1 CNT: 1
-1st:<NUM> last:<NUM> cnt:<COUNT> freeblks:<COUNT> longest:<NUM>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 3
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 3
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3f newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe0 blkno 112 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3e newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe1 blkno 112 len 16 off 256
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Not printing rest
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Left over region from split log item
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3d newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe2 blkno 112 len 16 off 512
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe3 blkno 112 len 16 off 768
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe4 blkno 112 len 16 off 1024
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x3a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe5 blkno 112 len 16 off 1280
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x39 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe6 blkno 112 len 16 off 1536
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x38 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe7 blkno 112 len 16 off 1792
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x37 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe8 blkno 112 len 16 off 2048
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x36 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xe9 blkno 112 len 16 off 2304
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x35 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xea blkno 112 len 16 off 2560
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x34 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xeb blkno 112 len 16 off 2816
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x33 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xec blkno 112 len 16 off 3072
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Not printing rest
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Left over region from split log item
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x32 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xed blkno 112 len 16 off 3328
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x31 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xee blkno 112 len 16 off 3584
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x30 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xef blkno 112 len 16 off 3840
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2f newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf0 blkno 112 len 16 off 4096
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2e newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf1 blkno 112 len 16 off 4352
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2d newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf2 blkno 112 len 16 off 4608
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf3 blkno 112 len 16 off 4864
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf4 blkno 112 len 16 off 5120
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x2a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf5 blkno 112 len 16 off 5376
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x29 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf6 blkno 112 len 16 off 5632
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x28 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf7 blkno 112 len 16 off 5888
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x27 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf8 blkno 112 len 16 off 6144
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x26 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xf9 blkno 112 len 16 off 6400
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x25 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xfa blkno 112 len 16 off 6656
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x24 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xfb blkno 112 len 16 off 6912
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x23 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xfc blkno 112 len 16 off 7168
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x22 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xfd blkno 112 len 16 off 7424
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x21 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xfe blkno 112 len 16 off 7680
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x20 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0xff blkno 112 len 16 off 7936
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1f newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x100 blkno 128 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Not printing rest
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-Left over region from split log item
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1e newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x101 blkno 128 len 16 off 256
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1d newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x102 blkno 128 len 16 off 512
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1c newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x103 blkno 128 len 16 off 768
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1b newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x104 blkno 128 len 16 off 1024
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x1a newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x105 blkno 128 len 16 off 1280
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: START
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-TRAN: type: CREATE (0x4) tid: <TID> num_items: 6
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-AGI Buffer: XAGI
-ver: 1 seq#: 0 len:<LEN> cnt: 128 root: 3
-level: 1 free#: 0x19 newino: <INO>
-bucket[0 - 3]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[4 - 7]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[8 - 11]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[12 - 15]: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
-bucket[16 - 19]: 0xffffffff
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x1 dsize: 0
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 0100644 version 1 format 2
-nlink 1 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x0 nblocks 0x0 extsize 0x0 nextents 0x0
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 2 fields 0x1 asize 0 dsize 0
- ino 0x106 blkno 128 len 16 off 1536
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE: #regs:R ino: <INO> flags: 0x5 dsize: 16
- blkno: <BLKNO> len:<LEN> boff: <BOFF>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-INODE CORE
-magic 0x494e mode 040755 version 1 format 2
-nlink 2 uid 0 gid 0
-atime <TIME> mtime <TIME> ctime <TIME>
-size 0x1000 nblocks 0x1 extsize 0x0 nextents 0x1
-naextents 0x0 forkoff 0 dmevmask 0x0 dmstate 0x0
-flags 0x0 gen <GEN>
-Format type: 0x123b size 3 fields 0x5 asize 0 dsize 16
- ino 0x80 blkno 64 len 16 off 0
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-EXTENTS inode data
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 2
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF DATA
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-BUF: #regs:R start blkno: <BLKNO> (<BLKNO>) len:<LEN> bmap size: 1
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: none
-SUPER BLOCK Buffer:
-icount:<COUNT> ifree:<FREE> fdblks:<BLOCKS> frext:<COUNT>
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: TRANS flags: COMMIT
-Oper (OPNUM): tid: <TID> len:<LEN> clientid: LOG flags: UNMOUNT
-Unmount filesystem
-xfs_logprint: skipped <COUNT> zeroed blocks in range: <COUNT> - <COUNT>
-xfs_logprint: physical end of log
-xfs_logprint: logical end of log
index 7aa193b518576edfe2a0ce03fc728060f5739942..6d20ef3acba4a61dbdd409c13b41c8fd007f5c13 100755 (executable)
@@ -50,17 +50,9 @@ pgsize=`$here/src/feature -s`
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
-if [ $HOSTOS == "IRIX" ]; then 
-    if uname -R | grep -iq debug; then 
-        # taking up to 23 mins on my 512K octane on debug
-        # not worth worrying about
-       _notrun "don't bother running on debug IRIX"
-    fi
-fi
-
 echo
 echo "*** First case - I/O blocksize same as pagesize"
 $here/src/resvtest -i 20 -b $pgsize "$TEST_DIR/resv" | _filter_resv
index f195077deeea6e2e3fdfe83d9708f3e66e49cd55..5a6931957a859df48e33b4e045ef5da0f94c5e32 100755 (executable)
@@ -45,7 +45,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 _require_no_large_scratch_dev
 
index bf9eb2f93d05331b27ef91d69cca667fb63d4e63..d3606f81381506a95de3a662b3fd147c173f2378 100755 (executable)
@@ -43,7 +43,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_realtime
 _require_scratch
 
index 64754b2a208ef8b95efae86886c9d2e2301fa9f1..a9451f43f3cb378af136a0bebdd723c4e989066d 100755 (executable)
@@ -102,7 +102,7 @@ rm -f $seqres.full
 
 # Modify as appropriate.
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 _require_v2log
 _require_xfs_mkfs_without_validation
index 48b8c59c8f6d59788044f8b51b8157426d3dc742..024416bd47b652f32ae61f666a2b91bb9b7a0960 100755 (executable)
@@ -64,7 +64,7 @@ _filter_noymlinks_flag()
 }
 
 # real QA test starts here
-_supported_os Linux IRIX
+_supported_os Linux
 _supported_fs xfs
 _require_scratch
 
index 2bd20a3df409b4fe32e84a6b097269c9f5171f5e..7640bff3479bb2f27fabc107febd1ab4d36520b8 100755 (executable)
@@ -51,7 +51,7 @@ s/Inode: \#\d+ \(\d+ blocks, \d+ extents\)/Inode: #[INO] (X blocks, Y extents)/;
 }
 
 _supported_fs xfs
-_supported_os Linux #IRIX
+_supported_os Linux
 _require_scratch
 _require_xfs_quota
 
index addb8e7d156561046682320b87951036675ef774..86415366a50ccc6846b2ce84b0fb6a3fe64292a9 100755 (executable)
@@ -38,7 +38,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux #IRIX
+_supported_os Linux
 _require_scratch
 _require_xfs_quota
 
index 1d13d15da62dd8cb37c187302fce5a8130d6bafe..af2bcb992bc8affce9997ff21b1df70ed08a8c74 100755 (executable)
@@ -47,7 +47,7 @@ _cleanup()
 # real QA test starts here
 
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_xfs_quota
index a5f5593f803512983f8d3788653820bebf68ffa9..fac3aa77655e4fa86de6ce45a81ef6b51ab9b5ef 100755 (executable)
@@ -53,7 +53,7 @@ _cleanup()
 rm -f $seqres.full
 
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_command "$XFS_FSR_PROG" "xfs_fsr"
index 156d5e4aebb1b001c3388a76f4e25e433806e05c..ad6db455e46574d8ff22f5922d132db441048b77 100755 (executable)
@@ -47,7 +47,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 
index d301808bce240a71bc266a348fb23788f0e3c54c..2f84a3c8b447b654fd584e6fd097c84f80a7f02e 100755 (executable)
@@ -42,7 +42,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 rm -f $seqres.full
 rm -f $tmp.log
index 0177698a3c785f621f6562dc37fc5471ffc55839..cbba64f7185aa15544305cd88970b61c1611c7e5 100755 (executable)
@@ -50,7 +50,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_attrs
index a1efcc23c3222580cd63863d7236c2c25f37a03f..8a11d8bc14d93ab1b508b82505626f53c04a4611 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index c389a2b83e5a734aa58e5f759c3a09a9c96a9cc3..4a3bd47385d9ed084b871e2005a6082e118df9dc 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index 41041c4e978fc2407927d419f32eb013833d3f4d..da3995e9ab897731d169ddd5e7173ebc0cc474f8 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index 44b3e4ef50994c3672f5d868d7d68d09e45f1b96..14a979b560e4cdf50166250d8e89e265ef5ed7d7 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index f6cd3f30215a401d87dd02e5dfe4c1bbd6128d72..ea448db2ef613afa6de52b254247de7557ee1460 100755 (executable)
@@ -45,7 +45,7 @@ _report_filter () {
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 # link correct .out file
 _link_out_file
index 7ffdfc078230548d847bab4f84615fb58601c970..7fd51a7dc11a3efabe8046005449098f870bd297 100644 (file)
@@ -1,2 +1 @@
-irix: irix
 linux: linux
diff --git a/tests/xfs/146.out.irix b/tests/xfs/146.out.irix
deleted file mode 100644 (file)
index 827be54..0000000
+++ /dev/null
@@ -1,324 +0,0 @@
-QA output created by 146
-Invisible read/write tests beginning...
-Report: time stamp unchanged by write
-
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.....
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.....
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.....
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.....
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.....
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.....
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.....
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.....
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.....
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.....
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..........
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..........
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..........
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..........
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..........
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..........
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..........
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..........
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..........
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..........
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...............
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...............
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...............
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...............
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...............
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...............
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...............
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...............
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...............
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...............
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-....................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-....................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-....................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-....................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-....................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-....................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-....................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-....................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-....................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-....................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.........................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.........................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.........................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.........................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.........................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.........................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.........................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.........................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.........................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.........................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..............................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..............................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..............................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..............................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..............................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..............................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..............................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..............................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..............................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-..............................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-...................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-........................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-........................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-........................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-........................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-........................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-........................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-........................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-........................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-........................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-........................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.............................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.............................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.............................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.............................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.............................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.............................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.............................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.............................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.............................................
-Report: time stamp unchanged by read
-Report: time stamp unchanged by write
-.............................................
-Report: time stamp unchanged by read
-Report: "HEX" was written and "HEX" was read at byte NUM million.
-Report: "HEX" was written and "HEX" was read at 2147840000 bytes
-       (a bit over 2 gigabytes).
-       (errno subtests beginning...)
-       report on test for EACCES in no-right write: test successful
-       report on test for EACCES in SHARED write: test successful
-       report on test for success in EXCL write: test successful.
-       report on test for EBADF in write: test successful
-       report on test for EBADF in read: test successful
-       report on test for EBADF in write: test successful
-       report on test for EFAULT in write: test successful
-       report on test for EINVAL in (bad offset) write: test successful
-       report on test for EINVAL in (bad sid) write: test successful
-       report on test for EACCES in no-right read: test successful
-       report on test for success in SHARED read: test successful.
-       report on test for success in EXCL read: test successful.
-       report on test for EBADF in read: test successful
-       report on test for EFAULT in read: test successful
-       report on test for EINVAL in (bad offset) read: test successful
-       report on test for EINVAL in (bad sid) read: test successful
-       (errno subtests complete!)
-Invisible read/write tests complete.
index 73ff7f9fb47f0dee668e5b04cd5056ca7580b846..26b885c7045e2f946bfb56e94dd3a3ce5efbc8ae 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index 42c0481009c0679eb6e8a5872e82c264e761a8d9..89f6906d36976950c850e0309a1f10ab1f18fae4 100755 (executable)
@@ -63,7 +63,7 @@ _check_ag()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_no_large_scratch_dev
index 1307d5c03e6f9248f5587aed8f3973a67cfc98e1..a72a5ba44077ebd17ebe8762a85ed86e38a12606 100755 (executable)
@@ -97,7 +97,7 @@ EOF
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_no_large_scratch_dev
index f9e690a97b3f701e3042ff4454818381df7fa4e9..8ab2682d38aa5191e5847448c3e96710962e97f7 100755 (executable)
@@ -43,7 +43,7 @@ _filter_fs_handle()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index bba70944c2fe1012114d2342a451f2b3648060e1..982f10b47af65410af70f0dad4496e0f88ac06d4 100755 (executable)
@@ -64,7 +64,7 @@ _check_sids()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index 72bdabf2934c8574a87ddf843226e087c779f362..1a6473f2e03ffa8c8a23d619742675d116256971 100755 (executable)
@@ -44,7 +44,7 @@ _filter_handles()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index cac77228171aa08d803f9fe9f5fb125916208b2e..4fd348d6cbcdfb9a31e0c0060e31aeaadaff4c70 100755 (executable)
@@ -39,7 +39,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index 810a6ac1b66a27dbd6f6c0806becaafc38d4e36e..398dd2804591679b8b27f0767cae6337b794758e 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index 1a1631e2f8f2cc973d9b4ef5064a4212568e44fe..6f5ebfe3870570f9d87527519d11bc4ec371a0a2 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index d6e22b66aa35864948a81fe60daaa12ed4ac01c4..9e17e078c41a272ad452747f0ad3d4d0275b4f67 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index bf6559025c8f0e1c5545fbcca5c07a3ffc5f165e..ac7b63b73ef8e62e44ea82388cad31275fdffcb0 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index 596f4c24804ee4ccac9ce0383708ca86dc591a52..22710a127805cbe6a2f6b1351e79c456dbee4401 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index fc5193ffd8b7724d04ca25c21ef8094f064c0909..29bd72437e873f7406d8579310b1da73e3078d97 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index 9a2e2d04ad580f607b917349beea45c949fbb080..8b8e2ec4362d10a343c843988dc354aeeb0963a3 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index 11e53defd7536a60d037da79064b1eaa7ec03e21..4124c7f9be6856aeaaca4100edb8994acb54ba72 100755 (executable)
@@ -45,7 +45,7 @@ _filter_get_allocinfo()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index 4edb68fd886e4a1fd1b2c3934988fd345641fc55..4e6fc6f79c80f9134143bafc0887050c52766d61 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index e283545c29c73745781105143cfc2608f00e476f..32fff300e0714d40e5e27ef1b8eb6fae95d03539 100755 (executable)
@@ -49,7 +49,7 @@ _filter_handles()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs >/dev/null 2>&1
index 64133240bf3db4f6fb5aa6e4c0e914da09b0ca6f..d8efaa6358bc39dd59ea89b592f07a68a5b386e0 100755 (executable)
@@ -66,7 +66,7 @@ _filter_bmap()
 
 # Modify as appropriate.
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 testfile=$TEST_DIR/file.$seq
index 4080a88d8a4d5c6d0ce676675a5f8200e6e3e285..c4ae531f049fa3aa383e151ea725c7d0b3023d7a 100755 (executable)
@@ -63,7 +63,7 @@ _filter_bmap()
 
 # Modify as appropriate.
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 # io tests 
index f772bc4069d5e642dc36865be5958b3a3fffd1bb..c5ae8e45213c6990ce1617e6d09dde5535e7d9d4 100755 (executable)
@@ -47,7 +47,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 
index 43ef5ab17667a31e019e0a4830b594325c5f1019..17463d799ffe4e88dfd18e42dd62650526d5f2c4 100755 (executable)
@@ -46,7 +46,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 
index 8c4f9a6fdf9668ce15ba2e85a3d9df5c04cdbd14..3a20a9e47dee4f3e7fbfbbb19ca2967c5901f8cb 100755 (executable)
@@ -46,7 +46,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 
index 5e2e61b000e565f906bbc7ebdd73f2cdb42a5f4e..daa65a96bffdc7edf05b7cb0996b9b4c4d81928f 100755 (executable)
@@ -46,7 +46,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 
index a2010455d5932a2e90d7b8a7270341e200800d93..07d7517174fd7a9f1a559f423bfadae99855504c 100755 (executable)
@@ -49,7 +49,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 rm -f $seqres.full
 rm -f $tmp.log
index 17334de5173886fbdf4119f213ef10b10b726fb4..d7dfef7a5a8ff66175fb22bafb22cee04f2b0d48 100755 (executable)
@@ -38,7 +38,7 @@ trap "exit \$status" 0 1 2 3 15
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os Linux IRIX
+_supported_os Linux
 
 _require_scratch
 _scratch_mkfs_xfs -b size=512 >/dev/null 2>&1
index 8798ecf919d93c1b3ba84ea050819c227a84cae4..370b93ca5cd7c57c3e5e3a86ad91b5ba82127653 100755 (executable)
@@ -51,7 +51,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 _require_xfs_mkfs_ciname
 rm -f $seqres.full
index e9e858899534c240534bbd11f3d6e212eade743a..3226431f4d8a1cbb47de3509cd0003840341526c 100755 (executable)
@@ -42,7 +42,7 @@ _cleanup()
 
 # only xfs supported due to use of xfs_bmap
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 # real QA test starts here
 rm -f $seqres.full
index d549a4cc13cddec943269deab91c77e41c050f79..70997e3fe83e6a6d91a609db279398fe091df84a 100755 (executable)
@@ -52,7 +52,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 _require_loop
 
index c1cbe32c002adf5c1e9b45cb2bbeb45eb4729328..3f5295c554d58f5a9a5aede058fe96ddf6c693fb 100755 (executable)
@@ -41,7 +41,7 @@ _cleanup()
 . ./common/filter
 
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 # real QA test starts here
 rm -f $seqres.full
index db890b5dee4c97a8a21038526949d3830c21892b..9840408523fadad33c7a8e07aaac8d16f17b536e 100755 (executable)
@@ -45,7 +45,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 fsfile=$TEST_DIR/fsfile.$seq
index 6ac08c6f0feddad8127b0355fcde2016a88fe267..60245a993448c65c2e8b1d665c197b165c689b75 100755 (executable)
@@ -44,7 +44,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_command "$MAN_PROG" man
 
index 2325537c5ede9a7a84309800dc367da69d189a5b..c783df72d2502e34ecf0e966cd5c910ed2d96755 100755 (executable)
@@ -45,7 +45,7 @@ _cleanup()
 
 # Modify as appropriate.
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 _require_scratch
 _require_attrs
 
index 9accffd466d3f36a569653b6f4af13a0ff51adb6..708a7f86483730ec67e1cdd39d86fea8426e4ec8 100755 (executable)
@@ -44,7 +44,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 _require_scratch
 _require_freeze
index de7b27ea6b4f3c3018162d36de5be703a9eaa591..532abd7f6478ba2c16e52129c49b2ce9b0127ce2 100755 (executable)
@@ -43,7 +43,7 @@ _cleanup()
 
 # real QA test starts here
 _supported_fs xfs
-_supported_os IRIX Linux
+_supported_os Linux
 
 echo "Silence is golden"