Lines Matching defs:x20
48 __le16 name[32]; // 0x20: Name of client.
63 __le32 last_lsn_data_len; // 0x20:
85 __le64 page_lcns[]; // 0x20:
88 static_assert(sizeof(struct LOG_REC_HDR) == 0x20);
122 void *ptr; // 0x20:
135 u8 name_len; // 0x20: In wchar
156 __le64 page_lcns[]; // 0x20:
159 static_assert(sizeof(struct DIR_PAGE_ENTRY) == 0x20);
193 __le32 undo_records; // 0x20: Number of undo log records pending abort
205 __le64 dirty_pages_table_lsn; // 0x20:
249 __le32 record_type; // 0x20: LfsClientRecord or LfsClientRestart.
330 TransactionTableDump = 0x20,
2658 block_clst != 8 && block_clst != 0x10 && block_clst != 0x20 &&