Lines Matching defs:ocfs2_group_desc
876 struct ocfs2_group_desc struct
878 /*00*/ __u8 bg_signature[8]; /* Signature for validation */
879 __le16 bg_size; /* Size of included bitmap in
881 __le16 bg_bits; /* Bits represented by this
883 __le16 bg_free_bits_count; /* Free bits count */
884 __le16 bg_chain; /* What chain I am in. */
885 /*10*/ __le32 bg_generation;
886 __le32 bg_reserved1;
887 __le64 bg_next_group; /* Next group in my list, in
889 /*20*/ __le64 bg_parent_dinode; /* dinode which owns me, in
891 __le64 bg_blkno; /* Offset on disk, in blocks */
892 /*30*/ struct ocfs2_block_check bg_check; /* Error checking */
893 __le64 bg_reserved2;
894 /*40*/ union {