HomeSort by relevance Sort by last modified time
    Searched refs:undo_header (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
e2undo.c 37 * Undo file format: The file is cut up into undo_header.block_size blocks.
54 struct undo_header { struct
96 struct undo_header hdr;
107 static inline int e2undo_has_feature_fs_offset(struct undo_header *header) {
122 static void dump_header(struct undo_header *hdr)
387 sizeof(struct undo_header) -
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 71 * Undo file format: The file is cut up into undo_header.block_size blocks.
88 struct undo_header { struct
150 struct undo_header hdr;
156 static inline void e2undo_set_feature_fs_offset(struct undo_header *header) {
160 static inline void e2undo_clear_feature_fs_offset(struct undo_header *header) {
497 static int check_filesystem(struct undo_header *hdr, io_channel undo_file,
548 struct undo_header hdr;
574 sizeof(struct undo_header) -

Completed in 72 milliseconds