Searched defs:thin_disk_superblock (Results 1 – 1 of 1) sorted by relevance
98 struct thin_disk_superblock { struct99 __le32 csum; /* Checksum of superblock except for this field. */100 __le32 flags;101 __le64 blocknr; /* This block number, dm_block_t. */103 __u8 uuid[16];104 __le64 magic;105 __le32 version;106 __le32 time;108 __le64 trans_id;113 __le64 held_root;[all …]