Lines Matching defs:undo_private_data
126 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;
141 unsigned long long tdb_data_size;
142 int tdb_written;
145 ext2_loff_t offset;
147 ext2fs_block_bitmap written_block_map;
148 struct struct_ext2_filsys fake_fs;
149 char *tdb_file;
150 struct undo_header hdr;