Searched defs:thin_disk_superblock (Results 1 – 1 of 1) sorted by relevance
89 struct thin_disk_superblock { struct90 __le32 csum; /* Checksum of superblock except for this field. */91 __le32 flags;92 __le64 blocknr; /* This block number, dm_block_t. */94 __u8 uuid[16];95 __le64 magic;96 __le32 version;97 __le32 time;99 __le64 trans_id;104 __le64 held_root;[all …]