~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to fsck.ocfs2/include/dirblocks.h

  • Committer: David Weber
  • Date: 2012-01-30 08:42:00 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: wb@munzinger.de-20120130084200-c8cy478mu9fk7tkf
Import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
typedef struct _o2fsck_dirblocks {
31
31
        struct rb_root  db_root;
 
32
        uint64_t        db_numblocks;
32
33
} o2fsck_dirblocks;
33
34
 
34
35
typedef struct _o2fsck_dirblock_entry {