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