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