Searched defs:undo_header (Results 1 – 2 of 2) sorted by relevance
54 struct undo_header { struct55 char magic[8]; /* "E2UNDO02" */56 __le64 num_keys; /* how many keys? */57 __le64 super_offset; /* where in the file is the superblock copy? */58 __le64 key_offset; /* where do the key/data block chunks start? */59 __le32 block_size; /* block size of the undo file */60 __le32 fs_block_size; /* block size of the target device */61 __le32 sb_crc; /* crc32c of the superblock */62 __le32 state; /* e2undo state flags */63 __le32 f_compat; /* compatible features (none so far) */[all …]
88 struct undo_header { struct89 char magic[8]; /* "E2UNDO02" */90 __le64 num_keys; /* how many keys? */91 __le64 super_offset; /* where in the file is the superblock copy? */92 __le64 key_offset; /* where do the key/data block chunks start? */93 __le32 block_size; /* block size of the undo file */94 __le32 fs_block_size; /* block size of the target device */95 __le32 sb_crc; /* crc32c of the superblock */96 __le32 state; /* e2undo state flags */97 __le32 f_compat; /* compatible features */[all …]