Searched defs:ocfs2_group_desc (Results 1 – 1 of 1) sorted by relevance
876 struct ocfs2_group_desc struct878 /*00*/ __u8 bg_signature[8]; /* Signature for validation */879 __le16 bg_size; /* Size of included bitmap in881 __le16 bg_bits; /* Bits represented by this883 __le16 bg_free_bits_count; /* Free bits count */884 __le16 bg_chain; /* What chain I am in. */885 /*10*/ __le32 bg_generation;886 __le16 bg_contig_free_bits; /* max contig free bits length */887 __le16 bg_reserved1;888 __le64 bg_next_group; /* Next group in my list, in[all …]