Home
last modified time | relevance | path

Searched defs:undo_private_data (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dundo_io.c126 struct undo_private_data { struct
127 int magic;
130 io_channel undo_file;
131 blk64_t undo_blk_num; /* next free block */
132 blk64_t key_blk_num; /* current key block location */
133 blk64_t super_blk_num; /* superblock location */
134 blk64_t first_key_blk; /* first key block location */
135 struct undo_key_block *keyb;
136 size_t num_keys, keys_in_block;
139 io_channel real;
[all …]