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
C07Inode (01)0directory, mode 07552128000
size42
mode16877
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1708913571
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 42,
        nbytes: 0,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 16877,
        rdev: 0,
        flags: 0,
        sequence: 23,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
        mtime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 2A 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 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 A3 F3 DB 65 00 00 00 00 92 8F DF 38 A3 F3 DB 65 00 00 00 00 92 8F DF 38 
C07Ref (0C)B06["Brazil"]2128000
name"Brazil"
index9
show full value
Ref(
    [
        RefItem {
            index: 9,
            name_len: 6,
            name: "Brazil",
        },
    ],
)
show hex data
09 00 00 00 00 00 00 00 06 00 42 72 61 7A 69 6C 
C07Dir (54)111DBA35"West" @ B6C2128000
name"West"
target keyB6C Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2924,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 4,
        dir_type: 1,
        name: "West",
    },
)
show hex data
6C 0B 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 04 00 01 57 65 73 74 
C07Dir (54)1C1A3376"Acre" @ B832128000
name"Acre"
target keyB83 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2947,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 4,
        dir_type: 1,
        name: "Acre",
    },
)
show hex data
83 0B 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 04 00 01 41 63 72 65 
C07Dir (54)D9C08C93"East" @ B8E2128000
name"East"
target keyB8E Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2958,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 4,
        dir_type: 1,
        name: "East",
    },
)
show hex data
8E 0B 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 04 00 01 45 61 73 74 
C07Dir (54)ED119005"DeNoronha" @ B7B2128000
name"DeNoronha"
target keyB7B Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2939,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 9,
        dir_type: 1,
        name: "DeNoronha",
    },
)
show hex data
7B 0B 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 09 00 01 44 65 4E 6F 72 6F 6E 68 61 
C07DirIndex (60)2"Acre" @ B832128000
name"Acre"
target keyB83 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2947,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 4,
        dir_type: 1,
        name: "Acre",
    },
)
show hex data
83 0B 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 04 00 01 41 63 72 65 
C07DirIndex (60)3"DeNoronha" @ B7B2128000
name"DeNoronha"
target keyB7B Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2939,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 9,
        dir_type: 1,
        name: "DeNoronha",
    },
)
show hex data
7B 0B 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 09 00 01 44 65 4E 6F 72 6F 6E 68 61 
C07DirIndex (60)4"East" @ B8E2128000
name"East"
target keyB8E Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2958,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 4,
        dir_type: 1,
        name: "East",
    },
)
show hex data
8E 0B 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 04 00 01 45 61 73 74 
C07DirIndex (60)5"West" @ B6C2128000
name"West"
target keyB6C Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2924,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 4,
        dir_type: 1,
        name: "West",
    },
)
show hex data
6C 0B 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 04 00 01 57 65 73 74 
C08Inode (01)0regular file, mode 06442128000
size2634
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706852113
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 2634,
        nbytes: 4096,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 5,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
        mtime: Time {
            sec: 1706852113,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 4A 0A 00 00 00 00 00 00 00 10 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 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 11 7F BC 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 
C08Ref (0C)B06["CET"]2128000
name"CET"
index10
show full value
Ref(
    [
        RefItem {
            index: 10,
            name_len: 3,
            name: "CET",
        },
    ],
)
show hex data
0A 00 00 00 00 00 00 00 03 00 43 45 54 
C08ExtentData (6C)0external, length 4 KiB2128000

4 KiB on disk, starting at offset 0 within the extent at address 4DE2A000; 4 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 4096,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 1306697728,
                disk_num_bytes: 4096,
                offset: 0,
                num_bytes: 4096,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 01 00 A0 E2 4D 00 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 
C09Inode (01)0regular file, mode 06442128000
size2850
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706852113
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 2850,
        nbytes: 4096,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 5,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
        mtime: Time {
            sec: 1706852113,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 22 0B 00 00 00 00 00 00 00 10 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 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 11 7F BC 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 
C09Ref (0C)B06["CST6CDT"]2128000
name"CST6CDT"
index11
show full value
Ref(
    [
        RefItem {
            index: 11,
            name_len: 7,
            name: "CST6CDT",
        },
    ],
)
show hex data
0B 00 00 00 00 00 00 00 07 00 43 53 54 36 43 44 54 
C09ExtentData (6C)0external, length 4 KiB2128000

4 KiB on disk, starting at offset 0 within the extent at address 4DE2B000; 4 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 4096,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 1306701824,
                disk_num_bytes: 4096,
                offset: 0,
                num_bytes: 4096,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 01 00 B0 E2 4D 00 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 
C0AInode (01)0directory, mode 07552128000
size132
mode16877
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1708913571
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 132,
        nbytes: 0,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 16877,
        rdev: 0,
        flags: 0,
        sequence: 17,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
        mtime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 84 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 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 A3 F3 DB 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 A3 F3 DB 65 00 00 00 00 92 8F DF 38 A3 F3 DB 65 00 00 00 00 92 8F DF 38 
C0ARef (0C)B06["Canada"]2128000
name"Canada"
index12
show full value
Ref(
    [
        RefItem {
            index: 12,
            name_len: 6,
            name: "Canada",
        },
    ],
)
show hex data
0C 00 00 00 00 00 00 00 06 00 43 61 6E 61 64 61 
C0ADir (54)92E11DB"Central" @ B862128000
name"Central"
target keyB86 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2950,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 7,
        dir_type: 1,
        name: "Central",
    },
)
show hex data
86 0B 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 01 43 65 6E 74 72 61 6C 
C0ADir (54)168A1C43"Pacific" @ B952128000
name"Pacific"
target keyB95 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2965,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 7,
        dir_type: 1,
        name: "Pacific",
    },
)
show hex data
95 0B 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 01 50 61 63 69 66 69 63 
C0ADir (54)2880EEDA"Saskatchewan" @ B892128000
name"Saskatchewan"
target keyB89 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2953,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 12,
        dir_type: 1,
        name: "Saskatchewan",
    },
)
show hex data
89 0B 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 53 61 73 6B 61 74 63 68 65 77 61 6E 
C0ADir (54)2BB805A2"Newfoundland" @ B912128000
name"Newfoundland"
target keyB91 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2961,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 12,
        dir_type: 1,
        name: "Newfoundland",
    },
)
show hex data
91 0B 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 4E 65 77 66 6F 75 6E 64 6C 61 6E 64 
C0ADir (54)A0086956"Atlantic" @ B552128000
name"Atlantic"
target keyB55 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2901,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 8,
        dir_type: 1,
        name: "Atlantic",
    },
)
show hex data
55 0B 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 08 00 01 41 74 6C 61 6E 74 69 63 
C0ADir (54)AA1C6EF9"Yukon" @ B962128000
name"Yukon"
target keyB96 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2966,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 5,
        dir_type: 1,
        name: "Yukon",
    },
)
show hex data
96 0B 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 05 00 01 59 75 6B 6F 6E 
C0ADir (54)B26731BF"Eastern" @ B782128000
name"Eastern"
target keyB78 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2936,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 7,
        dir_type: 1,
        name: "Eastern",
    },
)
show hex data
78 0B 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 01 45 61 73 74 65 72 6E 
C0ADir (54)DF242DC6"Mountain" @ B472128000
name"Mountain"
target keyB47 Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2887,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 8,
        dir_type: 1,
        name: "Mountain",
    },
)
show hex data
47 0B 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 08 00 01 4D 6F 75 6E 74 61 69 6E 
C0ADirIndex (60)2"Atlantic" @ B552128000
name"Atlantic"
target keyB55 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2901,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 8,
        dir_type: 1,
        name: "Atlantic",
    },
)
show hex data
55 0B 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 08 00 01 41 74 6C 61 6E 74 69 63 
C0ADirIndex (60)3"Central" @ B862128000
name"Central"
target keyB86 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2950,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 7,
        dir_type: 1,
        name: "Central",
    },
)
show hex data
86 0B 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 01 43 65 6E 74 72 61 6C 
C0ADirIndex (60)4"Eastern" @ B782128000
name"Eastern"
target keyB78 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2936,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 7,
        dir_type: 1,
        name: "Eastern",
    },
)
show hex data
78 0B 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 01 45 61 73 74 65 72 6E 
C0ADirIndex (60)5"Mountain" @ B472128000
name"Mountain"
target keyB47 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2887,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 8,
        dir_type: 1,
        name: "Mountain",
    },
)
show hex data
47 0B 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 08 00 01 4D 6F 75 6E 74 61 69 6E 
C0ADirIndex (60)6"Newfoundland" @ B912128000
name"Newfoundland"
target keyB91 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2961,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 12,
        dir_type: 1,
        name: "Newfoundland",
    },
)
show hex data
91 0B 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 4E 65 77 66 6F 75 6E 64 6C 61 6E 64 
C0ADirIndex (60)7"Pacific" @ B952128000
name"Pacific"
target keyB95 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2965,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 7,
        dir_type: 1,
        name: "Pacific",
    },
)
show hex data
95 0B 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 01 50 61 63 69 66 69 63 
C0ADirIndex (60)8"Saskatchewan" @ B892128000
name"Saskatchewan"
target keyB89 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2953,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 12,
        dir_type: 1,
        name: "Saskatchewan",
    },
)
show hex data
89 0B 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 53 61 73 6B 61 74 63 68 65 77 61 6E 
C0ADirIndex (60)9"Yukon" @ B962128000
name"Yukon"
target keyB96 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2966,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 5,
        dir_type: 1,
        name: "Yukon",
    },
)
show hex data
96 0B 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 05 00 01 59 75 6B 6F 6E 
C0BInode (01)0directory, mode 07552128000
size46
mode16877
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1708913571
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 46,
        nbytes: 0,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 16877,
        rdev: 0,
        flags: 0,
        sequence: 7,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
        mtime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 2E 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 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 A3 F3 DB 65 00 00 00 00 92 8F DF 38 A3 F3 DB 65 00 00 00 00 92 8F DF 38 
C0BRef (0C)B06["Chile"]2128000
name"Chile"
index13
show full value
Ref(
    [
        RefItem {
            index: 13,
            name_len: 5,
            name: "Chile",
        },
    ],
)
show hex data
0D 00 00 00 00 00 00 00 05 00 43 68 69 6C 65 
C0BDir (54)3FB1697B"Continental" @ B8C2128000
name"Continental"
target keyB8C Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 2956,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 11,
        dir_type: 1,
        name: "Continental",
    },
)
show hex data
8C 0B 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 0B 00 01 43 6F 6E 74 69 6E 65 6E 74 61 6C 
C0BDir (54)F2EF6BF6"EasterIsland" @ C0C2128000
name"EasterIsland"
target keyC0C Inode 0
show full value
Dir(
    DirItem {
        location: Key {
            key_id: 3084,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 12,
        dir_type: 1,
        name: "EasterIsland",
    },
)
show hex data
0C 0C 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 45 61 73 74 65 72 49 73 6C 61 6E 64 
C0BDirIndex (60)2"Continental" @ B8C2128000
name"Continental"
target keyB8C Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 2956,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 11,
        dir_type: 1,
        name: "Continental",
    },
)
show hex data
8C 0B 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 0B 00 01 43 6F 6E 74 69 6E 65 6E 74 61 6C 
C0BDirIndex (60)3"EasterIsland" @ C0C2128000
name"EasterIsland"
target keyC0C Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 3084,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 12,
        dir_type: 1,
        name: "EasterIsland",
    },
)
show hex data
0C 0C 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 45 61 73 74 65 72 49 73 6C 61 6E 64 
C0CInode (01)0regular file, mode 0644212C000
size2759
mode33188
uid0
gid0
nlink2
atime1708913571
ctime1708913571
mtime1706852113
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 2759,
        nbytes: 4096,
        block_group: 0,
        nlink: 2,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 10,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 960842085,
        },
        mtime: Time {
            sec: 1706852113,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 C7 0A 00 00 00 00 00 00 00 10 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 A4 81 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 65 49 45 39 11 7F BC 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 
C0CRef (0C)C0B["EasterIsland"]212C000
name"EasterIsland"
index3
show full value
Ref(
    [
        RefItem {
            index: 3,
            name_len: 12,
            name: "EasterIsland",
        },
    ],
)
show hex data
03 00 00 00 00 00 00 00 0C 00 45 61 73 74 65 72 49 73 6C 61 6E 64 
C0CRef (0C)C5F["Easter"]212C000
name"Easter"
index7
show full value
Ref(
    [
        RefItem {
            index: 7,
            name_len: 6,
            name: "Easter",
        },
    ],
)
show hex data
07 00 00 00 00 00 00 00 06 00 45 61 73 74 65 72 
C0CExtentData (6C)0external, length 4 KiB212C000

4 KiB on disk, starting at offset 0 within the extent at address 4DE2C000; 4 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 4096,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 1306705920,
                disk_num_bytes: 4096,
                offset: 0,
                num_bytes: 4096,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 01 00 C0 E2 4D 00 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 
C0DInode (01)0regular file, mode 0644212C000
size2448
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706852113
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 2448,
        nbytes: 4096,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 11,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
        mtime: Time {
            sec: 1706852113,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 90 09 00 00 00 00 00 00 00 10 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 0B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 11 7F BC 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 
C0DRef (0C)B06["EET"]212C000
name"EET"
index15
show full value
Ref(
    [
        RefItem {
            index: 15,
            name_len: 3,
            name: "EET",
        },
    ],
)
show hex data
0F 00 00 00 00 00 00 00 03 00 45 45 54 
C0DExtentData (6C)0external, length 4 KiB212C000

4 KiB on disk, starting at offset 0 within the extent at address 4DE2D000; 4 KiB in the file starting from offset 0.

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 4096,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 1306710016,
                disk_num_bytes: 4096,
                offset: 0,
                num_bytes: 4096,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 01 00 D0 E2 4D 00 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 
C0EInode (01)0regular file, mode 0644212C000
size654
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706852113
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 654,
        nbytes: 654,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 10,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
        mtime: Time {
            sec: 1706852113,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 954175378,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 8E 02 00 00 00 00 00 00 8E 02 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 0A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 11 7F BC 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 92 8F DF 38 
C0ERef (0C)B06["EST"]212C000
name"EST"
index16
show full value
Ref(
    [
        RefItem {
            index: 16,
            name_len: 3,
            name: "EST",
        },
    ],
)
show hex data
10 00 00 00 00 00 00 00 03 00 45 53 54 
C0EExtentData (6C)0inline, length 654 B212C000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 654,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                84,
                90,
                105,
                102,
                50,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                27,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                4,
                255,
                255,
                185,
                176,
                0,
                0,
                69,
                83,
                84,
                0,
                4,
                178,
                88,
                0,
                0,
                0,
                0,
                1,
                5,
                164,
                236,
                1,
                0,
                0,
                0,
                2,
                7,
                134,
                31,
                130,
                0,
                0,
                0,
                3,
                9,
                103,
                83,
                3,
                0,
                0,
                0,
                4,
                11,
                72,
                134,
                132,
                0,
                0,
                0,
                5,
                13,
                43,
                11,
                133,
                0,
                0,
                0,
                6,
                15,
                12,
                63,
                6,
                0,
                0,
                0,
                7,
                16,
                237,
                114,
                135,
                0,
                0,
                0,
                8,
                18,
                206,
                166,
                8,
                0,
                0,
                0,
                9,
                21,
                159,
                202,
                137,
                0,
                0,
                0,
                10,
                23,
                128,
                254,
                10,
                0,
                0,
                0,
                11,
                25,
                98,
                49,
                139,
                0,
                0,
                0,
                12,
                29,
                37,
                234,
                12,
                0,
                0,
                0,
                13,
                33,
                218,
                229,
                13,
                0,
                0,
                0,
                14,
                37,
                158,
                157,
                142,
                0,
                0,
                0,
                15,
                39,
                127,
                209,
                15,
                0,
                0,
                0,
                16,
                42,
                80,
                245,
                144,
                0,
                0,
                0,
                17,
                44,
                50,
                41,
                17,
                0,
                0,
                0,
                18,
                46,
                19,
                92,
                146,
                0,
                0,
                0,
                19,
                48,
                231,
                36,
                19,
                0,
                0,
                0,
                20,
                51,
                184,
                72,
                148,
                0,
                0,
                0,
                21,
                54,
                140,
                16,
                21,
                0,
                0,
                0,
                22,
                67,
                183,
                27,
                150,
                0,
                0,
                0,
                23,
                73,
                92,
                7,
                151,
                0,
                0,
                0,
                24,
                79,
                239,
                147,
                24,
                0,
                0,
                0,
                25,
                85,
                147,
                45,
                153,
                0,
                0,
                0,
                26,
                88,
                104,
                70,
                154,
                0,
                0,
                0,
                27,
                84,
                90,
                105,
                102,
                50,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                27,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                4,
                255,
                255,
                185,
                176,
                0,
                0,
                69,
                83,
                84,
                0,
                0,
                0,
                0,
                0,
                4,
                178,
                88,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                0,
                5,
                164,
                236,
                1,
                0,
                0,
                0,
                2,
                0,
                0,
                0,
                0,
                7,
                134,
                31,
                130,
                0,
                0,
                0,
                3,
                0,
                0,
                0,
                0,
                9,
                103,
                83,
                3,
                0,
                0,
                0,
                4,
                0,
                0,
                0,
                0,
                11,
                72,
                134,
                132,
                0,
                0,
                0,
                5,
                0,
                0,
                0,
                0,
                13,
                43,
                11,
                133,
                0,
                0,
                0,
                6,
                0,
                0,
                0,
                0,
                15,
                12,
                63,
                6,
                0,
                0,
                0,
                7,
                0,
                0,
                0,
                0,
                16,
                237,
                114,
                135,
                0,
                0,
                0,
                8,
                0,
                0,
                0,
                0,
                18,
                206,
                166,
                8,
                0,
                0,
                0,
                9,
                0,
                0,
                0,
                0,
                21,
                159,
                202,
                137,
                0,
                0,
                0,
                10,
                0,
                0,
                0,
                0,
                23,
                128,
                254,
                10,
                0,
                0,
                0,
                11,
                0,
                0,
                0,
                0,
                25,
                98,
                49,
                139,
                0,
                0,
                0,
                12,
                0,
                0,
                0,
                0,
                29,
                37,
                234,
                12,
                0,
                0,
                0,
                13,
                0,
                0,
                0,
                0,
                33,
                218,
                229,
                13,
                0,
                0,
                0,
                14,
                0,
                0,
                0,
                0,
                37,
                158,
                157,
                142,
                0,
                0,
                0,
                15,
                0,
                0,
                0,
                0,
                39,
                127,
                209,
                15,
                0,
                0,
                0,
                16,
                0,
                0,
                0,
                0,
                42,
                80,
                245,
                144,
                0,
                0,
                0,
                17,
                0,
                0,
                0,
                0,
                44,
                50,
                41,
                17,
                0,
                0,
                0,
                18,
                0,
                0,
                0,
                0,
                46,
                19,
                92,
                146,
                0,
                0,
                0,
                19,
                0,
                0,
                0,
                0,
                48,
                231,
                36,
                19,
                0,
                0,
                0,
                20,
                0,
                0,
                0,
                0,
                51,
                184,
                72,
                148,
                0,
                0,
                0,
                21,
                0,
                0,
                0,
                0,
                54,
                140,
                16,
                21,
                0,
                0,
                0,
                22,
                0,
                0,
                0,
                0,
                67,
                183,
                27,
                150,
                0,
                0,
                0,
                23,
                0,
                0,
                0,
                0,
                73,
                92,
                7,
                151,
                0,
                0,
                0,
                24,
                0,
                0,
                0,
                0,
                79,
                239,
                147,
                24,
                0,
                0,
                0,
                25,
                0,
                0,
                0,
                0,
                85,
                147,
                45,
                153,
                0,
                0,
                0,
                26,
                0,
                0,
                0,
                0,
                88,
                104,
                70,
                154,
                0,
                0,
                0,
                27,
                10,
                69,
                83,
                84,
                53,
                10,
            ],
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 8E 02 00 00 00 00 00 00 00 00 00 00 00 54 5A 69 66 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 00 00 00 00 00 00 01 00 00 00 04 FF FF B9 B0 00 00 45 53 54 00 04 B2 58 00 00 00 00 01 05 A4 EC 01 00 00 00 02 07 86 1F 82 00 00 00 03 09 67 53 03 00 00 00 04 0B 48 86 84 00 00 00 05 0D 2B 0B 85 00 00 00 06 0F 0C 3F 06 00 00 00 07 10 ED 72 87 00 00 00 08 12 CE A6 08 00 00 00 09 15 9F CA 89 00 00 00 0A 17 80 FE 0A 00 00 00 0B 19 62 31 8B 00 00 00 0C 1D 25 EA 0C 00 00 00 0D 21 DA E5 0D 00 00 00 0E 25 9E 9D 8E 00 00 00 0F 27 7F D1 0F 00 00 00 10 2A 50 F5 90 00 00 00 11 2C 32 29 11 00 00 00 12 2E 13 5C 92 00 00 00 13 30 E7 24 13 00 00 00 14 33 B8 48 94 00 00 00 15 36 8C 10 15 00 00 00 16 43 B7 1B 96 00 00 00 17 49 5C 07 97 00 00 00 18 4F EF 93 18 00 00 00 19 55 93 2D 99 00 00 00 1A 58 68 46 9A 00 00 00 1B 54 5A 69 66 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 00 00 00 00 00 00 01 00 00 00 04 FF FF B9 B0 00 00 45 53 54 00 00 00 00 00 04 B2 58 00 00 00 00 01 00 00 00 00 05 A4 EC 01 00 00 00 02 00 00 00 00 07 86 1F 82 00 00 00 03 00 00 00 00 09 67 53 03 00 00 00 04 00 00 00 00 0B 48 86 84 00 00 00 05 00 00 00 00 0D 2B 0B 85 00 00 00 06 00 00 00 00 0F 0C 3F 06 00 00 00 07 00 00 00 00 10 ED 72 87 00 00 00 08 00 00 00 00 12 CE A6 08 00 00 00 09 00 00 00 00 15 9F CA 89 00 00 00 0A 00 00 00 00 17 80 FE 0A 00 00 00 0B 00 00 00 00 19 62 31 8B 00 00 00 0C 00 00 00 00 1D 25 EA 0C 00 00 00 0D 00 00 00 00 21 DA E5 0D 00 00 00 0E 00 00 00 00 25 9E 9D 8E 00 00 00 0F 00 00 00 00 27 7F D1 0F 00 00 00 10 00 00 00 00 2A 50 F5 90 00 00 00 11 00 00 00 00 2C 32 29 11 00 00 00 12 00 00 00 00 2E 13 5C 92 00 00 00 13 00 00 00 00 30 E7 24 13 00 00 00 14 00 00 00 00 33 B8 48 94 00 00 00 15 00 00 00 00 36 8C 10 15 00 00 00 16 00 00 00 00 43 B7 1B 96 00 00 00 17 00 00 00 00 49 5C 07 97 00 00 00 18 00 00 00 00 4F EF 93 18 00 00 00 19 00 00 00 00 55 93 2D 99 00 00 00 1A 00 00 00 00 58 68 46 9A 00 00 00 1B 0A 45 53 54 35 0A