Searched defs:ext2fs_xattr_header (Results 1 – 1 of 1) sorted by relevance
55 struct ext2fs_xattr_header { struct56 uint32_t h_magic; /* Magic number - 0xEA020000 */57 uint32_t h_refcount; /* Reference count */58 uint32_t h_blocks; /* Number of blocks - only 1 supported */59 uint32_t h_hash; /* Hash of all attributes */60 uint32_t h_checksum; /* Checksum of the extended attribute block */61 uint32_t h_reserved[3];