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
5AD2Inode (01)0regular file, mode 06444688000
size0
mode33188
uid0
gid0
nlink1
atime1708913573
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 0,
        nbytes: 0,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 2,
        atime: Time {
            sec: 1708913573,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 657518967,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 657518967,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 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 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 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 A5 F3 DB 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 77 F1 30 27 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 77 F1 30 27 
5AD2Ref (0C)5AD1[".keep"]4688000
name".keep"
index2
show full value
Ref(
    [
        RefItem {
            index: 2,
            name_len: 5,
            name: ".keep",
        },
    ],
)
show hex data
02 00 00 00 00 00 00 00 05 00 2E 6B 65 65 70 
5AD3Inode (01)0directory, mode 07554688000
size14
mode16877
uid0
gid0
nlink1
atime1708913573
ctime1708913573
mtime1708913573
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 14,
        nbytes: 0,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 16877,
        rdev: 0,
        flags: 0,
        sequence: 4,
        atime: Time {
            sec: 1708913573,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 657518967,
        },
        mtime: Time {
            sec: 1708913573,
            nsec: 657518967,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 657518967,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 0E 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 04 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 A5 F3 DB 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 77 F1 30 27 A5 F3 DB 65 00 00 00 00 77 F1 30 27 A5 F3 DB 65 00 00 00 00 77 F1 30 27 
5AD3Ref (0C)25D["glib-2.0"]4688000
name"glib-2.0"
index505
show full value
Ref(
    [
        RefItem {
            index: 505,
            name_len: 8,
            name: "glib-2.0",
        },
    ],
)
show hex data
F9 01 00 00 00 00 00 00 08 00 67 6C 69 62 2D 32 2E 30 
5AD3Dir (54)AD9DAB38"include" @ 5AD44688000
name"include"
target key5AD4 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 23252,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 7,
        dir_type: 2,
        name: "include",
    },
)
show hex data
D4 5A 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 00 00 07 00 02 69 6E 63 6C 75 64 65 
5AD3DirIndex (60)2"include" @ 5AD44688000
name"include"
target key5AD4 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 23252,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 7,
        dir_type: 2,
        name: "include",
    },
)
show hex data
D4 5A 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 00 00 07 00 02 69 6E 63 6C 75 64 65 
5AD4Inode (01)0directory, mode 07554688000
size24
mode16877
uid0
gid0
nlink1
atime1708913573
ctime1708913573
mtime1708913573
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 24,
        nbytes: 0,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 16877,
        rdev: 0,
        flags: 0,
        sequence: 4,
        atime: Time {
            sec: 1708913573,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 657518967,
        },
        mtime: Time {
            sec: 1708913573,
            nsec: 657518967,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 657518967,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 18 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 04 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 A5 F3 DB 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 77 F1 30 27 A5 F3 DB 65 00 00 00 00 77 F1 30 27 A5 F3 DB 65 00 00 00 00 77 F1 30 27 
5AD4Ref (0C)5AD3["include"]4688000
name"include"
index2
show full value
Ref(
    [
        RefItem {
            index: 2,
            name_len: 7,
            name: "include",
        },
    ],
)
show hex data
02 00 00 00 00 00 00 00 07 00 69 6E 63 6C 75 64 65 
5AD4Dir (54)ECCC4CD7"glibconfig.h" @ 5AD54688000
name"glibconfig.h"
target key5AD5 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 23253,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 12,
        dir_type: 1,
        name: "glibconfig.h",
    },
)
show hex data
D5 5A 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 00 00 0C 00 01 67 6C 69 62 63 6F 6E 66 69 67 2E 68 
5AD4DirIndex (60)2"glibconfig.h" @ 5AD54688000
name"glibconfig.h"
target key5AD5 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 23253,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 12,
        dir_type: 1,
        name: "glibconfig.h",
    },
)
show hex data
D5 5A 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 00 00 0C 00 01 67 6C 69 62 63 6F 6E 66 69 67 2E 68 
5AD5Inode (01)0regular file, mode 06444688000
size5972
mode33188
uid0
gid0
nlink1
atime1708913573
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 5972,
        nbytes: 8192,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 3,
        atime: Time {
            sec: 1708913573,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 657518967,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 657518967,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 54 17 00 00 00 00 00 00 00 20 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 A5 F3 DB 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 77 F1 30 27 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 77 F1 30 27 
5AD5Ref (0C)5AD4["glibconfig.h"]4688000
name"glibconfig.h"
index2
show full value
Ref(
    [
        RefItem {
            index: 2,
            name_len: 12,
            name: "glibconfig.h",
        },
    ],
)
show hex data
02 00 00 00 00 00 00 00 0C 00 67 6C 69 62 63 6F 6E 66 69 67 2E 68 
5AD5ExtentData (6C)0external, length 8 KiB4688000

8 KiB on disk, starting at offset 0 within the extent at address 53AE4000; 8 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 8192,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 1403928576,
                disk_num_bytes: 8192,
                offset: 0,
                num_bytes: 8192,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 01 00 40 AE 53 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 
5AD6Inode (01)0regular file, mode 06444688000
size4915640
mode33188
uid0
gid0
nlink1
atime1708913573
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 4915640,
        nbytes: 4919296,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 41,
        atime: Time {
            sec: 1708913573,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 667519027,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 657518967,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 B8 01 4B 00 00 00 00 00 00 10 4B 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 29 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 A5 F3 DB 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 33 88 C9 27 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 77 F1 30 27 
5AD6Ref (0C)25D["libgio-2.0.a"]4688000
name"libgio-2.0.a"
index506
show full value
Ref(
    [
        RefItem {
            index: 506,
            name_len: 12,
            name: "libgio-2.0.a",
        },
    ],
)
show hex data
FA 01 00 00 00 00 00 00 0C 00 6C 69 62 67 69 6F 2D 32 2E 30 2E 61 
5AD6ExtentData (6C)0external, length 4804 KiB4688000

4804 KiB on disk, starting at offset 0 within the extent at address 2058E000; 4804 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 4919296,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 542695424,
                disk_num_bytes: 4919296,
                offset: 0,
                num_bytes: 4919296,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 10 4B 00 00 00 00 00 00 00 00 00 01 00 E0 58 20 00 00 00 00 00 10 4B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 4B 00 00 00 00 00 
5AD7Inode (01)0symbolic link, mode 07774688000
size15
mode41471
uid0
gid0
nlink1
atime1708913585
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 10,
        size: 15,
        nbytes: 15,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 41471,
        rdev: 0,
        flags: 0,
        sequence: 2,
        atime: Time {
            sec: 1708913585,
            nsec: 477590212,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 667519027,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 667519027,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 0F 00 00 00 00 00 00 00 0F 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 B1 F3 DB 65 00 00 00 00 C4 72 77 1C A5 F3 DB 65 00 00 00 00 33 88 C9 27 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 33 88 C9 27 
5AD7Ref (0C)25D["libgio-2.0.so"]4688000
name"libgio-2.0.so"
index507
show full value
Ref(
    [
        RefItem {
            index: 507,
            name_len: 13,
            name: "libgio-2.0.so",
        },
    ],
)
show hex data
FB 01 00 00 00 00 00 00 0D 00 6C 69 62 67 69 6F 2D 32 2E 30 2E 73 6F 
5AD7ExtentData (6C)0inline, length 15 B4688000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 15,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                108,
                105,
                98,
                103,
                105,
                111,
                45,
                50,
                46,
                48,
                46,
                115,
                111,
                46,
                48,
            ],
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 0F 00 00 00 00 00 00 00 00 00 00 00 00 6C 69 62 67 69 6F 2D 32 2E 30 2E 73 6F 2E 30 
5AD8Inode (01)0symbolic link, mode 07774688000
size22
mode41471
uid0
gid0
nlink1
atime1708913585
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 10,
        size: 22,
        nbytes: 22,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 41471,
        rdev: 0,
        flags: 0,
        sequence: 2,
        atime: Time {
            sec: 1708913585,
            nsec: 477590212,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 667519027,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 667519027,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 16 00 00 00 00 00 00 00 16 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 B1 F3 DB 65 00 00 00 00 C4 72 77 1C A5 F3 DB 65 00 00 00 00 33 88 C9 27 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 33 88 C9 27 
5AD8Ref (0C)25D["libgio-2.0.so.0"]4688000
name"libgio-2.0.so.0"
index508
show full value
Ref(
    [
        RefItem {
            index: 508,
            name_len: 15,
            name: "libgio-2.0.so.0",
        },
    ],
)
show hex data
FC 01 00 00 00 00 00 00 0F 00 6C 69 62 67 69 6F 2D 32 2E 30 2E 73 6F 2E 30 
5AD8ExtentData (6C)0inline, length 22 B4688000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 22,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                108,
                105,
                98,
                103,
                105,
                111,
                45,
                50,
                46,
                48,
                46,
                115,
                111,
                46,
                48,
                46,
                55,
                56,
                48,
                48,
                46,
                52,
            ],
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00 00 6C 69 62 67 69 6F 2D 32 2E 30 2E 73 6F 2E 30 2E 37 38 30 30 2E 34 
5AD9Inode (01)0regular file, mode 07554688000
size1924312
mode33261
uid0
gid0
nlink1
atime1708913585
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 10,
        size: 1924312,
        nbytes: 1925120,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33261,
        rdev: 0,
        flags: 0,
        sequence: 17,
        atime: Time {
            sec: 1708913585,
            nsec: 477590212,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 670852380,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 667519027,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 D8 5C 1D 00 00 00 00 00 00 60 1D 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 81 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 11 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 C4 72 77 1C A5 F3 DB 65 00 00 00 00 1C 65 FC 27 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 33 88 C9 27 
5AD9Ref (0C)25D["libgio-2.0.so.0.7800.4"]4688000
name"libgio-2.0.so.0.7800.4"
index509
show full value
Ref(
    [
        RefItem {
            index: 509,
            name_len: 22,
            name: "libgio-2.0.so.0.7800.4",
        },
    ],
)
show hex data
FD 01 00 00 00 00 00 00 16 00 6C 69 62 67 69 6F 2D 32 2E 30 2E 73 6F 2E 30 2E 37 38 30 30 2E 34 
5AD9ExtentData (6C)0external, length 1880 KiB4688000

1880 KiB on disk, starting at offset 0 within the extent at address 20A3F000; 1880 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 1925120,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 547614720,
                disk_num_bytes: 1925120,
                offset: 0,
                num_bytes: 1925120,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 60 1D 00 00 00 00 00 00 00 00 00 01 00 F0 A3 20 00 00 00 00 00 60 1D 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60 1D 00 00 00 00 00 
5ADAInode (01)0regular file, mode 06444688000
size2383054
mode33188
uid0
gid0
nlink1
atime1708913573
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 2383054,
        nbytes: 2383872,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 22,
        atime: Time {
            sec: 1708913573,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 670852380,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 CE 5C 24 00 00 00 00 00 00 60 24 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 16 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 A5 F3 DB 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 EF 1E 62 28 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 1C 65 FC 27 
5ADARef (0C)25D["libglib-2.0.a"]4688000
name"libglib-2.0.a"
index510
show full value
Ref(
    [
        RefItem {
            index: 510,
            name_len: 13,
            name: "libglib-2.0.a",
        },
    ],
)
show hex data
FE 01 00 00 00 00 00 00 0D 00 6C 69 62 67 6C 69 62 2D 32 2E 30 2E 61 
5ADAExtentData (6C)0external, length 2328 KiB4688000

2328 KiB on disk, starting at offset 0 within the extent at address 20C15000; 2328 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 2383872,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 549539840,
                disk_num_bytes: 2383872,
                offset: 0,
                num_bytes: 2383872,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 60 24 00 00 00 00 00 00 00 00 00 01 00 50 C1 20 00 00 00 00 00 60 24 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60 24 00 00 00 00 00 
5ADBInode (01)0symbolic link, mode 07774688000
size16
mode41471
uid0
gid0
nlink1
atime1708913585
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 10,
        size: 16,
        nbytes: 16,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 41471,
        rdev: 0,
        flags: 0,
        sequence: 2,
        atime: Time {
            sec: 1708913585,
            nsec: 477590212,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 10 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 B1 F3 DB 65 00 00 00 00 C4 72 77 1C A5 F3 DB 65 00 00 00 00 EF 1E 62 28 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 EF 1E 62 28 
5ADBRef (0C)25D["libglib-2.0.so"]4688000
name"libglib-2.0.so"
index511
show full value
Ref(
    [
        RefItem {
            index: 511,
            name_len: 14,
            name: "libglib-2.0.so",
        },
    ],
)
show hex data
FF 01 00 00 00 00 00 00 0E 00 6C 69 62 67 6C 69 62 2D 32 2E 30 2E 73 6F 
5ADBExtentData (6C)0inline, length 16 B4688000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 16,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                108,
                105,
                98,
                103,
                108,
                105,
                98,
                45,
                50,
                46,
                48,
                46,
                115,
                111,
                46,
                48,
            ],
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00 00 6C 69 62 67 6C 69 62 2D 32 2E 30 2E 73 6F 2E 30 
5ADCInode (01)0symbolic link, mode 07774688000
size23
mode41471
uid0
gid0
nlink1
atime1708913585
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 10,
        size: 23,
        nbytes: 23,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 41471,
        rdev: 0,
        flags: 0,
        sequence: 2,
        atime: Time {
            sec: 1708913585,
            nsec: 477590212,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 17 00 00 00 00 00 00 00 17 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 B1 F3 DB 65 00 00 00 00 C4 72 77 1C A5 F3 DB 65 00 00 00 00 EF 1E 62 28 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 EF 1E 62 28 
5ADCRef (0C)25D["libglib-2.0.so.0"]4688000
name"libglib-2.0.so.0"
index512
show full value
Ref(
    [
        RefItem {
            index: 512,
            name_len: 16,
            name: "libglib-2.0.so.0",
        },
    ],
)
show hex data
00 02 00 00 00 00 00 00 10 00 6C 69 62 67 6C 69 62 2D 32 2E 30 2E 73 6F 2E 30 
5ADCExtentData (6C)0inline, length 23 B4688000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 23,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                108,
                105,
                98,
                103,
                108,
                105,
                98,
                45,
                50,
                46,
                48,
                46,
                115,
                111,
                46,
                48,
                46,
                55,
                56,
                48,
                48,
                46,
                52,
            ],
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 17 00 00 00 00 00 00 00 00 00 00 00 00 6C 69 62 67 6C 69 62 2D 32 2E 30 2E 73 6F 2E 30 2E 37 38 30 30 2E 34 
5ADDInode (01)0regular file, mode 07554688000
size1355128
mode33261
uid0
gid0
nlink1
atime1708913585
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 10,
        size: 1355128,
        nbytes: 1355776,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33261,
        rdev: 0,
        flags: 0,
        sequence: 13,
        atime: Time {
            sec: 1708913585,
            nsec: 477590212,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 78 AD 14 00 00 00 00 00 00 B0 14 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 81 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0D 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 C4 72 77 1C A5 F3 DB 65 00 00 00 00 EF 1E 62 28 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 EF 1E 62 28 
5ADDRef (0C)25D["libglib-2.0.so.0.7800.4"]4688000
name"libglib-2.0.so.0.7800.4"
index513
show full value
Ref(
    [
        RefItem {
            index: 513,
            name_len: 23,
            name: "libglib-2.0.so.0.7800.4",
        },
    ],
)
show hex data
01 02 00 00 00 00 00 00 17 00 6C 69 62 67 6C 69 62 2D 32 2E 30 2E 73 6F 2E 30 2E 37 38 30 30 2E 34 
5ADDExtentData (6C)0external, length 1324 KiB4688000

1324 KiB on disk, starting at offset 0 within the extent at address 20E5B000; 1324 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 1355776,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 551923712,
                disk_num_bytes: 1355776,
                offset: 0,
                num_bytes: 1355776,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 B0 14 00 00 00 00 00 00 00 00 00 01 00 B0 E5 20 00 00 00 00 00 B0 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 14 00 00 00 00 00 
5ADEInode (01)0regular file, mode 06444688000
size19110
mode33188
uid0
gid0
nlink1
atime1708913573
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 19110,
        nbytes: 20480,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 3,
        atime: Time {
            sec: 1708913573,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 A6 4A 00 00 00 00 00 00 00 50 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 A5 F3 DB 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 EF 1E 62 28 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 EF 1E 62 28 
5ADERef (0C)25D["libgmodule-2.0.a"]4688000
name"libgmodule-2.0.a"
index514
show full value
Ref(
    [
        RefItem {
            index: 514,
            name_len: 16,
            name: "libgmodule-2.0.a",
        },
    ],
)
show hex data
02 02 00 00 00 00 00 00 10 00 6C 69 62 67 6D 6F 64 75 6C 65 2D 32 2E 30 2E 61 
5ADEExtentData (6C)0external, length 20 KiB4688000

20 KiB on disk, starting at offset 0 within the extent at address 53AE6000; 20 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 20480,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 1403936768,
                disk_num_bytes: 20480,
                offset: 0,
                num_bytes: 20480,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 01 00 60 AE 53 00 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 00 00 00 00 00 00 
5ADFInode (01)0symbolic link, mode 07774688000
size19
mode41471
uid0
gid0
nlink1
atime1708913585
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 10,
        size: 19,
        nbytes: 19,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 41471,
        rdev: 0,
        flags: 0,
        sequence: 2,
        atime: Time {
            sec: 1708913585,
            nsec: 477590212,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 13 00 00 00 00 00 00 00 13 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 B1 F3 DB 65 00 00 00 00 C4 72 77 1C A5 F3 DB 65 00 00 00 00 EF 1E 62 28 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 EF 1E 62 28 
5ADFRef (0C)25D["libgmodule-2.0.so"]4688000
name"libgmodule-2.0.so"
index515
show full value
Ref(
    [
        RefItem {
            index: 515,
            name_len: 17,
            name: "libgmodule-2.0.so",
        },
    ],
)
show hex data
03 02 00 00 00 00 00 00 11 00 6C 69 62 67 6D 6F 64 75 6C 65 2D 32 2E 30 2E 73 6F 
5ADFExtentData (6C)0inline, length 19 B4688000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 19,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                108,
                105,
                98,
                103,
                109,
                111,
                100,
                117,
                108,
                101,
                45,
                50,
                46,
                48,
                46,
                115,
                111,
                46,
                48,
            ],
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 13 00 00 00 00 00 00 00 00 00 00 00 00 6C 69 62 67 6D 6F 64 75 6C 65 2D 32 2E 30 2E 73 6F 2E 30 
5AE0Inode (01)0symbolic link, mode 07774688000
size26
mode41471
uid0
gid0
nlink1
atime1708913585
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        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: 1708913585,
            nsec: 477590212,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
    },
)
show hex data
09 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 B1 F3 DB 65 00 00 00 00 C4 72 77 1C A5 F3 DB 65 00 00 00 00 EF 1E 62 28 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 EF 1E 62 28 
5AE0Ref (0C)25D["libgmodule-2.0.so.0"]4688000
name"libgmodule-2.0.so.0"
index516
show full value
Ref(
    [
        RefItem {
            index: 516,
            name_len: 19,
            name: "libgmodule-2.0.so.0",
        },
    ],
)
show hex data
04 02 00 00 00 00 00 00 13 00 6C 69 62 67 6D 6F 64 75 6C 65 2D 32 2E 30 2E 73 6F 2E 30 
5AE0ExtentData (6C)0inline, length 26 B4688000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 26,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                108,
                105,
                98,
                103,
                109,
                111,
                100,
                117,
                108,
                101,
                45,
                50,
                46,
                48,
                46,
                115,
                111,
                46,
                48,
                46,
                55,
                56,
                48,
                48,
                46,
                52,
            ],
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00 00 00 00 00 00 6C 69 62 67 6D 6F 64 75 6C 65 2D 32 2E 30 2E 73 6F 2E 30 2E 37 38 30 30 2E 34 
5AE1Inode (01)0regular file, mode 07554688000
size22384
mode33261
uid0
gid0
nlink1
atime1708913585
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 10,
        size: 22384,
        nbytes: 24576,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33261,
        rdev: 0,
        flags: 0,
        sequence: 3,
        atime: Time {
            sec: 1708913585,
            nsec: 477590212,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 70 57 00 00 00 00 00 00 00 60 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 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 B1 F3 DB 65 00 00 00 00 C4 72 77 1C A5 F3 DB 65 00 00 00 00 EF 1E 62 28 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 EF 1E 62 28 
5AE1Ref (0C)25D["libgmodule-2.0.so.0.7800.4"]4688000
name"libgmodule-2.0.so.0.7800.4"
index517
show full value
Ref(
    [
        RefItem {
            index: 517,
            name_len: 26,
            name: "libgmodule-2.0.so.0.7800.4",
        },
    ],
)
show hex data
05 02 00 00 00 00 00 00 1A 00 6C 69 62 67 6D 6F 64 75 6C 65 2D 32 2E 30 2E 73 6F 2E 30 2E 37 38 30 30 2E 34 
5AE1ExtentData (6C)0external, length 24 KiB4688000

24 KiB on disk, starting at offset 0 within the extent at address 53AEB000; 24 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 24576,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 1403957248,
                disk_num_bytes: 24576,
                offset: 0,
                num_bytes: 24576,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 60 00 00 00 00 00 00 00 00 00 00 01 00 B0 AE 53 00 00 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60 00 00 00 00 00 00 
5AE2Inode (01)0regular file, mode 06444688000
size762574
mode33188
uid0
gid0
nlink1
atime1708913573
ctime1708913573
mtime1705877022
otime1708913573
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 762574,
        nbytes: 765952,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 9,
        atime: Time {
            sec: 1708913573,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913573,
            nsec: 680852441,
        },
        mtime: Time {
            sec: 1705877022,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913573,
            nsec: 677519087,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 CE A2 0B 00 00 00 00 00 00 B0 0B 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 09 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 A5 F3 DB 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 D9 FB 94 28 1E 9E AD 65 00 00 00 00 00 00 00 00 A5 F3 DB 65 00 00 00 00 EF 1E 62 28