Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Docfs2_fs.h917 struct ocfs2_group_desc struct
919 /*00*/ __u8 bg_signature[8]; /* Signature for validation */
920 __le16 bg_size; /* Size of included bitmap in
922 __le16 bg_bits; /* Bits represented by this
924 __le16 bg_free_bits_count; /* Free bits count */
925 __le16 bg_chain; /* What chain I am in. */
926 /*10*/ __le32 bg_generation;
927 __le32 bg_reserved1;
928 __le64 bg_next_group; /* Next group in my list, in
930 /*20*/ __le64 bg_parent_dinode; /* dinode which owns me, in
[all …]