Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Docfs2_fs.h918 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
[all …]