Home
last modified time | relevance | path

Searched defs:ocfs2_group_desc (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/ocfs2/
Docfs2_fs.h876 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 __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 …]