package
0.0.0-20190528173430-c13b09fc0ff8
Repository: https://github.com/dsoprea/go-ext4.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
GetJournalInode returns inode and file structs.
No description provided by the author
No description provided by the author
# Constants
Block commit record.
Block revocation records.
Descriptor.
Journal superblock, v1.
Journal superblock, v2.
JBD2_CHECKSUM_BYTES.
On-disk block is escaped.
The data block was deleted by the transaction.
This is the last tag in this descriptor block.
This block has the same UUID as previous, therefore the UUID field is omitted.
Journal checksum codes.
Journal checksum codes.
Journal checksum codes.
Journal checksum codes.
No description provided by the author
No description provided by the author
JBD2_FEATURE_COMPAT_CHECKSUM.
Journal can deal with 64-bit block numbers.
Journal commits asynchronously.
This journal uses v2 of the checksum on-disk format.
This journal uses v3 of the checksum on-disk format.
Journal has block revocation records.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
JournalBlockTag32NoCsumV3 (journal_block_tag_s struct) is a subelement of the descriptor block.
No description provided by the author
JournalCommitBlock (commit_header struct) indicates that a transaction has been completely written to the journal.
No description provided by the author
JournalDescriptorBlock is a top-level journal block-type that describes where the data is supposed to go on disk.
JournalHeader (journal_header_s) is at the beginning of every block.
No description provided by the author
JournalRevokeBlock32Data (jbd2_journal_revoke_header_s struct) is top-level journal block-type.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author