Lines Matching defs:ocfs2_xattr_block
1066 struct ocfs2_xattr_block { struct
1067 /*00*/ __u8 xb_signature[8]; /* Signature for verification */
1068 __le16 xb_suballoc_slot; /* Slot suballocator this
1070 __le16 xb_suballoc_bit; /* Bit offset in suballocator
1072 __le32 xb_fs_generation; /* Must match super block */
1073 /*10*/ __le64 xb_blkno; /* Offset on disk, in blocks */
1074 struct ocfs2_block_check xb_check; /* Error checking */
1075 /*20*/ __le16 xb_flags; /* Indicates whether this block contains
1077 __le16 xb_reserved0;
1078 __le32 xb_reserved1;
1079 __le64 xb_suballoc_loc; /* Suballocator block group this
1083 /*30*/ union {
1089 } xb_attrs;