Lines Matching defs:x10
29 __le32 sys_page_size; // 0x10: Page size of the system which initialized the log.
43 __le16 prev_client; // 0x10:
59 __le32 seq_num_bits; // 0x10: The number of bits in sequence number.
80 __le16 record_off; // 0x10:
99 __le32 first_free; // 0x10:
120 struct MFT_REF ref; // 0x10: File Reference of file containing attribute
130 __le64 open_record_lsn; // 0x10:
154 __le64 vcn; // 0x10: Vcn of dirty page
167 __le32 reserved; // 0x10:
191 __le64 prev_lsn; // 0x10:
203 __le64 open_attr_table_lsn; // 0x10:
246 __le64 client_undo_next_lsn; // 0x10:
265 static_assert(sizeof(struct LFS_RECORD) == 0x10);
269 __le32 rflags; // 0x10: See LOG_PAGE_LOG_RECORD_END
314 WriteEndOfIndexBuffer = 0x10,
346 0xFC, 0xFB, 0xFF, 0x10, 0x06,
1613 // 0x10 == 0x12 - 0x2
1614 page_bufs = kmalloc(log->page_size * 0x10, GFP_NOFS);
1757 if (tails < 0x10)
2658 block_clst != 8 && block_clst != 0x10 && block_clst != 0x20 &&