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
357DirIndex (60)6"j1939.h" @ 35D1EA4000
name"j1939.h"
target key35D Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 861,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 7,
        dir_type: 1,
        name: "j1939.h",
    },
)
show hex data
5D 03 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 6A 31 39 33 39 2E 68 
357DirIndex (60)7"netlink.h" @ 35E1EA4000
name"netlink.h"
target key35E Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 862,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 9,
        dir_type: 1,
        name: "netlink.h",
    },
)
show hex data
5E 03 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 6E 65 74 6C 69 6E 6B 2E 68 
357DirIndex (60)8"raw.h" @ 35F1EA4000
name"raw.h"
target key35F Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 863,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 5,
        dir_type: 1,
        name: "raw.h",
    },
)
show hex data
5F 03 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 72 61 77 2E 68 
357DirIndex (60)9"vxcan.h" @ 3601EA4000
name"vxcan.h"
target key360 Inode 0
show full value
DirIndex(
    DirItem {
        location: Key {
            key_id: 864,
            key_type: Inode,
            key_offset: 0,
        },
        transid: 9,
        data_len: 0,
        name_len: 7,
        dir_type: 1,
        name: "vxcan.h",
    },
)
show hex data
60 03 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 76 78 63 61 6E 2E 68 
358Inode (01)0regular file, mode 06441EA4000
size11210
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 11210,
        nbytes: 12288,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 83,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 820841242,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 820841242,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 CA 2B 00 00 00 00 00 00 00 30 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 53 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 1A 0B ED 30 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 1A 0B ED 30 
358Ref (0C)310["can.h"]1EA4000
name"can.h"
index67
show full value
Ref(
    [
        RefItem {
            index: 67,
            name_len: 5,
            name: "can.h",
        },
    ],
)
show hex data
43 00 00 00 00 00 00 00 05 00 63 61 6E 2E 68 
358ExtentData (6C)0external, length 12 KiB1EA4000

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

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 12288,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 16809984,
                disk_num_bytes: 12288,
                offset: 0,
                num_bytes: 12288,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 01 00 80 00 01 00 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30 00 00 00 00 00 00 
359Inode (01)0regular file, mode 06441EA4000
size4115
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 4115,
        nbytes: 8192,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 83,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 13 10 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 53 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
359Ref (0C)357["bcm.h"]1EA4000
name"bcm.h"
index2
show full value
Ref(
    [
        RefItem {
            index: 2,
            name_len: 5,
            name: "bcm.h",
        },
    ],
)
show hex data
02 00 00 00 00 00 00 00 05 00 62 63 6D 2E 68 
359ExtentData (6C)0external, length 8 KiB1EA4000

8 KiB on disk, starting at offset 0 within the extent at address 100B000; 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: 16822272,
                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 B0 00 01 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 
35AInode (01)0regular file, mode 06441EA4000
size7087
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 7087,
        nbytes: 8192,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 97,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 AF 1B 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 61 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
35ARef (0C)357["error.h"]1EA4000
name"error.h"
index3
show full value
Ref(
    [
        RefItem {
            index: 3,
            name_len: 7,
            name: "error.h",
        },
    ],
)
show hex data
03 00 00 00 00 00 00 00 07 00 65 72 72 6F 72 2E 68 
35AExtentData (6C)0external, length 8 KiB1EA4000

8 KiB on disk, starting at offset 0 within the extent at address 100D000; 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: 16830464,
                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 D0 00 01 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 
35BInode (01)0regular file, mode 06441EA4000
size8026
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 8026,
        nbytes: 8192,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 138,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 5A 1F 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 8A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
35BRef (0C)357["gw.h"]1EA4000
name"gw.h"
index4
show full value
Ref(
    [
        RefItem {
            index: 4,
            name_len: 4,
            name: "gw.h",
        },
    ],
)
show hex data
04 00 00 00 00 00 00 00 04 00 67 77 2E 68 
35BExtentData (6C)0external, length 8 KiB1EA4000

8 KiB on disk, starting at offset 0 within the extent at address 100F000; 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: 16838656,
                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 F0 00 01 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 
35CInode (01)0regular file, mode 06441EA4000
size7427
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 7427,
        nbytes: 8192,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 51,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 03 1D 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 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
35CRef (0C)357["isotp.h"]1EA4000
name"isotp.h"
index5
show full value
Ref(
    [
        RefItem {
            index: 5,
            name_len: 7,
            name: "isotp.h",
        },
    ],
)
show hex data
05 00 00 00 00 00 00 00 07 00 69 73 6F 74 70 2E 68 
35CExtentData (6C)0external, length 8 KiB1EA4000

8 KiB on disk, starting at offset 0 within the extent at address 1011000; 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: 16846848,
                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 10 01 01 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 
35DInode (01)0regular file, mode 06441EA4000
size2403
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 2403,
        nbytes: 4096,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 19,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 63 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 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
35DRef (0C)357["j1939.h"]1EA4000
name"j1939.h"
index6
show full value
Ref(
    [
        RefItem {
            index: 6,
            name_len: 7,
            name: "j1939.h",
        },
    ],
)
show hex data
06 00 00 00 00 00 00 00 07 00 6A 31 39 33 39 2E 68 
35DExtentData (6C)0external, length 4 KiB1EA4000

4 KiB on disk, starting at offset 0 within the extent at address 1013000; 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: 16855040,
                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 30 01 01 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 
35EInode (01)0regular file, mode 06441EA4000
size5140
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 5140,
        nbytes: 8192,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 19,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 14 14 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 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
35ERef (0C)357["netlink.h"]1EA4000
name"netlink.h"
index7
show full value
Ref(
    [
        RefItem {
            index: 7,
            name_len: 9,
            name: "netlink.h",
        },
    ],
)
show hex data
07 00 00 00 00 00 00 00 09 00 6E 65 74 6C 69 6E 6B 2E 68 
35EExtentData (6C)0external, length 8 KiB1EA4000

8 KiB on disk, starting at offset 0 within the extent at address 1014000; 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: 16859136,
                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 01 01 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 
35FInode (01)0regular file, mode 06441EA4000
size3043
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 3043,
        nbytes: 4096,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 19,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 E3 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 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
35FRef (0C)357["raw.h"]1EA4000
name"raw.h"
index8
show full value
Ref(
    [
        RefItem {
            index: 8,
            name_len: 5,
            name: "raw.h",
        },
    ],
)
show hex data
08 00 00 00 00 00 00 00 05 00 72 61 77 2E 68 
35FExtentData (6C)0external, length 4 KiB1EA4000

4 KiB on disk, starting at offset 0 within the extent at address 1016000; 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: 16867328,
                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 60 01 01 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 
360Inode (01)0regular file, mode 06441EA4000
size232
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 232,
        nbytes: 232,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 19,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 E8 00 00 00 00 00 00 00 E8 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 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
360Ref (0C)357["vxcan.h"]1EA4000
name"vxcan.h"
index9
show full value
Ref(
    [
        RefItem {
            index: 9,
            name_len: 7,
            name: "vxcan.h",
        },
    ],
)
show hex data
09 00 00 00 00 00 00 00 07 00 76 78 63 61 6E 2E 68 
360ExtentData (6C)0inline, length 232 B1EA4000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 232,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                47,
                42,
                32,
                83,
                80,
                68,
                88,
                45,
                76,
                105,
                99,
                101,
                110,
                115,
                101,
                45,
                73,
                100,
                101,
                110,
                116,
                105,
                102,
                105,
                101,
                114,
                58,
                32,
                71,
                80,
                76,
                45,
                50,
                46,
                48,
                45,
                111,
                110,
                108,
                121,
                32,
                87,
                73,
                84,
                72,
                32,
                76,
                105,
                110,
                117,
                120,
                45,
                115,
                121,
                115,
                99,
                97,
                108,
                108,
                45,
                110,
                111,
                116,
                101,
                32,
                42,
                47,
                10,
                35,
                105,
                102,
                110,
                100,
                101,
                102,
                32,
                95,
                67,
                65,
                78,
                95,
                86,
                88,
                67,
                65,
                78,
                95,
                72,
                10,
                35,
                100,
                101,
                102,
                105,
                110,
                101,
                32,
                95,
                67,
                65,
                78,
                95,
                86,
                88,
                67,
                65,
                78,
                95,
                72,
                10,
                10,
                101,
                110,
                117,
                109,
                32,
                123,
                10,
                9,
                86,
                88,
                67,
                65,
                78,
                95,
                73,
                78,
                70,
                79,
                95,
                85,
                78,
                83,
                80,
                69,
                67,
                44,
                10,
                9,
                86,
                88,
                67,
                65,
                78,
                95,
                73,
                78,
                70,
                79,
                95,
                80,
                69,
                69,
                82,
                44,
                10,
                10,
                9,
                95,
                95,
                86,
                88,
                67,
                65,
                78,
                95,
                73,
                78,
                70,
                79,
                95,
                77,
                65,
                88,
                10,
                35,
                100,
                101,
                102,
                105,
                110,
                101,
                32,
                86,
                88,
                67,
                65,
                78,
                95,
                73,
                78,
                70,
                79,
                95,
                77,
                65,
                88,
                9,
                40,
                95,
                95,
                86,
                88,
                67,
                65,
                78,
                95,
                73,
                78,
                70,
                79,
                95,
                77,
                65,
                88,
                32,
                45,
                32,
                49,
                41,
                10,
                125,
                59,
                10,
                10,
                35,
                101,
                110,
                100,
                105,
                102,
                10,
            ],
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 E8 00 00 00 00 00 00 00 00 00 00 00 00 2F 2A 20 53 50 44 58 2D 4C 69 63 65 6E 73 65 2D 49 64 65 6E 74 69 66 69 65 72 3A 20 47 50 4C 2D 32 2E 30 2D 6F 6E 6C 79 20 57 49 54 48 20 4C 69 6E 75 78 2D 73 79 73 63 61 6C 6C 2D 6E 6F 74 65 20 2A 2F 0A 23 69 66 6E 64 65 66 20 5F 43 41 4E 5F 56 58 43 41 4E 5F 48 0A 23 64 65 66 69 6E 65 20 5F 43 41 4E 5F 56 58 43 41 4E 5F 48 0A 0A 65 6E 75 6D 20 7B 0A 09 56 58 43 41 4E 5F 49 4E 46 4F 5F 55 4E 53 50 45 43 2C 0A 09 56 58 43 41 4E 5F 49 4E 46 4F 5F 50 45 45 52 2C 0A 0A 09 5F 5F 56 58 43 41 4E 5F 49 4E 46 4F 5F 4D 41 58 0A 23 64 65 66 69 6E 65 20 56 58 43 41 4E 5F 49 4E 46 4F 5F 4D 41 58 09 28 5F 5F 56 58 43 41 4E 5F 49 4E 46 4F 5F 4D 41 58 20 2D 20 31 29 0A 7D 3B 0A 0A 23 65 6E 64 69 66 0A 
361Inode (01)0regular file, mode 06441EA4000
size13523
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 13523,
        nbytes: 16384,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 19,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 D3 34 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 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
361Ref (0C)310["capability.h"]1EA4000
name"capability.h"
index68
show full value
Ref(
    [
        RefItem {
            index: 68,
            name_len: 12,
            name: "capability.h",
        },
    ],
)
show hex data
44 00 00 00 00 00 00 00 0C 00 63 61 70 61 62 69 6C 69 74 79 2E 68 
361ExtentData (6C)0external, length 16 KiB1EA4000

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

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 16384,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 16871424,
                disk_num_bytes: 16384,
                offset: 0,
                num_bytes: 16384,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 01 00 70 01 01 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 
362Inode (01)0regular file, mode 06441EA4000
size3124
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 3124,
        nbytes: 4096,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 32,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 34 0C 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 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
362Ref (0C)310["capi.h"]1EA4000
name"capi.h"
index69
show full value
Ref(
    [
        RefItem {
            index: 69,
            name_len: 6,
            name: "capi.h",
        },
    ],
)
show hex data
45 00 00 00 00 00 00 00 06 00 63 61 70 69 2E 68 
362ExtentData (6C)0external, length 4 KiB1EA4000

4 KiB on disk, starting at offset 0 within the extent at address 101B000; 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: 16887808,
                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 01 01 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 
363Inode (01)0regular file, mode 06441EA4000
size3281
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 3281,
        nbytes: 4096,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 36,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 D1 0C 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 24 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
363Ref (0C)310["cciss_defs.h"]1EA4000
name"cciss_defs.h"
index70
show full value
Ref(
    [
        RefItem {
            index: 70,
            name_len: 12,
            name: "cciss_defs.h",
        },
    ],
)
show hex data
46 00 00 00 00 00 00 00 0C 00 63 63 69 73 73 5F 64 65 66 73 2E 68 
363ExtentData (6C)0external, length 4 KiB1EA4000

4 KiB on disk, starting at offset 0 within the extent at address 101C000; 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: 16891904,
                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 01 01 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 
364Inode (01)0regular file, mode 06441EA4000
size2761
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 2761,
        nbytes: 4096,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 26,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 C9 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 1A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
364Ref (0C)310["cciss_ioctl.h"]1EA4000
name"cciss_ioctl.h"
index71
show full value
Ref(
    [
        RefItem {
            index: 71,
            name_len: 13,
            name: "cciss_ioctl.h",
        },
    ],
)
show hex data
47 00 00 00 00 00 00 00 0D 00 63 63 69 73 73 5F 69 6F 63 74 6C 2E 68 
364ExtentData (6C)0external, length 4 KiB1EA4000

4 KiB on disk, starting at offset 0 within the extent at address 101D000; 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: 16896000,
                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 01 01 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 
365Inode (01)0regular file, mode 06441EA4000
size767
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 767,
        nbytes: 767,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 26,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 FF 02 00 00 00 00 00 00 FF 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 1A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
365Ref (0C)310["ccs.h"]1EA4000
name"ccs.h"
index72
show full value
Ref(
    [
        RefItem {
            index: 72,
            name_len: 5,
            name: "ccs.h",
        },
    ],
)
show hex data
48 00 00 00 00 00 00 00 05 00 63 63 73 2E 68 
365ExtentData (6C)0inline, length 767 B1EA4000
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 767,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 0,
        },
        data: Inline(
            [
                47,
                42,
                32,
                83,
                80,
                68,
                88,
                45,
                76,
                105,
                99,
                101,
                110,
                115,
                101,
                45,
                73,
                100,
                101,
                110,
                116,
                105,
                102,
                105,
                101,
                114,
                58,
                32,
                71,
                80,
                76,
                45,
                50,
                46,
                48,
                45,
                111,
                110,
                108,
                121,
                32,
                87,
                73,
                84,
                72,
                32,
                76,
                105,
                110,
                117,
                120,
                45,
                115,
                121,
                115,
                99,
                97,
                108,
                108,
                45,
                110,
                111,
                116,
                101,
                32,
                42,
                47,
                10,
                47,
                42,
                32,
                67,
                111,
                112,
                121,
                114,
                105,
                103,
                104,
                116,
                32,
                40,
                67,
                41,
                32,
                50,
                48,
                50,
                48,
                32,
                73,
                110,
                116,
                101,
                108,
                32,
                67,
                111,
                114,
                112,
                111,
                114,
                97,
                116,
                105,
                111,
                110,
                32,
                42,
                47,
                10,
                10,
                35,
                105,
                102,
                110,
                100,
                101,
                102,
                32,
                95,
                95,
                85,
                65,
                80,
                73,
                95,
                67,
                67,
                83,
                95,
                72,
                95,
                95,
                10,
                35,
                100,
                101,
                102,
                105,
                110,
                101,
                32,
                95,
                95,
                85,
                65,
                80,
                73,
                95,
                67,
                67,
                83,
                95,
                72,
                95,
                95,
                10,
                10,
                35,
                105,
                110,
                99,
                108,
                117,
                100,
                101,
                32,
                60,
                108,
                105,
                110,
                117,
                120,
                47,
                118,
                52,
                108,
                50,
                45,
                99,
                111,
                110,
                116,
                114,
                111,
                108,
                115,
                46,
                104,
                62,
                10,
                10,
                35,
                100,
                101,
                102,
                105,
                110,
                101,
                32,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                67,
                67,
                83,
                95,
                65,
                78,
                65,
                76,
                79,
                71,
                85,
                69,
                95,
                71,
                65,
                73,
                78,
                95,
                77,
                48,
                9,
                9,
                40,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                85,
                83,
                69,
                82,
                95,
                67,
                67,
                83,
                95,
                66,
                65,
                83,
                69,
                32,
                43,
                32,
                49,
                41,
                10,
                35,
                100,
                101,
                102,
                105,
                110,
                101,
                32,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                67,
                67,
                83,
                95,
                65,
                78,
                65,
                76,
                79,
                71,
                85,
                69,
                95,
                71,
                65,
                73,
                78,
                95,
                67,
                48,
                9,
                9,
                40,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                85,
                83,
                69,
                82,
                95,
                67,
                67,
                83,
                95,
                66,
                65,
                83,
                69,
                32,
                43,
                32,
                50,
                41,
                10,
                35,
                100,
                101,
                102,
                105,
                110,
                101,
                32,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                67,
                67,
                83,
                95,
                65,
                78,
                65,
                76,
                79,
                71,
                85,
                69,
                95,
                71,
                65,
                73,
                78,
                95,
                77,
                49,
                9,
                9,
                40,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                85,
                83,
                69,
                82,
                95,
                67,
                67,
                83,
                95,
                66,
                65,
                83,
                69,
                32,
                43,
                32,
                51,
                41,
                10,
                35,
                100,
                101,
                102,
                105,
                110,
                101,
                32,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                67,
                67,
                83,
                95,
                65,
                78,
                65,
                76,
                79,
                71,
                85,
                69,
                95,
                71,
                65,
                73,
                78,
                95,
                67,
                49,
                9,
                9,
                40,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                85,
                83,
                69,
                82,
                95,
                67,
                67,
                83,
                95,
                66,
                65,
                83,
                69,
                32,
                43,
                32,
                52,
                41,
                10,
                35,
                100,
                101,
                102,
                105,
                110,
                101,
                32,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                67,
                67,
                83,
                95,
                65,
                78,
                65,
                76,
                79,
                71,
                85,
                69,
                95,
                76,
                73,
                78,
                69,
                65,
                82,
                95,
                71,
                65,
                73,
                78,
                9,
                40,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                85,
                83,
                69,
                82,
                95,
                67,
                67,
                83,
                95,
                66,
                65,
                83,
                69,
                32,
                43,
                32,
                53,
                41,
                10,
                35,
                100,
                101,
                102,
                105,
                110,
                101,
                32,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                67,
                67,
                83,
                95,
                65,
                78,
                65,
                76,
                79,
                71,
                85,
                69,
                95,
                69,
                88,
                80,
                79,
                78,
                69,
                78,
                84,
                73,
                65,
                76,
                95,
                71,
                65,
                73,
                78,
                9,
                40,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                85,
                83,
                69,
                82,
                95,
                67,
                67,
                83,
                95,
                66,
                65,
                83,
                69,
                32,
                43,
                32,
                54,
                41,
                10,
                35,
                100,
                101,
                102,
                105,
                110,
                101,
                32,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                67,
                67,
                83,
                95,
                83,
                72,
                65,
                68,
                73,
                78,
                71,
                95,
                67,
                79,
                82,
                82,
                69,
                67,
                84,
                73,
                79,
                78,
                9,
                9,
                40,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                85,
                83,
                69,
                82,
                95,
                67,
                67,
                83,
                95,
                66,
                65,
                83,
                69,
                32,
                43,
                32,
                56,
                41,
                10,
                35,
                100,
                101,
                102,
                105,
                110,
                101,
                32,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                67,
                67,
                83,
                95,
                76,
                85,
                77,
                73,
                78,
                65,
                78,
                67,
                69,
                95,
                67,
                79,
                82,
                82,
                69,
                67,
                84,
                73,
                79,
                78,
                95,
                76,
                69,
                86,
                69,
                76,
                9,
                40,
                86,
                52,
                76,
                50,
                95,
                67,
                73,
                68,
                95,
                85,
                83,
                69,
                82,
                95,
                67,
                67,
                83,
                95,
                66,
                65,
                83,
                69,
                32,
                43,
                32,
                57,
                41,
                10,
                10,
                35,
                101,
                110,
                100,
                105,
                102,
                10,
            ],
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 FF 02 00 00 00 00 00 00 00 00 00 00 00 2F 2A 20 53 50 44 58 2D 4C 69 63 65 6E 73 65 2D 49 64 65 6E 74 69 66 69 65 72 3A 20 47 50 4C 2D 32 2E 30 2D 6F 6E 6C 79 20 57 49 54 48 20 4C 69 6E 75 78 2D 73 79 73 63 61 6C 6C 2D 6E 6F 74 65 20 2A 2F 0A 2F 2A 20 43 6F 70 79 72 69 67 68 74 20 28 43 29 20 32 30 32 30 20 49 6E 74 65 6C 20 43 6F 72 70 6F 72 61 74 69 6F 6E 20 2A 2F 0A 0A 23 69 66 6E 64 65 66 20 5F 5F 55 41 50 49 5F 43 43 53 5F 48 5F 5F 0A 23 64 65 66 69 6E 65 20 5F 5F 55 41 50 49 5F 43 43 53 5F 48 5F 5F 0A 0A 23 69 6E 63 6C 75 64 65 20 3C 6C 69 6E 75 78 2F 76 34 6C 32 2D 63 6F 6E 74 72 6F 6C 73 2E 68 3E 0A 0A 23 64 65 66 69 6E 65 20 56 34 4C 32 5F 43 49 44 5F 43 43 53 5F 41 4E 41 4C 4F 47 55 45 5F 47 41 49 4E 5F 4D 30 09 09 28 56 34 4C 32 5F 43 49 44 5F 55 53 45 52 5F 43 43 53 5F 42 41 53 45 20 2B 20 31 29 0A 23 64 65 66 69 6E 65 20 56 34 4C 32 5F 43 49 44 5F 43 43 53 5F 41 4E 41 4C 4F 47 55 45 5F 47 41 49 4E 5F 43 30 09 09 28 56 34 4C 32 5F 43 49 44 5F 55 53 45 52 5F 43 43 53 5F 42 41 53 45 20 2B 20 32 29 0A 23 64 65 66 69 6E 65 20 56 34 4C 32 5F 43 49 44 5F 43 43 53 5F 41 4E 41 4C 4F 47 55 45 5F 47 41 49 4E 5F 4D 31 09 09 28 56 34 4C 32 5F 43 49 44 5F 55 53 45 52 5F 43 43 53 5F 42 41 53 45 20 2B 20 33 29 0A 23 64 65 66 69 6E 65 20 56 34 4C 32 5F 43 49 44 5F 43 43 53 5F 41 4E 41 4C 4F 47 55 45 5F 47 41 49 4E 5F 43 31 09 09 28 56 34 4C 32 5F 43 49 44 5F 55 53 45 52 5F 43 43 53 5F 42 41 53 45 20 2B 20 34 29 0A 23 64 65 66 69 6E 65 20 56 34 4C 32 5F 43 49 44 5F 43 43 53 5F 41 4E 41 4C 4F 47 55 45 5F 4C 49 4E 45 41 52 5F 47 41 49 4E 09 28 56 34 4C 32 5F 43 49 44 5F 55 53 45 52 5F 43 43 53 5F 42 41 53 45 20 2B 20 35 29 0A 23 64 65 66 69 6E 65 20 56 34 4C 32 5F 43 49 44 5F 43 43 53 5F 41 4E 41 4C 4F 47 55 45 5F 45 58 50 4F 4E 45 4E 54 49 41 4C 5F 47 41 49 4E 09 28 56 34 4C 32 5F 43 49 44 5F 55 53 45 52 5F 43 43 53 5F 42 41 53 45 20 2B 20 36 29 0A 23 64 65 66 69 6E 65 20 56 34 4C 32 5F 43 49 44 5F 43 43 53 5F 53 48 41 44 49 4E 47 5F 43 4F 52 52 45 43 54 49 4F 4E 09 09 28 56 34 4C 32 5F 43 49 44 5F 55 53 45 52 5F 43 43 53 5F 42 41 53 45 20 2B 20 38 29 0A 23 64 65 66 69 6E 65 20 56 34 4C 32 5F 43 49 44 5F 43 43 53 5F 4C 55 4D 49 4E 41 4E 43 45 5F 43 4F 52 52 45 43 54 49 4F 4E 5F 4C 45 56 45 4C 09 28 56 34 4C 32 5F 43 49 44 5F 55 53 45 52 5F 43 43 53 5F 42 41 53 45 20 2B 20 39 29 0A 0A 23 65 6E 64 69 66 0A 
366Inode (01)0regular file, mode 06441EA4000
size29561
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 29561,
        nbytes: 32768,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 66,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 79 73 00 00 00 00 00 00 00 80 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 42 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31 
366Ref (0C)310["cdrom.h"]1EA4000
name"cdrom.h"
index73
show full value
Ref(
    [
        RefItem {
            index: 73,
            name_len: 7,
            name: "cdrom.h",
        },
    ],
)
show hex data
49 00 00 00 00 00 00 00 07 00 63 64 72 6F 6D 2E 68 
366ExtentData (6C)0external, length 32 KiB1EA4000

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

compression0
encryption0
other_encoding0
show full value
ExtentData(
    ExtentDataItem {
        header: ExtentDataHeader {
            generation: 9,
            ram_bytes: 32768,
            compression: 0,
            encryption: 0,
            other_encoding: 0,
            extent_type: 1,
        },
        data: External(
            ExternalExtent {
                disk_bytenr: 16900096,
                disk_num_bytes: 32768,
                offset: 0,
                num_bytes: 32768,
            },
        ),
    },
)
show hex data
09 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 01 00 E0 01 01 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 
367Inode (01)0regular file, mode 06441EA4000
size54419
mode33188
uid0
gid0
nlink1
atime1708913571
ctime1708913571
mtime1706738857
otime1708913571
show full value
Inode(
    InodeItem {
        generation: 9,
        transid: 9,
        size: 54419,
        nbytes: 57344,
        block_group: 0,
        nlink: 1,
        uid: 0,
        gid: 0,
        mode: 33188,
        rdev: 0,
        flags: 0,
        sequence: 79,
        atime: Time {
            sec: 1708913571,
            nsec: 0,
        },
        ctime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
        mtime: Time {
            sec: 1706738857,
            nsec: 0,
        },
        otime: Time {
            sec: 1708913571,
            nsec: 824174595,
        },
    },
)
show hex data
09 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 93 D4 00 00 00 00 00 00 00 E0 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 4F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 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 03 E8 1F 31 A9 C4 BA 65 00 00 00 00 00 00 00 00 A3 F3 DB 65 00 00 00 00 03 E8 1F 31