Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

btrfs send/receive: ERROR: send ioctl failed with -2: No such file or directory #931

Open
gandalfs-cat opened this issue Dec 18, 2024 · 4 comments

Comments

@gandalfs-cat
Copy link

after experiencing similar symptoms to this issue #147 (comment) i was asked to open a new issue, so here we are

btrfs-progs v6.12
linux 6.12.4

...to be honest, im not sure my filesystem qualifies as "fine"; here is what btrfs check reported:

Opening filesystem to check...
Checking filesystem on <device>
UUID: <uuid>
[1/8] checking log skipped (none written)
[2/8] checking root items
[3/8] checking extents
[4/8] checking free space tree
[5/8] checking fs roots
root 5 inode 11793850 errors 2000, link count wrong
root 261 inode 11793850 errors 2000, link count wrong
root 262 inode 11793850 errors 2000, link count wrong
root 263 inode 11793850 errors 2000, link count wrong
ERROR: errors found in fs roots
found 3956634472448 bytes used, error(s) found
total csum bytes: 3854331828
total tree bytes: 9798680576
total fs tree bytes: 4650385408
total extent tree bytes: 816889856
btree space waste bytes: 1310094370
file data blocks allocated: 8986344386560
 referenced 4395424018432
$ btrfs send <path/to/snapshot> | btrfs receive --dump > stream.dump
At subvol </absolute/path/to/snapshot>
ERROR: send ioctl failed with -2: No such file or directory
ERROR: unexpected EOF in stream
ERROR: failed to dump the send stream: Invalid argument
$ tail -20 stream.dump
utimes          ./2024-12-13/o12028470-88279-0/git_help~20220720-190009.md atime=2022-07-03T12:59:18-0700 mtime=2022-07-03T12:59:18-0700 ctime=2022-07-20T19:00:09-0700
mkdir           ./2024-12-13/o11793848-76593-0
rename          ./2024-12-13/o11793848-76593-0  dest=./2024-12-13/$RECYCLE.BIN
utimes          ./2024-12-13/.yay/rpmdevtools/.git/refs/heads atime=2024-11-20T18:47:07-0800 mtime=2022-06-27T14:04:45-0700 ctime=2022-06-27T14:04:45-0700
set_xattr       ./2024-12-13/$RECYCLE.BIN       name=security.NTACL<byte sequence removed> len=180
set_xattr       ./2024-12-13/$RECYCLE.BIN       name=user.DOSATTRIB 0x16 len=4
chown           ./2024-12-13/$RECYCLE.BIN       gid=100 uid=0
chmod           ./2024-12-13/$RECYCLE.BIN       mode=755
utimes          ./2024-12-13/.yay/rpmdevtools/.git/logs atime=2024-11-20T18:47:07-0800 mtime=2022-06-27T14:04:42-0700 ctime=2022-06-27T14:04:42-0700
mkdir           ./2024-12-13/o11793849-76593-0
rename          ./2024-12-13/o11793849-76593-0  dest=./2024-12-13/$RECYCLE.BIN/S-1-5-21-2511366946-130215246-2013100535-1001
set_xattr       ./2024-12-13/$RECYCLE.BIN/S-1-5-21-2511366946-130215246-2013100535-1001 name=security.NTACL <byte sequence removed> len=192
set_xattr       ./2024-12-13/$RECYCLE.BIN/S-1-5-21-2511366946-130215246-2013100535-1001 name=user.DOSATTRIB 0x16 len=4
chown           ./2024-12-13/$RECYCLE.BIN/S-1-5-21-2511366946-130215246-2013100535-1001 gid=100 uid=65534
chmod           ./2024-12-13/$RECYCLE.BIN/S-1-5-21-2511366946-130215246-2013100535-1001 mode=755
utimes          ./2024-12-13/.yay/rpmdevtools/.git/logs/refs atime=2024-11-20T18:47:07-0800 mtime=2022-06-27T14:04:42-0700 ctime=2022-06-27T14:04:42-0700
mkdir           ./2024-12-13/o11793850-76593-0
set_xattr       ./2024-12-13/o11793850-76593-0  name=security.NTACL <byte sequence removed> len=192
chown           ./2024-12-13/o11793850-76593-0  gid=100 uid=65534
chmod           ./2024-12-13/o11793850-76593-0  mode=755

after seeing the error seemingly occurred close to when processing the corrupt $RECYCLE.BIN directory (context #147 (comment)), my feeling is this is just due to filesystem corruption and probably not a fruitful report, but for posterity at the very least i figured i may as well post it. im happy to try any tests if there are any suggestions! (my data is safely on a new filesystem now), or if you just feel inclined to close this that works too.

@adam900710
Copy link
Collaborator

adam900710 commented Dec 18, 2024

The link count error is already a little concerning, it affects the fs tree and all the snapshots of that fs tree.

Thus it's possible that, for example, the link count is beyond what's expected. Then during send, it needs to go through all the hard links, but failed to find the extra hard links, thus returning -ENOENT.

The link count error can be fixed by "btrfs check --repair".

Mind to take a try on the btrfs check --repair after backing up important data, and retry the send?

@gandalfs-cat
Copy link
Author

here you go!

still encountered the same error, and the dumped send streams from before and after repairing are identical (compared with sha256sums). i left the byte sequences from the xattrs in the log this time, since it seems more likely that they could possibly be pertinent..

$ btrfs check --repair <device>
enabling repair mode
WARNING:

	Do not use --repair unless you are advised to do so by a developer
	or an experienced user, and then only after having accepted that no
	fsck can successfully repair all types of filesystem corruption. E.g.
	some software or hardware bugs can fatally damage a volume.
	The operation will start in 10 seconds.
	Use Ctrl-C to stop it.
10 9 8 7 6 5 4 3 2 1[1/8] checking log skipped (none written)
[2/8] checking root items
Fixed 0 roots.
[3/8] checking extents
super bytes used 3956636307456 mismatches actual used 3956634521600
super bytes used 3956636422144 mismatches actual used 3956636405760
super bytes used 3956636454912 mismatches actual used 3956636471296
super bytes used 3956636454912 mismatches actual used 3956636487680
super bytes used 3956636454912 mismatches actual used 3956636471296
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
super bytes used 3956636487680 mismatches actual used 3956636504064
super bytes used 3956636471296 mismatches actual used 3956636487680
[4/8] checking free space tree
[5/8] checking fs roots
warning line 3978
[6/8] checking only csums items (without verifying data)
[7/8] checking root refs
[8/8] checking quota groups skipped (not enabled on this FS)

Starting repair.
Opening filesystem to check...
Checking filesystem on <device>
UUID: <uuid>
No device size related problem found
Can't get file name for inode 11793850, using '11793850' as fallback
Moving file '11793850' to 'lost+found' dir since it has no valid backref
Fixed the nlink of inode 11793850
Can't get file name for inode 11793850, using '11793850' as fallback
Moving file '11793850' to 'lost+found' dir since it has no valid backref
Fixed the nlink of inode 11793850
found 146395548225536 bytes used, no error found
total csum bytes: 142610277636
total tree bytes: 362623926272
total fs tree bytes: 172066078720
total extent tree bytes: 30231543808
btree space waste bytes: 48492491940
file data blocks allocated: 332494742302720
 referenced 162630688681984
$ btrfs send <path/to/snapshot> | btrfs receive --dump > stream_2.dump
At subvol </absolute/path/to/snapshot>
ERROR: send ioctl failed with -2: No such file or directory
ERROR: unexpected EOF in stream
ERROR: failed to dump the send stream: Invalid argument
$ tail -20 stream_2.dump
utimes          ./2024-12-13/o12028470-88279-0/git_help~20220720-190009.md atime=2022-07-03T12:59:18-0700 mtime=2022-07-03T12:59:18-0700 ctime=2022-07-20T19:00:09-0700
mkdir           ./2024-12-13/o11793848-76593-0
rename          ./2024-12-13/o11793848-76593-0  dest=./2024-12-13/$RECYCLE.BIN
utimes          ./2024-12-13/.yay/rpmdevtools/.git/refs/heads atime=2024-11-20T18:47:07-0800 mtime=2022-06-27T14:04:45-0700 ctime=2022-06-27T14:04:45-0700
set_xattr       ./2024-12-13/$RECYCLE.BIN       name=security.NTACL \001\000\024\230|\000\000\000\230\000\000\000\024\000\000\0000\000\000\000\002\000\034\000\001\000\000\000\021\v\024\000\001\000\000\000\001\001\000\000\000\000\000\020\000\020\000\000\002\000L\000\003\000\000\000\000\003\030\000\377\001\037\000\001\002\000\000\000\000\000\005\ \000\000\000\ \002\000\000\000\003\024\000\377\001\037\000\001\001\000\000\000\000\000\005\022\000\000\000\000\004\030\000\255\001\022\000\001\002\000\000\000\000\000\005\ \000\000\000!\002\000\000\001\005\000\000\000\000\000\005\025\000\000\000"k\260\225N\355\302\a\367y\375w\351\003\000\000\001\005\000\000\000\000\000\005\025\000\000\000"k\260\225N\355\302\a\367y\375w\001\002\000\000 len=180
set_xattr       ./2024-12-13/$RECYCLE.BIN       name=user.DOSATTRIB 0x16 len=4
chown           ./2024-12-13/$RECYCLE.BIN       gid=100 uid=0
chmod           ./2024-12-13/$RECYCLE.BIN       mode=755
utimes          ./2024-12-13/.yay/rpmdevtools/.git/logs atime=2024-11-20T18:47:07-0800 mtime=2022-06-27T14:04:42-0700 ctime=2022-06-27T14:04:42-0700
mkdir           ./2024-12-13/o11793849-76593-0
rename          ./2024-12-13/o11793849-76593-0  dest=./2024-12-13/$RECYCLE.BIN/S-1-5-21-2511366946-130215246-2013100535-1001
set_xattr       ./2024-12-13/$RECYCLE.BIN/S-1-5-21-2511366946-130215246-2013100535-1001 name=security.NTACL \001\000\024\230\210\000\000\000\244\000\000\000\024\000\000\0000\000\000\000\002\000\034\000\001\000\000\000\021\v\024\000\001\000\000\000\001\001\000\000\000\000\000\020\000\020\000\000\002\000X\000\003\000\000\000\000\003\030\000\377\001\037\000\001\002\000\000\000\000\000\005\ \000\000\000\ \002\000\000\000\003\024\000\377\001\037\000\001\001\000\000\000\000\000\005\022\000\000\000\000\003$\000\377\001\037\000\001\005\000\000\000\000\000\005\025\000\000\000"k\260\225N\355\302\a\367y\375w\351\003\000\000\001\005\000\000\000\000\000\005\025\000\000\000"k\260\225N\355\302\a\367y\375w\351\003\000\000\001\005\000\000\000\000\000\005\025\000\000\000"k\260\225N\355\302\a\367y\375w\001\002\000\000 len=192
set_xattr       ./2024-12-13/$RECYCLE.BIN/S-1-5-21-2511366946-130215246-2013100535-1001 name=user.DOSATTRIB 0x16 len=4
chown           ./2024-12-13/$RECYCLE.BIN/S-1-5-21-2511366946-130215246-2013100535-1001 gid=100 uid=65534
chmod           ./2024-12-13/$RECYCLE.BIN/S-1-5-21-2511366946-130215246-2013100535-1001 mode=755
utimes          ./2024-12-13/.yay/rpmdevtools/.git/logs/refs atime=2024-11-20T18:47:07-0800 mtime=2022-06-27T14:04:42-0700 ctime=2022-06-27T14:04:42-0700
mkdir           ./2024-12-13/o11793850-76593-0
set_xattr       ./2024-12-13/o11793850-76593-0  name=security.NTACL \001\000\024\230\210\000\000\000\244\000\000\000\024\000\000\0000\000\000\000\002\000\034\000\001\000\000\000\021\v\024\000\001\000\000\000\001\001\000\000\000\000\000\020\000\020\000\000\002\000X\000\003\000\000\000\000\003\030\000\377\001\037\000\001\002\000\000\000\000\000\005\ \000\000\000\ \002\000\000\000\003\024\000\377\001\037\000\001\001\000\000\000\000\000\005\022\000\000\000\000\003$\000\377\001\037\000\001\005\000\000\000\000\000\005\025\000\000\000"k\260\225N\355\302\a\367y\375w\351\003\000\000\001\005\000\000\000\000\000\005\025\000\000\000"k\260\225N\355\302\a\367y\375w\351\003\000\000\001\005\000\000\000\000\000\005\025\000\000\000"k\260\225N\355\302\a\367y\375w\001\002\000\000 len=192
chown           ./2024-12-13/o11793850-76593-0  gid=100 uid=65534
chmod           ./2024-12-13/o11793850-76593-0  mode=755

@adam900710
Copy link
Collaborator

So the two bad nlink files looks like orphans, thus it's not referenced by any subvolume, nor contribute to the send stream.

Mind to dump the following output?

# btrfs check --mode=lowmem <device>
# btrfs check <device>
# btrfs ins dump-tree -t <subvolid> --hide-names <device>

The first two are just to verify the fs is fine after repair (the super block errors can be ignored, not a big deal at all).
The last one is to dump the full content of the offending subvolume (subvolid can be determined using btrfs subv list).

Although I'd prefer not to use option --hide-names because it will make the name hash harder to debug, but that will show the filenames, thus if it contains confidential filenames, feel free to use that option.

@gandalfs-cat
Copy link
Author

gandalfs-cat commented Dec 21, 2024

the check output still seems to show a lot of errors

$ btrfs check --mode=lowmem /dev/sdc
[1/8] checking log skipped (none written)
[2/8] checking root items
[3/8] checking extents
[4/8] checking free space tree
[5/8] checking fs roots
[6/8] checking only csums items (without verifying data)
[7/8] checking root refs done with fs roots in lowmem mode, skipping
[8/8] checking quota groups skipped (not enabled on this FS)
Opening filesystem to check...
Checking filesystem on /dev/sdc
UUID: f7f2335b-626d-417c-9919-737e5a96ba9a
found 3956635947008 bytes used, no error found
total csum bytes: 3854331828
total tree bytes: 9800122368
total fs tree bytes: 4650516480
total extent tree bytes: 817102848
btree space waste bytes: 1310531938
file data blocks allocated: 8986344386560
 referenced 4395424018432
$ btrfs check /dev/sdc
$ btrfs check /dev/sdc
[1/8] checking log skipped (none written)
[2/8] checking root items
[3/8] checking extents
ref mismatch on [80117760 16384] extent item 4, found 3
tree extent[80117760, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 80117760 found 4 wanted 3
backpointer mismatch on [80117760 16384]
ref mismatch on [91734016 16384] extent item 4, found 3
tree extent[91734016, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 91734016 found 4 wanted 3
backpointer mismatch on [91734016 16384]
ref mismatch on [131710976 16384] extent item 4, found 3
tree extent[131710976, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 131710976 found 4 wanted 3
backpointer mismatch on [131710976 16384]
ref mismatch on [116797440000 32768] extent item 3, found 2
data extent[116797440000, 32768] bytenr mimsmatch, extent item bytenr 116797440000 file item bytenr 0
data extent[116797440000, 32768] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [116797440000 32768]
ref mismatch on [116799062016 4096] extent item 3, found 2
data extent[116799062016, 4096] bytenr mimsmatch, extent item bytenr 116799062016 file item bytenr 0
data extent[116799062016, 4096] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [116799062016 4096]
ref mismatch on [116799066112 28672] extent item 3, found 2
data extent[116799066112, 28672] bytenr mimsmatch, extent item bytenr 116799066112 file item bytenr 0
data extent[116799066112, 28672] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [116799066112 28672]
ref mismatch on [116807946240 36864] extent item 3, found 2
data extent[116807946240, 36864] bytenr mimsmatch, extent item bytenr 116807946240 file item bytenr 0
data extent[116807946240, 36864] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [116807946240 36864]
ref mismatch on [116818952192 32768] extent item 3, found 2
data extent[116818952192, 32768] bytenr mimsmatch, extent item bytenr 116818952192 file item bytenr 0
data extent[116818952192, 32768] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [116818952192 32768]
ref mismatch on [116821778432 32768] extent item 3, found 2
data extent[116821778432, 32768] bytenr mimsmatch, extent item bytenr 116821778432 file item bytenr 0
data extent[116821778432, 32768] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [116821778432 32768]
ref mismatch on [189546434560 135168] extent item 3, found 2
data extent[189546434560, 135168] bytenr mimsmatch, extent item bytenr 189546434560 file item bytenr 0
data extent[189546434560, 135168] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [189546434560 135168]
ref mismatch on [261207601152 151552] extent item 3, found 2
data extent[261207601152, 151552] bytenr mimsmatch, extent item bytenr 261207601152 file item bytenr 0
data extent[261207601152, 151552] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [261207601152 151552]
ref mismatch on [305452593152 172032] extent item 3, found 2
data extent[305452593152, 172032] bytenr mimsmatch, extent item bytenr 305452593152 file item bytenr 0
data extent[305452593152, 172032] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [305452593152 172032]
ref mismatch on [306133307392 163840] extent item 3, found 2
data extent[306133307392, 163840] bytenr mimsmatch, extent item bytenr 306133307392 file item bytenr 0
data extent[306133307392, 163840] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [306133307392 163840]
ref mismatch on [306946330624 172032] extent item 3, found 2
data extent[306946330624, 172032] bytenr mimsmatch, extent item bytenr 306946330624 file item bytenr 0
data extent[306946330624, 172032] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [306946330624 172032]
ref mismatch on [2857445883904 16384] extent item 4, found 3
tree extent[2857445883904, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857445883904 found 4 wanted 3
backpointer mismatch on [2857445883904 16384]
ref mismatch on [2857445900288 16384] extent item 4, found 3
tree extent[2857445900288, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857445900288 found 4 wanted 3
backpointer mismatch on [2857445900288 16384]
ref mismatch on [2857445916672 16384] extent item 4, found 3
tree extent[2857445916672, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857445916672 found 4 wanted 3
backpointer mismatch on [2857445916672 16384]
ref mismatch on [2857445949440 16384] extent item 4, found 3
tree extent[2857445949440, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857445949440 found 4 wanted 3
backpointer mismatch on [2857445949440 16384]
ref mismatch on [2857446064128 16384] extent item 4, found 3
tree extent[2857446064128, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857446064128 found 4 wanted 3
backpointer mismatch on [2857446064128 16384]
ref mismatch on [2857446129664 16384] extent item 4, found 3
tree extent[2857446129664, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857446129664 found 4 wanted 3
backpointer mismatch on [2857446129664 16384]
ref mismatch on [2857446146048 16384] extent item 4, found 3
tree extent[2857446146048, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857446146048 found 4 wanted 3
backpointer mismatch on [2857446146048 16384]
ref mismatch on [2857446162432 16384] extent item 4, found 3
tree extent[2857446162432, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857446162432 found 4 wanted 3
backpointer mismatch on [2857446162432 16384]
ref mismatch on [2857446178816 16384] extent item 4, found 3
tree extent[2857446178816, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857446178816 found 4 wanted 3
backpointer mismatch on [2857446178816 16384]
ref mismatch on [2857447407616 16384] extent item 4, found 3
tree extent[2857447407616, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857447407616 found 4 wanted 3
backpointer mismatch on [2857447407616 16384]
ref mismatch on [2857447424000 16384] extent item 4, found 3
tree extent[2857447424000, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857447424000 found 4 wanted 3
backpointer mismatch on [2857447424000 16384]
ref mismatch on [2857447735296 16384] extent item 4, found 3
tree extent[2857447735296, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857447735296 found 4 wanted 3
backpointer mismatch on [2857447735296 16384]
ref mismatch on [2857447751680 16384] extent item 4, found 3
tree extent[2857447751680, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857447751680 found 4 wanted 3
backpointer mismatch on [2857447751680 16384]
ref mismatch on [2857448144896 16384] extent item 4, found 3
tree extent[2857448144896, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857448144896 found 4 wanted 3
backpointer mismatch on [2857448144896 16384]
ref mismatch on [2857448816640 16384] extent item 4, found 3
tree extent[2857448816640, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857448816640 found 4 wanted 3
backpointer mismatch on [2857448816640 16384]
ref mismatch on [2857448849408 16384] extent item 4, found 3
tree extent[2857448849408, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857448849408 found 4 wanted 3
backpointer mismatch on [2857448849408 16384]
ref mismatch on [2857451094016 16384] extent item 4, found 3
tree extent[2857451094016, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857451094016 found 4 wanted 3
backpointer mismatch on [2857451094016 16384]
ref mismatch on [2857451110400 16384] extent item 4, found 3
tree extent[2857451110400, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857451110400 found 4 wanted 3
backpointer mismatch on [2857451110400 16384]
ref mismatch on [2857451126784 16384] extent item 4, found 3
tree extent[2857451126784, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857451126784 found 4 wanted 3
backpointer mismatch on [2857451126784 16384]
ref mismatch on [2857451143168 16384] extent item 4, found 3
tree extent[2857451143168, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857451143168 found 4 wanted 3
backpointer mismatch on [2857451143168 16384]
ref mismatch on [2857451208704 16384] extent item 4, found 3
tree extent[2857451208704, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857451208704 found 4 wanted 3
backpointer mismatch on [2857451208704 16384]
ref mismatch on [2857451667456 16384] extent item 4, found 3
tree extent[2857451667456, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857451667456 found 4 wanted 3
backpointer mismatch on [2857451667456 16384]
ref mismatch on [2857451683840 16384] extent item 4, found 3
tree extent[2857451683840, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857451683840 found 4 wanted 3
backpointer mismatch on [2857451683840 16384]
ref mismatch on [2857451700224 16384] extent item 4, found 3
tree extent[2857451700224, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857451700224 found 4 wanted 3
backpointer mismatch on [2857451700224 16384]
ref mismatch on [2857453502464 16384] extent item 4, found 3
tree extent[2857453502464, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453502464 found 4 wanted 3
backpointer mismatch on [2857453502464 16384]
ref mismatch on [2857453518848 16384] extent item 4, found 3
tree extent[2857453518848, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453518848 found 4 wanted 3
backpointer mismatch on [2857453518848 16384]
ref mismatch on [2857453600768 16384] extent item 4, found 3
tree extent[2857453600768, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453600768 found 4 wanted 3
backpointer mismatch on [2857453600768 16384]
ref mismatch on [2857453649920 16384] extent item 4, found 3
tree extent[2857453649920, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453649920 found 4 wanted 3
backpointer mismatch on [2857453649920 16384]
ref mismatch on [2857453666304 16384] extent item 4, found 3
tree extent[2857453666304, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453666304 found 4 wanted 3
backpointer mismatch on [2857453666304 16384]
ref mismatch on [2857453797376 16384] extent item 4, found 3
tree extent[2857453797376, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453797376 found 4 wanted 3
backpointer mismatch on [2857453797376 16384]
ref mismatch on [2857453879296 16384] extent item 4, found 3
tree extent[2857453879296, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453879296 found 4 wanted 3
backpointer mismatch on [2857453879296 16384]
ref mismatch on [2857453912064 16384] extent item 4, found 3
tree extent[2857453912064, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453912064 found 4 wanted 3
backpointer mismatch on [2857453912064 16384]
ref mismatch on [2857453928448 16384] extent item 4, found 3
tree extent[2857453928448, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453928448 found 4 wanted 3
backpointer mismatch on [2857453928448 16384]
ref mismatch on [2857453961216 16384] extent item 4, found 3
tree extent[2857453961216, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453961216 found 4 wanted 3
backpointer mismatch on [2857453961216 16384]
ref mismatch on [2857453977600 16384] extent item 4, found 3
tree extent[2857453977600, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453977600 found 4 wanted 3
backpointer mismatch on [2857453977600 16384]
ref mismatch on [2857453993984 16384] extent item 4, found 3
tree extent[2857453993984, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857453993984 found 4 wanted 3
backpointer mismatch on [2857453993984 16384]
ref mismatch on [2857454075904 16384] extent item 4, found 3
tree extent[2857454075904, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857454075904 found 4 wanted 3
backpointer mismatch on [2857454075904 16384]
ref mismatch on [2857454092288 16384] extent item 4, found 3
tree extent[2857454092288, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857454092288 found 4 wanted 3
backpointer mismatch on [2857454092288 16384]
ref mismatch on [2857454141440 16384] extent item 4, found 3
tree extent[2857454141440, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857454141440 found 4 wanted 3
backpointer mismatch on [2857454141440 16384]
ref mismatch on [2857454174208 16384] extent item 4, found 3
tree extent[2857454174208, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857454174208 found 4 wanted 3
backpointer mismatch on [2857454174208 16384]
ref mismatch on [2857454190592 16384] extent item 4, found 3
tree extent[2857454190592, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857454190592 found 4 wanted 3
backpointer mismatch on [2857454190592 16384]
ref mismatch on [2857454223360 16384] extent item 4, found 3
tree extent[2857454223360, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857454223360 found 4 wanted 3
backpointer mismatch on [2857454223360 16384]
ref mismatch on [2857454387200 16384] extent item 4, found 3
tree extent[2857454387200, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857454387200 found 4 wanted 3
backpointer mismatch on [2857454387200 16384]
ref mismatch on [2857455403008 16384] extent item 4, found 3
tree extent[2857455403008, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857455403008 found 4 wanted 3
backpointer mismatch on [2857455403008 16384]
ref mismatch on [2857455894528 16384] extent item 4, found 3
tree extent[2857455894528, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857455894528 found 4 wanted 3
backpointer mismatch on [2857455894528 16384]
ref mismatch on [2857455910912 16384] extent item 4, found 3
tree extent[2857455910912, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857455910912 found 4 wanted 3
backpointer mismatch on [2857455910912 16384]
ref mismatch on [2857457844224 16384] extent item 4, found 3
tree extent[2857457844224, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857457844224 found 4 wanted 3
backpointer mismatch on [2857457844224 16384]
ref mismatch on [2857457958912 16384] extent item 4, found 3
tree extent[2857457958912, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857457958912 found 4 wanted 3
backpointer mismatch on [2857457958912 16384]
ref mismatch on [2857458089984 16384] extent item 4, found 3
tree extent[2857458089984, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857458089984 found 4 wanted 3
backpointer mismatch on [2857458089984 16384]
ref mismatch on [2857458204672 16384] extent item 4, found 3
tree extent[2857458204672, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857458204672 found 4 wanted 3
backpointer mismatch on [2857458204672 16384]
ref mismatch on [2857467658240 16384] extent item 4, found 3
tree extent[2857467658240, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857467658240 found 4 wanted 3
backpointer mismatch on [2857467658240 16384]
ref mismatch on [2857467674624 16384] extent item 4, found 3
tree extent[2857467674624, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857467674624 found 4 wanted 3
backpointer mismatch on [2857467674624 16384]
ref mismatch on [2857467707392 16384] extent item 4, found 3
tree extent[2857467707392, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857467707392 found 4 wanted 3
backpointer mismatch on [2857467707392 16384]
ref mismatch on [2857468264448 16384] extent item 4, found 3
tree extent[2857468264448, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857468264448 found 4 wanted 3
backpointer mismatch on [2857468264448 16384]
ref mismatch on [2857468297216 16384] extent item 4, found 3
tree extent[2857468297216, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857468297216 found 4 wanted 3
backpointer mismatch on [2857468297216 16384]
ref mismatch on [2857468395520 16384] extent item 4, found 3
tree extent[2857468395520, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857468395520 found 4 wanted 3
backpointer mismatch on [2857468395520 16384]
ref mismatch on [2857468444672 16384] extent item 4, found 3
tree extent[2857468444672, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857468444672 found 4 wanted 3
backpointer mismatch on [2857468444672 16384]
ref mismatch on [2857468477440 16384] extent item 4, found 3
tree extent[2857468477440, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857468477440 found 4 wanted 3
backpointer mismatch on [2857468477440 16384]
ref mismatch on [2857468510208 16384] extent item 4, found 3
tree extent[2857468510208, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857468510208 found 4 wanted 3
backpointer mismatch on [2857468510208 16384]
ref mismatch on [2857472475136 16384] extent item 4, found 3
tree extent[2857472475136, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472475136 found 4 wanted 3
backpointer mismatch on [2857472475136 16384]
ref mismatch on [2857472524288 16384] extent item 4, found 3
tree extent[2857472524288, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472524288 found 4 wanted 3
backpointer mismatch on [2857472524288 16384]
ref mismatch on [2857472638976 16384] extent item 4, found 3
tree extent[2857472638976, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472638976 found 4 wanted 3
backpointer mismatch on [2857472638976 16384]
ref mismatch on [2857472655360 16384] extent item 4, found 3
tree extent[2857472655360, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472655360 found 4 wanted 3
backpointer mismatch on [2857472655360 16384]
ref mismatch on [2857472737280 16384] extent item 4, found 3
tree extent[2857472737280, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472737280 found 4 wanted 3
backpointer mismatch on [2857472737280 16384]
ref mismatch on [2857472770048 16384] extent item 4, found 3
tree extent[2857472770048, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472770048 found 4 wanted 3
backpointer mismatch on [2857472770048 16384]
ref mismatch on [2857472802816 16384] extent item 4, found 3
tree extent[2857472802816, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472802816 found 4 wanted 3
backpointer mismatch on [2857472802816 16384]
ref mismatch on [2857472819200 16384] extent item 4, found 3
tree extent[2857472819200, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472819200 found 4 wanted 3
backpointer mismatch on [2857472819200 16384]
ref mismatch on [2857472835584 16384] extent item 4, found 3
tree extent[2857472835584, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472835584 found 4 wanted 3
backpointer mismatch on [2857472835584 16384]
ref mismatch on [2857472851968 16384] extent item 4, found 3
tree extent[2857472851968, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472851968 found 4 wanted 3
backpointer mismatch on [2857472851968 16384]
ref mismatch on [2857472868352 16384] extent item 4, found 3
tree extent[2857472868352, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472868352 found 4 wanted 3
backpointer mismatch on [2857472868352 16384]
ref mismatch on [2857472884736 16384] extent item 4, found 3
tree extent[2857472884736, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472884736 found 4 wanted 3
backpointer mismatch on [2857472884736 16384]
ref mismatch on [2857472901120 16384] extent item 4, found 3
tree extent[2857472901120, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472901120 found 4 wanted 3
backpointer mismatch on [2857472901120 16384]
ref mismatch on [2857472917504 16384] extent item 4, found 3
tree extent[2857472917504, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472917504 found 4 wanted 3
backpointer mismatch on [2857472917504 16384]
ref mismatch on [2857472933888 16384] extent item 4, found 3
tree extent[2857472933888, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472933888 found 4 wanted 3
backpointer mismatch on [2857472933888 16384]
ref mismatch on [2857472950272 16384] extent item 4, found 3
tree extent[2857472950272, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472950272 found 4 wanted 3
backpointer mismatch on [2857472950272 16384]
ref mismatch on [2857472966656 16384] extent item 4, found 3
tree extent[2857472966656, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857472966656 found 4 wanted 3
backpointer mismatch on [2857472966656 16384]
ref mismatch on [2857473015808 16384] extent item 4, found 3
tree extent[2857473015808, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473015808 found 4 wanted 3
backpointer mismatch on [2857473015808 16384]
ref mismatch on [2857473032192 16384] extent item 4, found 3
tree extent[2857473032192, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473032192 found 4 wanted 3
backpointer mismatch on [2857473032192 16384]
ref mismatch on [2857473048576 16384] extent item 4, found 3
tree extent[2857473048576, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473048576 found 4 wanted 3
backpointer mismatch on [2857473048576 16384]
ref mismatch on [2857473097728 16384] extent item 4, found 3
tree extent[2857473097728, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473097728 found 4 wanted 3
backpointer mismatch on [2857473097728 16384]
ref mismatch on [2857473163264 16384] extent item 4, found 3
tree extent[2857473163264, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473163264 found 4 wanted 3
backpointer mismatch on [2857473163264 16384]
ref mismatch on [2857473196032 16384] extent item 4, found 3
tree extent[2857473196032, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473196032 found 4 wanted 3
backpointer mismatch on [2857473196032 16384]
ref mismatch on [2857473245184 16384] extent item 4, found 3
tree extent[2857473245184, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473245184 found 4 wanted 3
backpointer mismatch on [2857473245184 16384]
ref mismatch on [2857473310720 16384] extent item 4, found 3
tree extent[2857473310720, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473310720 found 4 wanted 3
backpointer mismatch on [2857473310720 16384]
ref mismatch on [2857473392640 16384] extent item 4, found 3
tree extent[2857473392640, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473392640 found 4 wanted 3
backpointer mismatch on [2857473392640 16384]
ref mismatch on [2857473409024 16384] extent item 4, found 3
tree extent[2857473409024, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473409024 found 4 wanted 3
backpointer mismatch on [2857473409024 16384]
ref mismatch on [2857473425408 16384] extent item 4, found 3
tree extent[2857473425408, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473425408 found 4 wanted 3
backpointer mismatch on [2857473425408 16384]
ref mismatch on [2857473474560 16384] extent item 4, found 3
tree extent[2857473474560, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473474560 found 4 wanted 3
backpointer mismatch on [2857473474560 16384]
ref mismatch on [2857473523712 16384] extent item 4, found 3
tree extent[2857473523712, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473523712 found 4 wanted 3
backpointer mismatch on [2857473523712 16384]
ref mismatch on [2857473540096 16384] extent item 4, found 3
tree extent[2857473540096, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473540096 found 4 wanted 3
backpointer mismatch on [2857473540096 16384]
ref mismatch on [2857473556480 16384] extent item 4, found 3
tree extent[2857473556480, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473556480 found 4 wanted 3
backpointer mismatch on [2857473556480 16384]
ref mismatch on [2857473572864 16384] extent item 4, found 3
tree extent[2857473572864, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473572864 found 4 wanted 3
backpointer mismatch on [2857473572864 16384]
ref mismatch on [2857473605632 16384] extent item 4, found 3
tree extent[2857473605632, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473605632 found 4 wanted 3
backpointer mismatch on [2857473605632 16384]
ref mismatch on [2857473622016 16384] extent item 4, found 3
tree extent[2857473622016, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473622016 found 4 wanted 3
backpointer mismatch on [2857473622016 16384]
ref mismatch on [2857473638400 16384] extent item 4, found 3
tree extent[2857473638400, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473638400 found 4 wanted 3
backpointer mismatch on [2857473638400 16384]
ref mismatch on [2857473671168 16384] extent item 4, found 3
tree extent[2857473671168, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473671168 found 4 wanted 3
backpointer mismatch on [2857473671168 16384]
ref mismatch on [2857473687552 16384] extent item 4, found 3
tree extent[2857473687552, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857473687552 found 4 wanted 3
backpointer mismatch on [2857473687552 16384]
ref mismatch on [2857474146304 16384] extent item 4, found 3
tree extent[2857474146304, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857474146304 found 4 wanted 3
backpointer mismatch on [2857474146304 16384]
ref mismatch on [2857474179072 16384] extent item 4, found 3
tree extent[2857474179072, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857474179072 found 4 wanted 3
backpointer mismatch on [2857474179072 16384]
ref mismatch on [2857474195456 16384] extent item 4, found 3
tree extent[2857474195456, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857474195456 found 4 wanted 3
backpointer mismatch on [2857474195456 16384]
ref mismatch on [2857474211840 16384] extent item 4, found 3
tree extent[2857474211840, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857474211840 found 4 wanted 3
backpointer mismatch on [2857474211840 16384]
ref mismatch on [2857474260992 16384] extent item 4, found 3
tree extent[2857474260992, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857474260992 found 4 wanted 3
backpointer mismatch on [2857474260992 16384]
ref mismatch on [2857476210688 16384] extent item 4, found 3
tree extent[2857476210688, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857476210688 found 4 wanted 3
backpointer mismatch on [2857476210688 16384]
ref mismatch on [2857476259840 16384] extent item 4, found 3
tree extent[2857476259840, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857476259840 found 4 wanted 3
backpointer mismatch on [2857476259840 16384]
ref mismatch on [2857476292608 16384] extent item 4, found 3
tree extent[2857476292608, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857476292608 found 4 wanted 3
backpointer mismatch on [2857476292608 16384]
ref mismatch on [2857478045696 16384] extent item 4, found 3
tree extent[2857478045696, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857478045696 found 4 wanted 3
backpointer mismatch on [2857478045696 16384]
ref mismatch on [2857478078464 16384] extent item 4, found 3
tree extent[2857478078464, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857478078464 found 4 wanted 3
backpointer mismatch on [2857478078464 16384]
ref mismatch on [2857480421376 16384] extent item 4, found 3
tree extent[2857480421376, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857480421376 found 4 wanted 3
backpointer mismatch on [2857480421376 16384]
ref mismatch on [2857480667136 16384] extent item 4, found 3
tree extent[2857480667136, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857480667136 found 4 wanted 3
backpointer mismatch on [2857480667136 16384]
ref mismatch on [2857480896512 16384] extent item 4, found 3
tree extent[2857480896512, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857480896512 found 4 wanted 3
backpointer mismatch on [2857480896512 16384]
ref mismatch on [2857480912896 16384] extent item 4, found 3
tree extent[2857480912896, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857480912896 found 4 wanted 3
backpointer mismatch on [2857480912896 16384]
ref mismatch on [2857480929280 16384] extent item 4, found 3
tree extent[2857480929280, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857480929280 found 4 wanted 3
backpointer mismatch on [2857480929280 16384]
ref mismatch on [2857481011200 16384] extent item 4, found 3
tree extent[2857481011200, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481011200 found 4 wanted 3
backpointer mismatch on [2857481011200 16384]
ref mismatch on [2857481027584 16384] extent item 4, found 3
tree extent[2857481027584, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481027584 found 4 wanted 3
backpointer mismatch on [2857481027584 16384]
ref mismatch on [2857481043968 16384] extent item 4, found 3
tree extent[2857481043968, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481043968 found 4 wanted 3
backpointer mismatch on [2857481043968 16384]
ref mismatch on [2857481076736 16384] extent item 4, found 3
tree extent[2857481076736, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481076736 found 4 wanted 3
backpointer mismatch on [2857481076736 16384]
ref mismatch on [2857481191424 16384] extent item 4, found 3
tree extent[2857481191424, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481191424 found 4 wanted 3
backpointer mismatch on [2857481191424 16384]
ref mismatch on [2857481224192 16384] extent item 4, found 3
tree extent[2857481224192, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481224192 found 4 wanted 3
backpointer mismatch on [2857481224192 16384]
ref mismatch on [2857481502720 16384] extent item 4, found 3
tree extent[2857481502720, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481502720 found 4 wanted 3
backpointer mismatch on [2857481502720 16384]
ref mismatch on [2857481519104 16384] extent item 4, found 3
tree extent[2857481519104, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481519104 found 4 wanted 3
backpointer mismatch on [2857481519104 16384]
ref mismatch on [2857481535488 16384] extent item 4, found 3
tree extent[2857481535488, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481535488 found 4 wanted 3
backpointer mismatch on [2857481535488 16384]
ref mismatch on [2857481551872 16384] extent item 4, found 3
tree extent[2857481551872, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481551872 found 4 wanted 3
backpointer mismatch on [2857481551872 16384]
ref mismatch on [2857481584640 16384] extent item 4, found 3
tree extent[2857481584640, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481584640 found 4 wanted 3
backpointer mismatch on [2857481584640 16384]
ref mismatch on [2857481601024 16384] extent item 4, found 3
tree extent[2857481601024, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481601024 found 4 wanted 3
backpointer mismatch on [2857481601024 16384]
ref mismatch on [2857481682944 16384] extent item 4, found 3
tree extent[2857481682944, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481682944 found 4 wanted 3
backpointer mismatch on [2857481682944 16384]
ref mismatch on [2857481715712 16384] extent item 4, found 3
tree extent[2857481715712, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481715712 found 4 wanted 3
backpointer mismatch on [2857481715712 16384]
ref mismatch on [2857481764864 16384] extent item 4, found 3
tree extent[2857481764864, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481764864 found 4 wanted 3
backpointer mismatch on [2857481764864 16384]
ref mismatch on [2857481797632 16384] extent item 4, found 3
tree extent[2857481797632, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481797632 found 4 wanted 3
backpointer mismatch on [2857481797632 16384]
ref mismatch on [2857481830400 16384] extent item 4, found 3
tree extent[2857481830400, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481830400 found 4 wanted 3
backpointer mismatch on [2857481830400 16384]
ref mismatch on [2857481846784 16384] extent item 4, found 3
tree extent[2857481846784, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857481846784 found 4 wanted 3
backpointer mismatch on [2857481846784 16384]
ref mismatch on [2857482043392 16384] extent item 4, found 3
tree extent[2857482043392, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482043392 found 4 wanted 3
backpointer mismatch on [2857482043392 16384]
ref mismatch on [2857482338304 16384] extent item 4, found 3
tree extent[2857482338304, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482338304 found 4 wanted 3
backpointer mismatch on [2857482338304 16384]
ref mismatch on [2857482387456 16384] extent item 4, found 3
tree extent[2857482387456, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482387456 found 4 wanted 3
backpointer mismatch on [2857482387456 16384]
ref mismatch on [2857482403840 16384] extent item 4, found 3
tree extent[2857482403840, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482403840 found 4 wanted 3
backpointer mismatch on [2857482403840 16384]
ref mismatch on [2857482420224 16384] extent item 4, found 3
tree extent[2857482420224, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482420224 found 4 wanted 3
backpointer mismatch on [2857482420224 16384]
ref mismatch on [2857482436608 16384] extent item 4, found 3
tree extent[2857482436608, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482436608 found 4 wanted 3
backpointer mismatch on [2857482436608 16384]
ref mismatch on [2857482584064 16384] extent item 4, found 3
tree extent[2857482584064, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482584064 found 4 wanted 3
backpointer mismatch on [2857482584064 16384]
ref mismatch on [2857482633216 16384] extent item 4, found 3
tree extent[2857482633216, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482633216 found 4 wanted 3
backpointer mismatch on [2857482633216 16384]
ref mismatch on [2857482649600 16384] extent item 4, found 3
tree extent[2857482649600, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482649600 found 4 wanted 3
backpointer mismatch on [2857482649600 16384]
ref mismatch on [2857482698752 16384] extent item 4, found 3
tree extent[2857482698752, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482698752 found 4 wanted 3
backpointer mismatch on [2857482698752 16384]
ref mismatch on [2857482780672 16384] extent item 4, found 3
tree extent[2857482780672, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482780672 found 4 wanted 3
backpointer mismatch on [2857482780672 16384]
ref mismatch on [2857482797056 16384] extent item 4, found 3
tree extent[2857482797056, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482797056 found 4 wanted 3
backpointer mismatch on [2857482797056 16384]
ref mismatch on [2857482813440 16384] extent item 4, found 3
tree extent[2857482813440, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482813440 found 4 wanted 3
backpointer mismatch on [2857482813440 16384]
ref mismatch on [2857482878976 16384] extent item 4, found 3
tree extent[2857482878976, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482878976 found 4 wanted 3
backpointer mismatch on [2857482878976 16384]
ref mismatch on [2857482911744 16384] extent item 4, found 3
tree extent[2857482911744, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482911744 found 4 wanted 3
backpointer mismatch on [2857482911744 16384]
ref mismatch on [2857482928128 16384] extent item 4, found 3
tree extent[2857482928128, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482928128 found 4 wanted 3
backpointer mismatch on [2857482928128 16384]
ref mismatch on [2857482960896 16384] extent item 4, found 3
tree extent[2857482960896, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482960896 found 4 wanted 3
backpointer mismatch on [2857482960896 16384]
ref mismatch on [2857482977280 16384] extent item 4, found 3
tree extent[2857482977280, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857482977280 found 4 wanted 3
backpointer mismatch on [2857482977280 16384]
ref mismatch on [2857483026432 16384] extent item 4, found 3
tree extent[2857483026432, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483026432 found 4 wanted 3
backpointer mismatch on [2857483026432 16384]
ref mismatch on [2857483075584 16384] extent item 4, found 3
tree extent[2857483075584, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483075584 found 4 wanted 3
backpointer mismatch on [2857483075584 16384]
ref mismatch on [2857483091968 16384] extent item 4, found 3
tree extent[2857483091968, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483091968 found 4 wanted 3
backpointer mismatch on [2857483091968 16384]
ref mismatch on [2857483124736 16384] extent item 4, found 3
tree extent[2857483124736, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483124736 found 4 wanted 3
backpointer mismatch on [2857483124736 16384]
ref mismatch on [2857483223040 16384] extent item 4, found 3
tree extent[2857483223040, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483223040 found 4 wanted 3
backpointer mismatch on [2857483223040 16384]
ref mismatch on [2857483370496 16384] extent item 4, found 3
tree extent[2857483370496, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483370496 found 4 wanted 3
backpointer mismatch on [2857483370496 16384]
ref mismatch on [2857483386880 16384] extent item 4, found 3
tree extent[2857483386880, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483386880 found 4 wanted 3
backpointer mismatch on [2857483386880 16384]
ref mismatch on [2857483436032 16384] extent item 4, found 3
tree extent[2857483436032, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483436032 found 4 wanted 3
backpointer mismatch on [2857483436032 16384]
ref mismatch on [2857483468800 16384] extent item 4, found 3
tree extent[2857483468800, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483468800 found 4 wanted 3
backpointer mismatch on [2857483468800 16384]
ref mismatch on [2857483517952 16384] extent item 4, found 3
tree extent[2857483517952, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483517952 found 4 wanted 3
backpointer mismatch on [2857483517952 16384]
ref mismatch on [2857483616256 16384] extent item 4, found 3
tree extent[2857483616256, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483616256 found 4 wanted 3
backpointer mismatch on [2857483616256 16384]
ref mismatch on [2857483632640 16384] extent item 4, found 3
tree extent[2857483632640, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483632640 found 4 wanted 3
backpointer mismatch on [2857483632640 16384]
ref mismatch on [2857483747328 16384] extent item 4, found 3
tree extent[2857483747328, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483747328 found 4 wanted 3
backpointer mismatch on [2857483747328 16384]
ref mismatch on [2857483780096 16384] extent item 4, found 3
tree extent[2857483780096, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483780096 found 4 wanted 3
backpointer mismatch on [2857483780096 16384]
ref mismatch on [2857483845632 16384] extent item 4, found 3
tree extent[2857483845632, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483845632 found 4 wanted 3
backpointer mismatch on [2857483845632 16384]
ref mismatch on [2857483878400 16384] extent item 4, found 3
tree extent[2857483878400, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483878400 found 4 wanted 3
backpointer mismatch on [2857483878400 16384]
ref mismatch on [2857483894784 16384] extent item 4, found 3
tree extent[2857483894784, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483894784 found 4 wanted 3
backpointer mismatch on [2857483894784 16384]
ref mismatch on [2857483911168 16384] extent item 4, found 3
tree extent[2857483911168, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483911168 found 4 wanted 3
backpointer mismatch on [2857483911168 16384]
ref mismatch on [2857483927552 16384] extent item 4, found 3
tree extent[2857483927552, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483927552 found 4 wanted 3
backpointer mismatch on [2857483927552 16384]
ref mismatch on [2857483993088 16384] extent item 4, found 3
tree extent[2857483993088, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857483993088 found 4 wanted 3
backpointer mismatch on [2857483993088 16384]
ref mismatch on [2857484009472 16384] extent item 4, found 3
tree extent[2857484009472, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484009472 found 4 wanted 3
backpointer mismatch on [2857484009472 16384]
ref mismatch on [2857484222464 16384] extent item 4, found 3
tree extent[2857484222464, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484222464 found 4 wanted 3
backpointer mismatch on [2857484222464 16384]
ref mismatch on [2857484255232 16384] extent item 4, found 3
tree extent[2857484255232, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484255232 found 4 wanted 3
backpointer mismatch on [2857484255232 16384]
ref mismatch on [2857484271616 16384] extent item 4, found 3
tree extent[2857484271616, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484271616 found 4 wanted 3
backpointer mismatch on [2857484271616 16384]
ref mismatch on [2857484288000 16384] extent item 4, found 3
tree extent[2857484288000, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484288000 found 4 wanted 3
backpointer mismatch on [2857484288000 16384]
ref mismatch on [2857484304384 16384] extent item 4, found 3
tree extent[2857484304384, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484304384 found 4 wanted 3
backpointer mismatch on [2857484304384 16384]
ref mismatch on [2857484320768 16384] extent item 4, found 3
tree extent[2857484320768, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484320768 found 4 wanted 3
backpointer mismatch on [2857484320768 16384]
ref mismatch on [2857484369920 16384] extent item 4, found 3
tree extent[2857484369920, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484369920 found 4 wanted 3
backpointer mismatch on [2857484369920 16384]
ref mismatch on [2857484386304 16384] extent item 4, found 3
tree extent[2857484386304, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484386304 found 4 wanted 3
backpointer mismatch on [2857484386304 16384]
ref mismatch on [2857484402688 16384] extent item 4, found 3
tree extent[2857484402688, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484402688 found 4 wanted 3
backpointer mismatch on [2857484402688 16384]
ref mismatch on [2857484435456 16384] extent item 4, found 3
tree extent[2857484435456, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484435456 found 4 wanted 3
backpointer mismatch on [2857484435456 16384]
ref mismatch on [2857484451840 16384] extent item 4, found 3
tree extent[2857484451840, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484451840 found 4 wanted 3
backpointer mismatch on [2857484451840 16384]
ref mismatch on [2857484484608 16384] extent item 4, found 3
tree extent[2857484484608, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484484608 found 4 wanted 3
backpointer mismatch on [2857484484608 16384]
ref mismatch on [2857484500992 16384] extent item 4, found 3
tree extent[2857484500992, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484500992 found 4 wanted 3
backpointer mismatch on [2857484500992 16384]
ref mismatch on [2857484517376 16384] extent item 4, found 3
tree extent[2857484517376, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484517376 found 4 wanted 3
backpointer mismatch on [2857484517376 16384]
ref mismatch on [2857484582912 16384] extent item 4, found 3
tree extent[2857484582912, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484582912 found 4 wanted 3
backpointer mismatch on [2857484582912 16384]
ref mismatch on [2857484615680 16384] extent item 4, found 3
tree extent[2857484615680, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484615680 found 4 wanted 3
backpointer mismatch on [2857484615680 16384]
ref mismatch on [2857484632064 16384] extent item 4, found 3
tree extent[2857484632064, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484632064 found 4 wanted 3
backpointer mismatch on [2857484632064 16384]
ref mismatch on [2857484648448 16384] extent item 4, found 3
tree extent[2857484648448, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484648448 found 4 wanted 3
backpointer mismatch on [2857484648448 16384]
ref mismatch on [2857484664832 16384] extent item 4, found 3
tree extent[2857484664832, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484664832 found 4 wanted 3
backpointer mismatch on [2857484664832 16384]
ref mismatch on [2857484681216 16384] extent item 4, found 3
tree extent[2857484681216, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2857484681216 found 4 wanted 3
backpointer mismatch on [2857484681216 16384]
ref mismatch on [2885394972672 16384] extent item 3, found 2
tree extent[2885394972672, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885394972672 found 3 wanted 2
backpointer mismatch on [2885394972672 16384]
ref mismatch on [2885395562496 16384] extent item 3, found 2
tree extent[2885395562496, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885395562496 found 3 wanted 2
backpointer mismatch on [2885395562496 16384]
ref mismatch on [2885395759104 16384] extent item 3, found 2
tree extent[2885395759104, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885395759104 found 3 wanted 2
backpointer mismatch on [2885395759104 16384]
ref mismatch on [2885395808256 16384] extent item 3, found 2
tree extent[2885395808256, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885395808256 found 3 wanted 2
backpointer mismatch on [2885395808256 16384]
ref mismatch on [2885396021248 16384] extent item 3, found 2
tree extent[2885396021248, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885396021248 found 3 wanted 2
backpointer mismatch on [2885396021248 16384]
ref mismatch on [2885396135936 16384] extent item 3, found 2
tree extent[2885396135936, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885396135936 found 3 wanted 2
backpointer mismatch on [2885396135936 16384]
ref mismatch on [2885396217856 16384] extent item 3, found 2
tree extent[2885396217856, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885396217856 found 3 wanted 2
backpointer mismatch on [2885396217856 16384]
ref mismatch on [2885407457280 16384] extent item 3, found 2
tree extent[2885407457280, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885407457280 found 3 wanted 2
backpointer mismatch on [2885407457280 16384]
ref mismatch on [2885407588352 16384] extent item 3, found 2
tree extent[2885407588352, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885407588352 found 3 wanted 2
backpointer mismatch on [2885407588352 16384]
ref mismatch on [2885407768576 16384] extent item 3, found 2
tree extent[2885407768576, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885407768576 found 3 wanted 2
backpointer mismatch on [2885407768576 16384]
ref mismatch on [2885417025536 16384] extent item 3, found 2
tree extent[2885417025536, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885417025536 found 3 wanted 2
backpointer mismatch on [2885417025536 16384]
ref mismatch on [2885419909120 16384] extent item 3, found 2
tree extent[2885419909120, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885419909120 found 3 wanted 2
backpointer mismatch on [2885419909120 16384]
ref mismatch on [2885444894720 16384] extent item 3, found 2
tree extent[2885444894720, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885444894720 found 3 wanted 2
backpointer mismatch on [2885444894720 16384]
ref mismatch on [2885445926912 16384] extent item 3, found 2
tree extent[2885445926912, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885445926912 found 3 wanted 2
backpointer mismatch on [2885445926912 16384]
ref mismatch on [2885446369280 16384] extent item 3, found 2
tree extent[2885446369280, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885446369280 found 3 wanted 2
backpointer mismatch on [2885446369280 16384]
ref mismatch on [2885446385664 16384] extent item 3, found 2
tree extent[2885446385664, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885446385664 found 3 wanted 2
backpointer mismatch on [2885446385664 16384]
ref mismatch on [2885446598656 16384] extent item 3, found 2
tree extent[2885446598656, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885446598656 found 3 wanted 2
backpointer mismatch on [2885446598656 16384]
ref mismatch on [2885447041024 16384] extent item 3, found 2
tree extent[2885447041024, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885447041024 found 3 wanted 2
backpointer mismatch on [2885447041024 16384]
ref mismatch on [2885447991296 16384] extent item 3, found 2
tree extent[2885447991296, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885447991296 found 3 wanted 2
backpointer mismatch on [2885447991296 16384]
ref mismatch on [2885448122368 16384] extent item 3, found 2
tree extent[2885448122368, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885448122368 found 3 wanted 2
backpointer mismatch on [2885448122368 16384]
ref mismatch on [2885448138752 16384] extent item 3, found 2
tree extent[2885448138752, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885448138752 found 3 wanted 2
backpointer mismatch on [2885448138752 16384]
ref mismatch on [2885448171520 16384] extent item 3, found 2
tree extent[2885448171520, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885448171520 found 3 wanted 2
backpointer mismatch on [2885448171520 16384]
ref mismatch on [2885448204288 16384] extent item 3, found 2
tree extent[2885448204288, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885448204288 found 3 wanted 2
backpointer mismatch on [2885448204288 16384]
ref mismatch on [2885448220672 16384] extent item 3, found 2
tree extent[2885448220672, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885448220672 found 3 wanted 2
backpointer mismatch on [2885448220672 16384]
ref mismatch on [2885448630272 16384] extent item 3, found 2
tree extent[2885448630272, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885448630272 found 3 wanted 2
backpointer mismatch on [2885448630272 16384]
ref mismatch on [2885448646656 16384] extent item 3, found 2
tree extent[2885448646656, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885448646656 found 3 wanted 2
backpointer mismatch on [2885448646656 16384]
ref mismatch on [2885448712192 16384] extent item 3, found 2
tree extent[2885448712192, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885448712192 found 3 wanted 2
backpointer mismatch on [2885448712192 16384]
ref mismatch on [2885448925184 16384] extent item 3, found 2
tree extent[2885448925184, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885448925184 found 3 wanted 2
backpointer mismatch on [2885448925184 16384]
ref mismatch on [2885449531392 16384] extent item 3, found 2
tree extent[2885449531392, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885449531392 found 3 wanted 2
backpointer mismatch on [2885449531392 16384]
ref mismatch on [2885450137600 16384] extent item 3, found 2
tree extent[2885450137600, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885450137600 found 3 wanted 2
backpointer mismatch on [2885450137600 16384]
ref mismatch on [2885452693504 16384] extent item 3, found 2
tree extent[2885452693504, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885452693504 found 3 wanted 2
backpointer mismatch on [2885452693504 16384]
ref mismatch on [2885454446592 16384] extent item 3, found 2
tree extent[2885454446592, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885454446592 found 3 wanted 2
backpointer mismatch on [2885454446592 16384]
ref mismatch on [2885456248832 16384] extent item 3, found 2
tree extent[2885456248832, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885456248832 found 3 wanted 2
backpointer mismatch on [2885456248832 16384]
ref mismatch on [2885464653824 16384] extent item 3, found 2
tree extent[2885464653824, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885464653824 found 3 wanted 2
backpointer mismatch on [2885464653824 16384]
ref mismatch on [2885469536256 16384] extent item 3, found 2
tree extent[2885469536256, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885469536256 found 3 wanted 2
backpointer mismatch on [2885469536256 16384]
ref mismatch on [2885471387648 16384] extent item 3, found 2
tree extent[2885471387648, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885471387648 found 3 wanted 2
backpointer mismatch on [2885471387648 16384]
ref mismatch on [2885471862784 16384] extent item 3, found 2
tree extent[2885471862784, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885471862784 found 3 wanted 2
backpointer mismatch on [2885471862784 16384]
ref mismatch on [2885479858176 16384] extent item 3, found 2
tree extent[2885479858176, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885479858176 found 3 wanted 2
backpointer mismatch on [2885479858176 16384]
ref mismatch on [2885488214016 16384] extent item 3, found 2
tree extent[2885488214016, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885488214016 found 3 wanted 2
backpointer mismatch on [2885488214016 16384]
ref mismatch on [2885493456896 16384] extent item 3, found 2
tree extent[2885493456896, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885493456896 found 3 wanted 2
backpointer mismatch on [2885493456896 16384]
ref mismatch on [2885497978880 16384] extent item 3, found 2
tree extent[2885497978880, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885497978880 found 3 wanted 2
backpointer mismatch on [2885497978880 16384]
ref mismatch on [2885539528704 16384] extent item 3, found 2
tree extent[2885539528704, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885539528704 found 3 wanted 2
backpointer mismatch on [2885539528704 16384]
ref mismatch on [2885539594240 16384] extent item 3, found 2
tree extent[2885539594240, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885539594240 found 3 wanted 2
backpointer mismatch on [2885539594240 16384]
ref mismatch on [2885539610624 16384] extent item 3, found 2
tree extent[2885539610624, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885539610624 found 3 wanted 2
backpointer mismatch on [2885539610624 16384]
ref mismatch on [2885539708928 16384] extent item 3, found 2
tree extent[2885539708928, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885539708928 found 3 wanted 2
backpointer mismatch on [2885539708928 16384]
ref mismatch on [2885540036608 16384] extent item 3, found 2
tree extent[2885540036608, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885540036608 found 3 wanted 2
backpointer mismatch on [2885540036608 16384]
ref mismatch on [2885540298752 16384] extent item 3, found 2
tree extent[2885540298752, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885540298752 found 3 wanted 2
backpointer mismatch on [2885540298752 16384]
ref mismatch on [2885540675584 16384] extent item 3, found 2
tree extent[2885540675584, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885540675584 found 3 wanted 2
backpointer mismatch on [2885540675584 16384]
ref mismatch on [2885540839424 16384] extent item 3, found 2
tree extent[2885540839424, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885540839424 found 3 wanted 2
backpointer mismatch on [2885540839424 16384]
ref mismatch on [2885541036032 16384] extent item 3, found 2
tree extent[2885541036032, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885541036032 found 3 wanted 2
backpointer mismatch on [2885541036032 16384]
ref mismatch on [2885541052416 16384] extent item 3, found 2
tree extent[2885541052416, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885541052416 found 3 wanted 2
backpointer mismatch on [2885541052416 16384]
ref mismatch on [2885541068800 16384] extent item 3, found 2
tree extent[2885541068800, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885541068800 found 3 wanted 2
backpointer mismatch on [2885541068800 16384]
ref mismatch on [2885541085184 16384] extent item 3, found 2
tree extent[2885541085184, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885541085184 found 3 wanted 2
backpointer mismatch on [2885541085184 16384]
ref mismatch on [2885541101568 16384] extent item 3, found 2
tree extent[2885541101568, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885541101568 found 3 wanted 2
backpointer mismatch on [2885541101568 16384]
ref mismatch on [2885541134336 16384] extent item 3, found 2
tree extent[2885541134336, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885541134336 found 3 wanted 2
backpointer mismatch on [2885541134336 16384]
ref mismatch on [2885541576704 16384] extent item 3, found 2
tree extent[2885541576704, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885541576704 found 3 wanted 2
backpointer mismatch on [2885541576704 16384]
ref mismatch on [2885541609472 16384] extent item 3, found 2
tree extent[2885541609472, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885541609472 found 3 wanted 2
backpointer mismatch on [2885541609472 16384]
ref mismatch on [2885541937152 16384] extent item 3, found 2
tree extent[2885541937152, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885541937152 found 3 wanted 2
backpointer mismatch on [2885541937152 16384]
ref mismatch on [2885541953536 16384] extent item 3, found 2
tree extent[2885541953536, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885541953536 found 3 wanted 2
backpointer mismatch on [2885541953536 16384]
ref mismatch on [2885542100992 16384] extent item 3, found 2
tree extent[2885542100992, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885542100992 found 3 wanted 2
backpointer mismatch on [2885542100992 16384]
ref mismatch on [2885542117376 16384] extent item 3, found 2
tree extent[2885542117376, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885542117376 found 3 wanted 2
backpointer mismatch on [2885542117376 16384]
ref mismatch on [2885542936576 16384] extent item 3, found 2
tree extent[2885542936576, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885542936576 found 3 wanted 2
backpointer mismatch on [2885542936576 16384]
ref mismatch on [2885542952960 16384] extent item 3, found 2
tree extent[2885542952960, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885542952960 found 3 wanted 2
backpointer mismatch on [2885542952960 16384]
ref mismatch on [2885542969344 16384] extent item 3, found 2
tree extent[2885542969344, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885542969344 found 3 wanted 2
backpointer mismatch on [2885542969344 16384]
ref mismatch on [2885543477248 16384] extent item 3, found 2
tree extent[2885543477248, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885543477248 found 3 wanted 2
backpointer mismatch on [2885543477248 16384]
ref mismatch on [2885543591936 16384] extent item 3, found 2
tree extent[2885543591936, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885543591936 found 3 wanted 2
backpointer mismatch on [2885543591936 16384]
ref mismatch on [2885543821312 16384] extent item 3, found 2
tree extent[2885543821312, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885543821312 found 3 wanted 2
backpointer mismatch on [2885543821312 16384]
ref mismatch on [2885544394752 16384] extent item 3, found 2
tree extent[2885544394752, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885544394752 found 3 wanted 2
backpointer mismatch on [2885544394752 16384]
ref mismatch on [2885544411136 16384] extent item 3, found 2
tree extent[2885544411136, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885544411136 found 3 wanted 2
backpointer mismatch on [2885544411136 16384]
ref mismatch on [2885544706048 16384] extent item 3, found 2
tree extent[2885544706048, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885544706048 found 3 wanted 2
backpointer mismatch on [2885544706048 16384]
ref mismatch on [2885544886272 16384] extent item 3, found 2
tree extent[2885544886272, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885544886272 found 3 wanted 2
backpointer mismatch on [2885544886272 16384]
ref mismatch on [2885545312256 16384] extent item 3, found 2
tree extent[2885545312256, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885545312256 found 3 wanted 2
backpointer mismatch on [2885545312256 16384]
ref mismatch on [2885545328640 16384] extent item 3, found 2
tree extent[2885545328640, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885545328640 found 3 wanted 2
backpointer mismatch on [2885545328640 16384]
ref mismatch on [2885545361408 16384] extent item 3, found 2
tree extent[2885545361408, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885545361408 found 3 wanted 2
backpointer mismatch on [2885545361408 16384]
ref mismatch on [2885545607168 16384] extent item 3, found 2
tree extent[2885545607168, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885545607168 found 3 wanted 2
backpointer mismatch on [2885545607168 16384]
ref mismatch on [2885545672704 16384] extent item 3, found 2
tree extent[2885545672704, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885545672704 found 3 wanted 2
backpointer mismatch on [2885545672704 16384]
ref mismatch on [2885545885696 16384] extent item 3, found 2
tree extent[2885545885696, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885545885696 found 3 wanted 2
backpointer mismatch on [2885545885696 16384]
ref mismatch on [2885545918464 16384] extent item 3, found 2
tree extent[2885545918464, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885545918464 found 3 wanted 2
backpointer mismatch on [2885545918464 16384]
ref mismatch on [2885545984000 16384] extent item 3, found 2
tree extent[2885545984000, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885545984000 found 3 wanted 2
backpointer mismatch on [2885545984000 16384]
ref mismatch on [2885546196992 16384] extent item 3, found 2
tree extent[2885546196992, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885546196992 found 3 wanted 2
backpointer mismatch on [2885546196992 16384]
ref mismatch on [2885546229760 16384] extent item 3, found 2
tree extent[2885546229760, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885546229760 found 3 wanted 2
backpointer mismatch on [2885546229760 16384]
ref mismatch on [2885546246144 16384] extent item 3, found 2
tree extent[2885546246144, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885546246144 found 3 wanted 2
backpointer mismatch on [2885546246144 16384]
ref mismatch on [2885546393600 16384] extent item 3, found 2
tree extent[2885546393600, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885546393600 found 3 wanted 2
backpointer mismatch on [2885546393600 16384]
ref mismatch on [2885546409984 16384] extent item 3, found 2
tree extent[2885546409984, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885546409984 found 3 wanted 2
backpointer mismatch on [2885546409984 16384]
ref mismatch on [2885547048960 16384] extent item 3, found 2
tree extent[2885547048960, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885547048960 found 3 wanted 2
backpointer mismatch on [2885547048960 16384]
ref mismatch on [2885547147264 16384] extent item 3, found 2
tree extent[2885547147264, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885547147264 found 3 wanted 2
backpointer mismatch on [2885547147264 16384]
ref mismatch on [2885547163648 16384] extent item 3, found 2
tree extent[2885547163648, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885547163648 found 3 wanted 2
backpointer mismatch on [2885547163648 16384]
ref mismatch on [2885547393024 16384] extent item 3, found 2
tree extent[2885547393024, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885547393024 found 3 wanted 2
backpointer mismatch on [2885547393024 16384]
ref mismatch on [2885547491328 16384] extent item 3, found 2
tree extent[2885547491328, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885547491328 found 3 wanted 2
backpointer mismatch on [2885547491328 16384]
ref mismatch on [2885547524096 16384] extent item 3, found 2
tree extent[2885547524096, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885547524096 found 3 wanted 2
backpointer mismatch on [2885547524096 16384]
ref mismatch on [2885547737088 16384] extent item 3, found 2
tree extent[2885547737088, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885547737088 found 3 wanted 2
backpointer mismatch on [2885547737088 16384]
ref mismatch on [2885547769856 16384] extent item 3, found 2
tree extent[2885547769856, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885547769856 found 3 wanted 2
backpointer mismatch on [2885547769856 16384]
ref mismatch on [2885547786240 16384] extent item 3, found 2
tree extent[2885547786240, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885547786240 found 3 wanted 2
backpointer mismatch on [2885547786240 16384]
ref mismatch on [2885547835392 16384] extent item 3, found 2
tree extent[2885547835392, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885547835392 found 3 wanted 2
backpointer mismatch on [2885547835392 16384]
ref mismatch on [2885548130304 16384] extent item 3, found 2
tree extent[2885548130304, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885548130304 found 3 wanted 2
backpointer mismatch on [2885548130304 16384]
ref mismatch on [2885548212224 16384] extent item 3, found 2
tree extent[2885548212224, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885548212224 found 3 wanted 2
backpointer mismatch on [2885548212224 16384]
ref mismatch on [2885548359680 16384] extent item 3, found 2
tree extent[2885548359680, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885548359680 found 3 wanted 2
backpointer mismatch on [2885548359680 16384]
ref mismatch on [2885548556288 16384] extent item 3, found 2
tree extent[2885548556288, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885548556288 found 3 wanted 2
backpointer mismatch on [2885548556288 16384]
ref mismatch on [2885548900352 16384] extent item 3, found 2
tree extent[2885548900352, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885548900352 found 3 wanted 2
backpointer mismatch on [2885548900352 16384]
ref mismatch on [2885549031424 16384] extent item 3, found 2
tree extent[2885549031424, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885549031424 found 3 wanted 2
backpointer mismatch on [2885549031424 16384]
ref mismatch on [2885549129728 16384] extent item 3, found 2
tree extent[2885549129728, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885549129728 found 3 wanted 2
backpointer mismatch on [2885549129728 16384]
ref mismatch on [2885549162496 16384] extent item 3, found 2
tree extent[2885549162496, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885549162496 found 3 wanted 2
backpointer mismatch on [2885549162496 16384]
ref mismatch on [2885549178880 16384] extent item 3, found 2
tree extent[2885549178880, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885549178880 found 3 wanted 2
backpointer mismatch on [2885549178880 16384]
ref mismatch on [2885549522944 16384] extent item 3, found 2
tree extent[2885549522944, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885549522944 found 3 wanted 2
backpointer mismatch on [2885549522944 16384]
ref mismatch on [2885549621248 16384] extent item 3, found 2
tree extent[2885549621248, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885549621248 found 3 wanted 2
backpointer mismatch on [2885549621248 16384]
ref mismatch on [2885549637632 16384] extent item 3, found 2
tree extent[2885549637632, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885549637632 found 3 wanted 2
backpointer mismatch on [2885549637632 16384]
ref mismatch on [2885552570368 16384] extent item 3, found 2
tree extent[2885552570368, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885552570368 found 3 wanted 2
backpointer mismatch on [2885552570368 16384]
ref mismatch on [2885555781632 16384] extent item 3, found 2
tree extent[2885555781632, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885555781632 found 3 wanted 2
backpointer mismatch on [2885555781632 16384]
ref mismatch on [2885555814400 16384] extent item 3, found 2
tree extent[2885555814400, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885555814400 found 3 wanted 2
backpointer mismatch on [2885555814400 16384]
ref mismatch on [2885595283456 16384] extent item 3, found 2
tree extent[2885595283456, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885595283456 found 3 wanted 2
backpointer mismatch on [2885595283456 16384]
ref mismatch on [2885620170752 16384] extent item 3, found 2
tree extent[2885620170752, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885620170752 found 3 wanted 2
backpointer mismatch on [2885620170752 16384]
ref mismatch on [2885623169024 16384] extent item 3, found 2
tree extent[2885623169024, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885623169024 found 3 wanted 2
backpointer mismatch on [2885623169024 16384]
ref mismatch on [2885626134528 16384] extent item 3, found 2
tree extent[2885626134528, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885626134528 found 3 wanted 2
backpointer mismatch on [2885626134528 16384]
ref mismatch on [2885627281408 16384] extent item 3, found 2
tree extent[2885627281408, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885627281408 found 3 wanted 2
backpointer mismatch on [2885627281408 16384]
ref mismatch on [2885636030464 16384] extent item 3, found 2
tree extent[2885636030464, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885636030464 found 3 wanted 2
backpointer mismatch on [2885636030464 16384]
ref mismatch on [2885640470528 16384] extent item 3, found 2
tree extent[2885640470528, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885640470528 found 3 wanted 2
backpointer mismatch on [2885640470528 16384]
ref mismatch on [2885645041664 16384] extent item 3, found 2
tree extent[2885645041664, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885645041664 found 3 wanted 2
backpointer mismatch on [2885645041664 16384]
ref mismatch on [2885648400384 16384] extent item 3, found 2
tree extent[2885648400384, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885648400384 found 3 wanted 2
backpointer mismatch on [2885648400384 16384]
ref mismatch on [2885654839296 16384] extent item 3, found 2
tree extent[2885654839296, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885654839296 found 3 wanted 2
backpointer mismatch on [2885654839296 16384]
ref mismatch on [2885655379968 16384] extent item 3, found 2
tree extent[2885655379968, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885655379968 found 3 wanted 2
backpointer mismatch on [2885655379968 16384]
ref mismatch on [2885657247744 16384] extent item 3, found 2
tree extent[2885657247744, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885657247744 found 3 wanted 2
backpointer mismatch on [2885657247744 16384]
ref mismatch on [2885660098560 16384] extent item 3, found 2
tree extent[2885660098560, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885660098560 found 3 wanted 2
backpointer mismatch on [2885660098560 16384]
ref mismatch on [2885661245440 16384] extent item 3, found 2
tree extent[2885661245440, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885661245440 found 3 wanted 2
backpointer mismatch on [2885661245440 16384]
ref mismatch on [2885662261248 16384] extent item 3, found 2
tree extent[2885662261248, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885662261248 found 3 wanted 2
backpointer mismatch on [2885662261248 16384]
ref mismatch on [2885662572544 16384] extent item 3, found 2
tree extent[2885662572544, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885662572544 found 3 wanted 2
backpointer mismatch on [2885662572544 16384]
ref mismatch on [2885668667392 16384] extent item 3, found 2
tree extent[2885668667392, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885668667392 found 3 wanted 2
backpointer mismatch on [2885668667392 16384]
ref mismatch on [2885672140800 16384] extent item 3, found 2
tree extent[2885672140800, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885672140800 found 3 wanted 2
backpointer mismatch on [2885672140800 16384]
ref mismatch on [2885673615360 16384] extent item 3, found 2
tree extent[2885673615360, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885673615360 found 3 wanted 2
backpointer mismatch on [2885673615360 16384]
ref mismatch on [2885677514752 16384] extent item 3, found 2
tree extent[2885677514752, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885677514752 found 3 wanted 2
backpointer mismatch on [2885677514752 16384]
ref mismatch on [2885681872896 16384] extent item 3, found 2
tree extent[2885681872896, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885681872896 found 3 wanted 2
backpointer mismatch on [2885681872896 16384]
ref mismatch on [2885682298880 16384] extent item 3, found 2
tree extent[2885682298880, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885682298880 found 3 wanted 2
backpointer mismatch on [2885682298880 16384]
ref mismatch on [2885682839552 16384] extent item 3, found 2
tree extent[2885682839552, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885682839552 found 3 wanted 2
backpointer mismatch on [2885682839552 16384]
ref mismatch on [2885682937856 16384] extent item 3, found 2
tree extent[2885682937856, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885682937856 found 3 wanted 2
backpointer mismatch on [2885682937856 16384]
ref mismatch on [2885682970624 16384] extent item 3, found 2
tree extent[2885682970624, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885682970624 found 3 wanted 2
backpointer mismatch on [2885682970624 16384]
ref mismatch on [2885682987008 16384] extent item 3, found 2
tree extent[2885682987008, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885682987008 found 3 wanted 2
backpointer mismatch on [2885682987008 16384]
ref mismatch on [2885683085312 16384] extent item 3, found 2
tree extent[2885683085312, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885683085312 found 3 wanted 2
backpointer mismatch on [2885683085312 16384]
ref mismatch on [2885683740672 16384] extent item 3, found 2
tree extent[2885683740672, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885683740672 found 3 wanted 2
backpointer mismatch on [2885683740672 16384]
ref mismatch on [2885684215808 16384] extent item 3, found 2
tree extent[2885684215808, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885684215808 found 3 wanted 2
backpointer mismatch on [2885684215808 16384]
ref mismatch on [2885686886400 16384] extent item 3, found 2
tree extent[2885686886400, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885686886400 found 3 wanted 2
backpointer mismatch on [2885686886400 16384]
ref mismatch on [2885688918016 16384] extent item 3, found 2
tree extent[2885688918016, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885688918016 found 3 wanted 2
backpointer mismatch on [2885688918016 16384]
ref mismatch on [2885717131264 16384] extent item 3, found 2
tree extent[2885717131264, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885717131264 found 3 wanted 2
backpointer mismatch on [2885717131264 16384]
ref mismatch on [2885721161728 16384] extent item 3, found 2
tree extent[2885721161728, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885721161728 found 3 wanted 2
backpointer mismatch on [2885721161728 16384]
ref mismatch on [2885758156800 16384] extent item 3, found 2
tree extent[2885758156800, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885758156800 found 3 wanted 2
backpointer mismatch on [2885758156800 16384]
ref mismatch on [2885788794880 16384] extent item 3, found 2
tree extent[2885788794880, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2885788794880 found 3 wanted 2
backpointer mismatch on [2885788794880 16384]
ref mismatch on [2885798920192 16384] extent item 4, found 3
tree extent[2885798920192, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885798920192 found 4 wanted 3
backpointer mismatch on [2885798920192 16384]
ref mismatch on [2885799067648 16384] extent item 4, found 3
tree extent[2885799067648, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885799067648 found 4 wanted 3
backpointer mismatch on [2885799067648 16384]
ref mismatch on [2885800083456 16384] extent item 4, found 3
tree extent[2885800083456, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885800083456 found 4 wanted 3
backpointer mismatch on [2885800083456 16384]
ref mismatch on [2885800165376 16384] extent item 4, found 3
tree extent[2885800165376, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885800165376 found 4 wanted 3
backpointer mismatch on [2885800165376 16384]
ref mismatch on [2885801164800 16384] extent item 4, found 3
tree extent[2885801164800, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885801164800 found 4 wanted 3
backpointer mismatch on [2885801164800 16384]
ref mismatch on [2885801213952 16384] extent item 4, found 3
tree extent[2885801213952, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885801213952 found 4 wanted 3
backpointer mismatch on [2885801213952 16384]
ref mismatch on [2885802295296 16384] extent item 4, found 3
tree extent[2885802295296, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885802295296 found 4 wanted 3
backpointer mismatch on [2885802295296 16384]
ref mismatch on [2885802311680 16384] extent item 4, found 3
tree extent[2885802311680, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885802311680 found 4 wanted 3
backpointer mismatch on [2885802311680 16384]
ref mismatch on [2885804097536 16384] extent item 4, found 3
tree extent[2885804097536, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885804097536 found 4 wanted 3
backpointer mismatch on [2885804097536 16384]
ref mismatch on [2885804113920 16384] extent item 4, found 3
tree extent[2885804113920, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885804113920 found 4 wanted 3
backpointer mismatch on [2885804113920 16384]
ref mismatch on [2885804867584 16384] extent item 4, found 3
tree extent[2885804867584, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885804867584 found 4 wanted 3
backpointer mismatch on [2885804867584 16384]
ref mismatch on [2885805408256 16384] extent item 4, found 3
tree extent[2885805408256, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885805408256 found 4 wanted 3
backpointer mismatch on [2885805408256 16384]
ref mismatch on [2885807177728 16384] extent item 4, found 3
tree extent[2885807177728, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885807177728 found 4 wanted 3
backpointer mismatch on [2885807177728 16384]
ref mismatch on [2885807751168 16384] extent item 4, found 3
tree extent[2885807751168, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2885807751168 found 4 wanted 3
backpointer mismatch on [2885807751168 16384]
ref mismatch on [2886005587968 16384] extent item 3, found 2
tree extent[2886005587968, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2886005587968 found 3 wanted 2
backpointer mismatch on [2886005587968 16384]
ref mismatch on [2886006030336 16384] extent item 3, found 2
tree extent[2886006030336, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2886006030336 found 3 wanted 2
backpointer mismatch on [2886006030336 16384]
ref mismatch on [2886141542400 16384] extent item 3, found 2
tree extent[2886141542400, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2886141542400 found 3 wanted 2
backpointer mismatch on [2886141542400 16384]
ref mismatch on [2886161612800 16384] extent item 1, found 0
tree extent[2886161612800, 16384] parent 2886161596416 has no tree block found
incorrect global backref count on 2886161612800 found 1 wanted 0
backpointer mismatch on [2886161612800 16384]
owner ref check failed [2886161612800 16384]
ref mismatch on [2886171148288 16384] extent item 1, found 0
tree extent[2886171148288, 16384] parent 2886171131904 has no tree block found
incorrect global backref count on 2886171148288 found 1 wanted 0
backpointer mismatch on [2886171148288 16384]
owner ref check failed [2886171148288 16384]
ref mismatch on [3193472815104 134217728] extent item 3, found 2
data extent[3193472815104, 134217728] bytenr mimsmatch, extent item bytenr 3193472815104 file item bytenr 0
data extent[3193472815104, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3193472815104 134217728]
ref mismatch on [3193607032832 134217728] extent item 3, found 2
data extent[3193607032832, 134217728] bytenr mimsmatch, extent item bytenr 3193607032832 file item bytenr 0
data extent[3193607032832, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3193607032832 134217728]
ref mismatch on [3193844350976 134217728] extent item 3, found 2
data extent[3193844350976, 134217728] bytenr mimsmatch, extent item bytenr 3193844350976 file item bytenr 0
data extent[3193844350976, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3193844350976 134217728]
ref mismatch on [3193978568704 134217728] extent item 3, found 2
data extent[3193978568704, 134217728] bytenr mimsmatch, extent item bytenr 3193978568704 file item bytenr 0
data extent[3193978568704, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3193978568704 134217728]
ref mismatch on [3394690895872 134217728] extent item 3, found 2
data extent[3394690895872, 134217728] bytenr mimsmatch, extent item bytenr 3394690895872 file item bytenr 0
data extent[3394690895872, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3394690895872 134217728]
ref mismatch on [3394825113600 134217728] extent item 3, found 2
data extent[3394825113600, 134217728] bytenr mimsmatch, extent item bytenr 3394825113600 file item bytenr 0
data extent[3394825113600, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3394825113600 134217728]
ref mismatch on [3394959331328 134217728] extent item 3, found 2
data extent[3394959331328, 134217728] bytenr mimsmatch, extent item bytenr 3394959331328 file item bytenr 0
data extent[3394959331328, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3394959331328 134217728]
ref mismatch on [3555592241152 134217728] extent item 3, found 2
data extent[3555592241152, 134217728] bytenr mimsmatch, extent item bytenr 3555592241152 file item bytenr 0
data extent[3555592241152, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3555592241152 134217728]
ref mismatch on [3555726458880 134217728] extent item 3, found 2
data extent[3555726458880, 134217728] bytenr mimsmatch, extent item bytenr 3555726458880 file item bytenr 0
data extent[3555726458880, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3555726458880 134217728]
ref mismatch on [3887472848896 134217728] extent item 3, found 2
data extent[3887472848896, 134217728] bytenr mimsmatch, extent item bytenr 3887472848896 file item bytenr 0
data extent[3887472848896, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3887472848896 134217728]
ref mismatch on [3887607066624 134217728] extent item 3, found 2
data extent[3887607066624, 134217728] bytenr mimsmatch, extent item bytenr 3887607066624 file item bytenr 0
data extent[3887607066624, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3887607066624 134217728]
ref mismatch on [3928865087488 134217728] extent item 3, found 2
data extent[3928865087488, 134217728] bytenr mimsmatch, extent item bytenr 3928865087488 file item bytenr 0
data extent[3928865087488, 134217728] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3928865087488 134217728]
ref mismatch on [3928999305216 105353216] extent item 3, found 2
data extent[3928999305216, 105353216] bytenr mimsmatch, extent item bytenr 3928999305216 file item bytenr 0
data extent[3928999305216, 105353216] referencer count mismatch (parent 2886161612800) wanted 1 have 0
backpointer mismatch on [3928999305216 105353216]
ERROR: errors found in extent allocation tree or chunk allocation
[4/8] checking free space tree
[5/8] checking fs roots
root 261 inode 11793850 errors 2000, link count wrong
root 262 inode 11793850 errors 2000, link count wrong
ERROR: errors found in fs roots
Opening filesystem to check...
Checking filesystem on /dev/sdc
UUID: f7f2335b-626d-417c-9919-737e5a96ba9a
found 3956635947008 bytes used, error(s) found
total csum bytes: 3854331828
total tree bytes: 9800122368
total fs tree bytes: 4650516480
total extent tree bytes: 817102848
btree space waste bytes: 1310531938
file data blocks allocated: 8986344386560
 referenced 4395424018432

the dump-tree output is 6.3 GiB, too big for github.. if there's a specific region of interest i can paste it, otherwise i have a compressed copy of the full version here (id prefer not to host it forever so i would be greatful if let me know when you've retrieved it/its ok to remove)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants