Tree 5 (filesystem)

Explanation

This page shows the content of a tree. It is essentially a list of items, each of which consist of a key and a value.

The key is shown in the boxes on the left. It is a triple of a 64-bit id, an 8-bit type, and a 64-bit offset. What each of them means depends on the tree we're in. You can search for a key id by using the search field below.

The value is summarized to the right of the key. To see the value in more detail, unfold the key by clicking on it.

Finally, to the very right, we have the logical address of the metadata node which the item is stored in.

go back to root tree
99A9Ref (0C)998D["sec2"]44DC000
name"sec2"
index6
show full value
Ref(
    [
        RefItem {
            index: 6,
            name_len: 4,
            name: "sec2",
        },
    ],
)
show hex data
06 00 00 00 00 00 00 00 04 00 73 65 63 32 
99A9Dir (54)1F0C3824"image.bin.zst" @ 99AB44DC000
name"image.bin.zst"
target key99AB Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39339,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 13,
        dir_type: 1,
        name: "image.bin.zst",
    },
)
show hex data
AB 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 0D 00 01 69 6D 61 67 65 2E 62 69 6E 2E 7A 73 74 
99A9Dir (54)44C38C90"desc.bin.zst" @ 99AA44DC000
name"desc.bin.zst"
target key99AA Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39338,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 12,
        dir_type: 1,
        name: "desc.bin.zst",
    },
)
show hex data
AA 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 0C 00 01 64 65 73 63 2E 62 69 6E 2E 7A 73 74 
99A9Dir (54)56214408"sig.bin.zst" @ 99AC44DC000
name"sig.bin.zst"
target key99AC Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39340,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 11,
        dir_type: 1,
        name: "sig.bin.zst",
    },
)
show hex data
AC 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 0B 00 01 73 69 67 2E 62 69 6E 2E 7A 73 74 
99A9DirIndex (60)2"desc.bin.zst" @ 99AA44DC000
name"desc.bin.zst"
target key99AA Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39338,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 12,
        dir_type: 1,
        name: "desc.bin.zst",
    },
)
show hex data
AA 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 0C 00 01 64 65 73 63 2E 62 69 6E 2E 7A 73 74 
99A9DirIndex (60)3"image.bin.zst" @ 99AB44DC000
name"image.bin.zst"
target key99AB Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39339,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 13,
        dir_type: 1,
        name: "image.bin.zst",
    },
)
show hex data
AB 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 0D 00 01 69 6D 61 67 65 2E 62 69 6E 2E 7A 73 74 
99A9DirIndex (60)4"sig.bin.zst" @ 99AC44DC000
name"sig.bin.zst"
target key99AC Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39340,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 11,
        dir_type: 1,
        name: "sig.bin.zst",
    },
)
show hex data
AC 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 0B 00 01 73 69 67 2E 62 69 6E 2E 7A 73 74 
99AAInode (01)0regular file, mode 064444DC000
size123
mode33188
uid0
gid0
nlink1
atime1708913593
ctime1708913585
mtime1708457444
otime1708913585
show full value
Inode(
    InodeItem {
        generation: 10,
        transid: 10,
        size: 123,
        nbytes: 123,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 3,
        atime: Time {
            sec: 1708913593,
            nsec: 997641651,
        },
        ctime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
        mtime: Time {
            sec: 1708457444,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
    },
)
show hex data
0A 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 7B 00 00 00 00 00 00 00 7B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 A4 81 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B9 F3 DB 65 00 00 00 00 B3 CD 76 3B B1 F3 DB 65 00 00 00 00 87 30 7E 18 E4 FD D4 65 00 00 00 00 00 00 00 00 B1 F3 DB 65 00 00 00 00 87 30 7E 18 
99AARef (0C)99A9["desc.bin.zst"]44DC000
name"desc.bin.zst"
index2
show full value
Ref(
    [
        RefItem {
            index: 2,
            name_len: 12,
            name: "desc.bin.zst",
        },
    ],
)
show hex data
02 00 00 00 00 00 00 00 0C 00 64 65 73 63 2E 62 69 6E 2E 7A 73 74 
99AAExtentData (6C)0inline, length 123 B44DC000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 10,
            ram_bytes: 123,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                40,
                181,
                47,
                253,
                100,
                144,
                1,
                109,
                3,
                0,
                114,
                71,
                23,
                30,
                160,
                109,
                13,
                111,
                13,
                189,
                191,
                75,
                245,
                250,
                175,
                89,
                253,
                208,
                220,
                43,
                55,
                172,
                151,
                255,
                223,
                28,
                8,
                88,
                211,
                23,
                158,
                45,
                91,
                10,
                159,
                79,
                53,
                111,
                32,
                31,
                29,
                63,
                249,
                208,
                247,
                132,
                247,
                139,
                125,
                91,
                190,
                82,
                125,
                81,
                253,
                253,
                23,
                254,
                225,
                49,
                243,
                173,
                63,
                217,
                70,
                127,
                187,
                254,
                192,
                248,
                125,
                28,
                198,
                185,
                206,
                51,
                73,
                19,
                212,
                92,
                201,
                185,
                157,
                118,
                221,
                141,
                203,
                0,
                53,
                4,
                255,
                224,
                211,
                223,
                138,
                1,
                4,
                0,
                194,
                52,
                80,
                163,
                59,
                139,
                235,
                150,
                96,
                130,
                50,
                12,
                136,
                57,
                242,
            ],
        ),
    },
)
show hex data
0A 00 00 00 00 00 00 00 7B 00 00 00 00 00 00 00 00 00 00 00 00 28 B5 2F FD 64 90 01 6D 03 00 72 47 17 1E A0 6D 0D 6F 0D BD BF 4B F5 FA AF 59 FD D0 DC 2B 37 AC 97 FF DF 1C 08 58 D3 17 9E 2D 5B 0A 9F 4F 35 6F 20 1F 1D 3F F9 D0 F7 84 F7 8B 7D 5B BE 52 7D 51 FD FD 17 FE E1 31 F3 AD 3F D9 46 7F BB FE C0 F8 7D 1C C6 B9 CE 33 49 13 D4 5C C9 B9 9D 76 DD 8D CB 00 35 04 FF E0 D3 DF 8A 01 04 00 C2 34 50 A3 3B 8B EB 96 60 82 32 0C 88 39 F2 
99ABInode (01)0regular file, mode 064444DC000
size13110
mode33188
uid0
gid0
nlink1
atime1708913593
ctime1708913585
mtime1708457444
otime1708913585
show full value
Inode(
    InodeItem {
        generation: 10,
        transid: 10,
        size: 13110,
        nbytes: 16384,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 3,
        atime: Time {
            sec: 1708913593,
            nsec: 990974944,
        },
        ctime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
        mtime: Time {
            sec: 1708457444,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
    },
)
show hex data
0A 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 36 33 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 A4 81 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B9 F3 DB 65 00 00 00 00 E0 13 11 3B B1 F3 DB 65 00 00 00 00 87 30 7E 18 E4 FD D4 65 00 00 00 00 00 00 00 00 B1 F3 DB 65 00 00 00 00 87 30 7E 18 
99ABRef (0C)99A9["image.bin.zst"]44DC000
name"image.bin.zst"
index3
show full value
Ref(
    [
        RefItem {
            index: 3,
            name_len: 13,
            name: "image.bin.zst",
        },
    ],
)
show hex data
03 00 00 00 00 00 00 00 0D 00 69 6D 61 67 65 2E 62 69 6E 2E 7A 73 74 
99ABExtentData (6C)0external, length 16 KiB44DC000

16 KiB on disk, starting at offset 0 within the extent at address 5E134000; 16 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 10,
            ram_bytes: 16384,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 1578319872,
                disk_num_bytes: 16384,
                offset: 0,
                num_bytes: 16384,
            },
        ),
    },
)
show hex data
0A 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 01 00 40 13 5E 00 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 
99ACInode (01)0regular file, mode 064444DC000
size135
mode33188
uid0
gid0
nlink1
atime1708913593
ctime1708913585
mtime1708457444
otime1708913585
show full value
Inode(
    InodeItem {
        generation: 10,
        transid: 10,
        size: 135,
        nbytes: 135,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 3,
        atime: Time {
            sec: 1708913593,
            nsec: 984308237,
        },
        ctime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
        mtime: Time {
            sec: 1708457444,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
    },
)
show hex data
0A 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 87 00 00 00 00 00 00 00 87 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 A4 81 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B9 F3 DB 65 00 00 00 00 0D 5A AB 3A B1 F3 DB 65 00 00 00 00 87 30 7E 18 E4 FD D4 65 00 00 00 00 00 00 00 00 B1 F3 DB 65 00 00 00 00 87 30 7E 18 
99ACRef (0C)99A9["sig.bin.zst"]44DC000
name"sig.bin.zst"
index4
show full value
Ref(
    [
        RefItem {
            index: 4,
            name_len: 11,
            name: "sig.bin.zst",
        },
    ],
)
show hex data
04 00 00 00 00 00 00 00 0B 00 73 69 67 2E 62 69 6E 2E 7A 73 74 
99ACExtentData (6C)0inline, length 135 B44DC000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 10,
            ram_bytes: 135,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                40,
                181,
                47,
                253,
                36,
                192,
                213,
                3,
                0,
                196,
                5,
                178,
                42,
                104,
                93,
                173,
                56,
                211,
                171,
                211,
                83,
                226,
                194,
                90,
                80,
                149,
                239,
                251,
                83,
                19,
                58,
                181,
                147,
                174,
                25,
                244,
                238,
                106,
                120,
                174,
                150,
                89,
                162,
                76,
                7,
                201,
                19,
                166,
                36,
                117,
                134,
                91,
                8,
                155,
                165,
                228,
                139,
                51,
                171,
                147,
                168,
                177,
                187,
                229,
                31,
                242,
                221,
                145,
                138,
                200,
                241,
                28,
                213,
                32,
                142,
                1,
                0,
                0,
                0,
                7,
                3,
                255,
                2,
                3,
                4,
                10,
                7,
                177,
                194,
                49,
                233,
                3,
                178,
                119,
                215,
                14,
                50,
                160,
                105,
                143,
                78,
                128,
                98,
                12,
                32,
                16,
                104,
                119,
                15,
                136,
                225,
                185,
                179,
                99,
                219,
                9,
                186,
                123,
                199,
                203,
                237,
                188,
                140,
                203,
                158,
                99,
                185,
                16,
                86,
                101,
                6,
                76,
                149,
                16,
                12,
            ],
        ),
    },
)
show hex data
0A 00 00 00 00 00 00 00 87 00 00 00 00 00 00 00 00 00 00 00 00 28 B5 2F FD 24 C0 D5 03 00 C4 05 B2 2A 68 5D AD 38 D3 AB D3 53 E2 C2 5A 50 95 EF FB 53 13 3A B5 93 AE 19 F4 EE 6A 78 AE 96 59 A2 4C 07 C9 13 A6 24 75 86 5B 08 9B A5 E4 8B 33 AB 93 A8 B1 BB E5 1F F2 DD 91 8A C8 F1 1C D5 20 8E 01 00 00 00 07 03 FF 02 03 04 0A 07 B1 C2 31 E9 03 B2 77 D7 0E 32 A0 69 8F 4E 80 62 0C 20 10 68 77 0F 88 E1 B9 B3 63 DB 09 BA 7B C7 CB ED BC 8C CB 9E 63 B9 10 56 65 06 4C 95 10 0C 
99ADInode (01)0directory, mode 075544DC000
size34
mode16877
uid0
gid0
nlink1
atime1708913585
ctime1708913585
mtime1708913585
otime1708913585
show full value
Inode(
    InodeItem {
        generation: 10,
        transid: 10,
        size: 34,
        nbytes: 0,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 16877,
        rdev: 0,
        flags: 0,
        sequence: 8,
        atime: Time {
            sec: 1708913585,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913585,
            nsec: 414256497,
        },
        mtime: Time {
            sec: 1708913585,
            nsec: 414256497,
        },
        otime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
    },
)
show hex data
0A 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 ED 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B1 F3 DB 65 00 00 00 00 00 00 00 00 B1 F3 DB 65 00 00 00 00 71 0D B1 18 B1 F3 DB 65 00 00 00 00 71 0D B1 18 B1 F3 DB 65 00 00 00 00 87 30 7E 18 
99ADRef (0C)97EB["tu104"]44DC000
name"tu104"
index31
show full value
Ref(
    [
        RefItem {
            index: 31,
            name_len: 5,
            name: "tu104",
        },
    ],
)
show hex data
1F 00 00 00 00 00 00 00 05 00 74 75 31 30 34 
99ADDir (54)776ED8E3"gr" @ 99B444DC000
name"gr"
target key99B4 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39348,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 2,
        dir_type: 2,
        name: "gr",
    },
)
show hex data
B4 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 02 00 02 67 72 
99ADDir (54)922DF94C"gsp" @ 99C244DC000
name"gsp"
target key99C2 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39362,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 3,
        dir_type: 7,
        name: "gsp",
    },
)
show hex data
C2 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 03 00 07 67 73 70 
99ADDir (54)9D628E2D"acr" @ 99AE44DC000
name"acr"
target key99AE Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39342,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 3,
        dir_type: 2,
        name: "acr",
    },
)
show hex data
AE 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 03 00 02 61 63 72 
99ADDir (54)BD1AD829"nvdec" @ 99C344DC000
name"nvdec"
target key99C3 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39363,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 5,
        dir_type: 2,
        name: "nvdec",
    },
)
show hex data
C3 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 05 00 02 6E 76 64 65 63 
99ADDir (54)E5059498"sec2" @ 99C544DC000
name"sec2"
target key99C5 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39365,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 4,
        dir_type: 2,
        name: "sec2",
    },
)
show hex data
C5 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 04 00 02 73 65 63 32 
99ADDirIndex (60)2"acr" @ 99AE44DC000
name"acr"
target key99AE Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39342,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 3,
        dir_type: 2,
        name: "acr",
    },
)
show hex data
AE 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 03 00 02 61 63 72 
99ADDirIndex (60)3"gr" @ 99B444DC000
name"gr"
target key99B4 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39348,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 2,
        dir_type: 2,
        name: "gr",
    },
)
show hex data
B4 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 02 00 02 67 72 
99ADDirIndex (60)4"gsp" @ 99C244DC000
name"gsp"
target key99C2 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39362,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 3,
        dir_type: 7,
        name: "gsp",
    },
)
show hex data
C2 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 03 00 07 67 73 70 
99ADDirIndex (60)5"nvdec" @ 99C344DC000
name"nvdec"
target key99C3 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39363,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 5,
        dir_type: 2,
        name: "nvdec",
    },
)
show hex data
C3 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 05 00 02 6E 76 64 65 63 
99ADDirIndex (60)6"sec2" @ 99C544DC000
name"sec2"
target key99C5 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39365,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 4,
        dir_type: 2,
        name: "sec2",
    },
)
show hex data
C5 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 04 00 02 73 65 63 32 
99AEInode (01)0directory, mode 075544DC000
size170
mode16877
uid0
gid0
nlink1
atime1708913592
ctime1708913585
mtime1708913585
otime1708913585
show full value
Inode(
    InodeItem {
        generation: 10,
        transid: 10,
        size: 170,
        nbytes: 0,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 16877,
        rdev: 0,
        flags: 0,
        sequence: 8,
        atime: Time {
            sec: 1708913592,
            nsec: 524299418,
        },
        ctime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
        mtime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
        otime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
    },
)
show hex data
0A 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 AA 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 ED 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B8 F3 DB 65 00 00 00 00 9A 2C 40 1F B1 F3 DB 65 00 00 00 00 87 30 7E 18 B1 F3 DB 65 00 00 00 00 87 30 7E 18 B1 F3 DB 65 00 00 00 00 87 30 7E 18 
99AERef (0C)99AD["acr"]44DC000
name"acr"
index2
show full value
Ref(
    [
        RefItem {
            index: 2,
            name_len: 3,
            name: "acr",
        },
    ],
)
show hex data
02 00 00 00 00 00 00 00 03 00 61 63 72 
99AEDir (54)58940ADE"ucode_asb.bin.zst" @ 99B144DC000
name"ucode_asb.bin.zst"
target key99B1 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39345,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 17,
        dir_type: 7,
        name: "ucode_asb.bin.zst",
    },
)
show hex data
B1 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 11 00 07 75 63 6F 64 65 5F 61 73 62 2E 62 69 6E 2E 7A 73 74 
99AEDir (54)88EB6FCF"ucode_ahesasc.bin.zst" @ 99B044DC000
name"ucode_ahesasc.bin.zst"
target key99B0 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39344,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 21,
        dir_type: 7,
        name: "ucode_ahesasc.bin.zst",
    },
)
show hex data
B0 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 15 00 07 75 63 6F 64 65 5F 61 68 65 73 61 73 63 2E 62 69 6E 2E 7A 73 74 
99AEDir (54)B37CF9EA"ucode_unload.bin.zst" @ 99B244DC000
name"ucode_unload.bin.zst"
target key99B2 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39346,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 20,
        dir_type: 7,
        name: "ucode_unload.bin.zst",
    },
)
show hex data
B2 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 14 00 07 75 63 6F 64 65 5F 75 6E 6C 6F 61 64 2E 62 69 6E 2E 7A 73 74 
99AEDir (54)D57B4B0D"bl.bin.zst" @ 99AF44DC000
name"bl.bin.zst"
target key99AF Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39343,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 10,
        dir_type: 7,
        name: "bl.bin.zst",
    },
)
show hex data
AF 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 0A 00 07 62 6C 2E 62 69 6E 2E 7A 73 74 
99AEDir (54)D59257E9"unload_bl.bin.zst" @ 99B344DC000
name"unload_bl.bin.zst"
target key99B3 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 39347,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 17,
        dir_type: 7,
        name: "unload_bl.bin.zst",
    },
)
show hex data
B3 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 11 00 07 75 6E 6C 6F 61 64 5F 62 6C 2E 62 69 6E 2E 7A 73 74 
99AEDirIndex (60)2"bl.bin.zst" @ 99AF44DC000
name"bl.bin.zst"
target key99AF Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39343,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 10,
        dir_type: 7,
        name: "bl.bin.zst",
    },
)
show hex data
AF 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 0A 00 07 62 6C 2E 62 69 6E 2E 7A 73 74 
99AEDirIndex (60)3"ucode_ahesasc.bin.zst" @ 99B044DC000
name"ucode_ahesasc.bin.zst"
target key99B0 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39344,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 21,
        dir_type: 7,
        name: "ucode_ahesasc.bin.zst",
    },
)
show hex data
B0 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 15 00 07 75 63 6F 64 65 5F 61 68 65 73 61 73 63 2E 62 69 6E 2E 7A 73 74 
99AEDirIndex (60)4"ucode_asb.bin.zst" @ 99B144DC000
name"ucode_asb.bin.zst"
target key99B1 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39345,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 17,
        dir_type: 7,
        name: "ucode_asb.bin.zst",
    },
)
show hex data
B1 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 11 00 07 75 63 6F 64 65 5F 61 73 62 2E 62 69 6E 2E 7A 73 74 
99AEDirIndex (60)5"ucode_unload.bin.zst" @ 99B244DC000
name"ucode_unload.bin.zst"
target key99B2 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39346,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 20,
        dir_type: 7,
        name: "ucode_unload.bin.zst",
    },
)
show hex data
B2 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 14 00 07 75 63 6F 64 65 5F 75 6E 6C 6F 61 64 2E 62 69 6E 2E 7A 73 74 
99AEDirIndex (60)6"unload_bl.bin.zst" @ 99B344DC000
name"unload_bl.bin.zst"
target key99B3 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 39347,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 10,
        data_len: 0,
        name_len: 17,
        dir_type: 7,
        name: "unload_bl.bin.zst",
    },
)
show hex data
B3 99 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 11 00 07 75 6E 6C 6F 61 64 5F 62 6C 2E 62 69 6E 2E 7A 73 74 
99AFInode (01)0symbolic link, mode 077744DC000
size26
mode41471
uid0
gid0
nlink1
atime1708913592
ctime1708913585
mtime1708457444
otime1708913585
show full value
Inode(
    InodeItem {
        generation: 10,
        transid: 10,
        size: 26,
        nbytes: 26,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 41471,
        rdev: 0,
        flags: 0,
        sequence: 2,
        atime: Time {
            sec: 1708913592,
            nsec: 530966124,
        },
        ctime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
        mtime: Time {
            sec: 1708457444,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
    },
)
show hex data
0A 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 FF A1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B8 F3 DB 65 00 00 00 00 6C E6 A5 1F B1 F3 DB 65 00 00 00 00 87 30 7E 18 E4 FD D4 65 00 00 00 00 00 00 00 00 B1 F3 DB 65 00 00 00 00 87 30 7E 18 
99AFRef (0C)99AE["bl.bin.zst"]44DC000
name"bl.bin.zst"
index2
show full value
Ref(
    [
        RefItem {
            index: 2,
            name_len: 10,
            name: "bl.bin.zst",
        },
    ],
)
show hex data
02 00 00 00 00 00 00 00 0A 00 62 6C 2E 62 69 6E 2E 7A 73 74 
99AFExtentData (6C)0inline, length 26 B44DC000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 10,
            ram_bytes: 26,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                46,
                46,
                47,
                46,
                46,
                47,
                116,
                117,
                49,
                48,
                50,
                47,
                97,
                99,
                114,
                47,
                98,
                108,
                46,
                98,
                105,
                110,
                46,
                122,
                115,
                116,
            ],
        ),
    },
)
show hex data
0A 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00 00 00 00 00 00 2E 2E 2F 2E 2E 2F 74 75 31 30 32 2F 61 63 72 2F 62 6C 2E 62 69 6E 2E 7A 73 74 
99B0Inode (01)0symbolic link, mode 077744DC000
size37
mode41471
uid0
gid0
nlink1
atime1708913592
ctime1708913585
mtime1708457444
otime1708913585
show full value
Inode(
    InodeItem {
        generation: 10,
        transid: 10,
        size: 37,
        nbytes: 37,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 41471,
        rdev: 0,
        flags: 0,
        sequence: 2,
        atime: Time {
            sec: 1708913592,
            nsec: 524299418,
        },
        ctime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
        mtime: Time {
            sec: 1708457444,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
    },
)
show hex data
0A 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 25 00 00 00 00 00 00 00 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 FF A1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B8 F3 DB 65 00 00 00 00 9A 2C 40 1F B1 F3 DB 65 00 00 00 00 87 30 7E 18 E4 FD D4 65 00 00 00 00 00 00 00 00 B1 F3 DB 65 00 00 00 00 87 30 7E 18 
99B0Ref (0C)99AE["ucode_ahesasc.bin.zst"]44DC000
name"ucode_ahesasc.bin.zst"
index3
show full value
Ref(
    [
        RefItem {
            index: 3,
            name_len: 21,
            name: "ucode_ahesasc.bin.zst",
        },
    ],
)
show hex data
03 00 00 00 00 00 00 00 15 00 75 63 6F 64 65 5F 61 68 65 73 61 73 63 2E 62 69 6E 2E 7A 73 74 
99B0ExtentData (6C)0inline, length 37 B44DC000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 10,
            ram_bytes: 37,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                46,
                46,
                47,
                46,
                46,
                47,
                116,
                117,
                49,
                48,
                50,
                47,
                97,
                99,
                114,
                47,
                117,
                99,
                111,
                100,
                101,
                95,
                97,
                104,
                101,
                115,
                97,
                115,
                99,
                46,
                98,
                105,
                110,
                46,
                122,
                115,
                116,
            ],
        ),
    },
)
show hex data
0A 00 00 00 00 00 00 00 25 00 00 00 00 00 00 00 00 00 00 00 00 2E 2E 2F 2E 2E 2F 74 75 31 30 32 2F 61 63 72 2F 75 63 6F 64 65 5F 61 68 65 73 61 73 63 2E 62 69 6E 2E 7A 73 74 
99B1Inode (01)0symbolic link, mode 077744DC000
size33
mode41471
uid0
gid0
nlink1
atime1708913592
ctime1708913585
mtime1708457444
otime1708913585
show full value
Inode(
    InodeItem {
        generation: 10,
        transid: 10,
        size: 33,
        nbytes: 33,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 41471,
        rdev: 0,
        flags: 0,
        sequence: 2,
        atime: Time {
            sec: 1708913592,
            nsec: 557632952,
        },
        ctime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
        mtime: Time {
            sec: 1708457444,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
    },
)
show hex data
0A 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 21 00 00 00 00 00 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 FF A1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B8 F3 DB 65 00 00 00 00 B8 CD 3C 21 B1 F3 DB 65 00 00 00 00 87 30 7E 18 E4 FD D4 65 00 00 00 00 00 00 00 00 B1 F3 DB 65 00 00 00 00 87 30 7E 18 
99B1Ref (0C)99AE["ucode_asb.bin.zst"]44DC000
name"ucode_asb.bin.zst"
index4
show full value
Ref(
    [
        RefItem {
            index: 4,
            name_len: 17,
            name: "ucode_asb.bin.zst",
        },
    ],
)
show hex data
04 00 00 00 00 00 00 00 11 00 75 63 6F 64 65 5F 61 73 62 2E 62 69 6E 2E 7A 73 74 
99B1ExtentData (6C)0inline, length 33 B44DC000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 10,
            ram_bytes: 33,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                46,
                46,
                47,
                46,
                46,
                47,
                116,
                117,
                49,
                48,
                50,
                47,
                97,
                99,
                114,
                47,
                117,
                99,
                111,
                100,
                101,
                95,
                97,
                115,
                98,
                46,
                98,
                105,
                110,
                46,
                122,
                115,
                116,
            ],
        ),
    },
)
show hex data
0A 00 00 00 00 00 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 2E 2E 2F 2E 2E 2F 74 75 31 30 32 2F 61 63 72 2F 75 63 6F 64 65 5F 61 73 62 2E 62 69 6E 2E 7A 73 74 
99B2Inode (01)0symbolic link, mode 077744DC000
size36
mode41471
uid0
gid0
nlink1
atime1708913592
ctime1708913585
mtime1708457444
otime1708913585
show full value
Inode(
    InodeItem {
        generation: 10,
        transid: 10,
        size: 36,
        nbytes: 36,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 41471,
        rdev: 0,
        flags: 0,
        sequence: 2,
        atime: Time {
            sec: 1708913592,
            nsec: 597633194,
        },
        ctime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
        mtime: Time {
            sec: 1708457444,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913585,
            nsec: 410923143,
        },
    },
)
show hex data
0A 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 24 00 00 00 00 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 FF A1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B8 F3 DB 65 00 00 00 00 AA 28 9F 23 B1 F3 DB 65 00 00 00 00 87 30 7E 18 E4 FD D4 65 00 00 00 00 00 00 00 00 B1 F3 DB 65 00 00 00 00 87 30 7E 18