Searched defs:ocfs2_xattr_block (Results 1 – 1 of 1) sorted by relevance
1064 struct ocfs2_xattr_block { struct1065 /*00*/ __u8 xb_signature[8]; /* Signature for verification */1066 __le16 xb_suballoc_slot; /* Slot suballocator this1068 __le16 xb_suballoc_bit; /* Bit offset in suballocator1070 __le32 xb_fs_generation; /* Must match super block */1072 struct ocfs2_block_check xb_check; /* Error checking */1075 __le16 xb_reserved0;1076 __le32 xb_reserved1;1077 __le64 xb_suballoc_loc; /* Suballocator block group this1081 /*30*/ union {[all …]
Completed in 11 milliseconds