Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_xattr.h55 struct ext2fs_xattr_header { struct
56 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];