Searched defs:ocfs2_group_desc (Results 1 – 1 of 1) sorted by relevance
880 struct ocfs2_group_desc struct882 /*00*/ __u8 bg_signature[8]; /* Signature for validation */883 __le16 bg_size; /* Size of included bitmap in885 __le16 bg_bits; /* Bits represented by this887 __le16 bg_free_bits_count; /* Free bits count */888 __le16 bg_chain; /* What chain I am in. */889 /*10*/ __le32 bg_generation;890 __le16 bg_contig_free_bits; /* max contig free bits length */891 __le16 bg_reserved1;892 __le64 bg_next_group; /* Next group in my list, in[all …]