Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Docfs2_fs.h1065 struct ocfs2_xattr_block { struct
1066 /*00*/ __u8 xb_signature[8]; /* Signature for verification */
1067 __le16 xb_suballoc_slot; /* Slot suballocator this
1069 __le16 xb_suballoc_bit; /* Bit offset in suballocator
1071 __le32 xb_fs_generation; /* Must match super block */
1072 /*10*/ __le64 xb_blkno; /* Offset on disk, in blocks */
1073 struct ocfs2_block_check xb_check; /* Error checking */
1074 /*20*/ __le16 xb_flags; /* Indicates whether this block contains
1076 __le16 xb_reserved0;
1077 __le32 xb_reserved1;
[all …]