Lines Matching defs:ocfs2_group_desc
918 struct ocfs2_group_desc struct
920 /*00*/ __u8 bg_signature[8]; /* Signature for validation */
921 __le16 bg_size; /* Size of included bitmap in
923 __le16 bg_bits; /* Bits represented by this
925 __le16 bg_free_bits_count; /* Free bits count */
926 __le16 bg_chain; /* What chain I am in. */
927 /*10*/ __le32 bg_generation;
928 __le32 bg_reserved1;
929 __le64 bg_next_group; /* Next group in my list, in
931 /*20*/ __le64 bg_parent_dinode; /* dinode which owns me, in
933 __le64 bg_blkno; /* Offset on disk, in blocks */
934 /*30*/ struct ocfs2_block_check bg_check; /* Error checking */
935 __le64 bg_reserved2;
936 /*40*/ union {