Home
last modified time | relevance | path

Searched refs:fixups (Results 1 – 2 of 2) sorted by relevance

/fs/ntfs3/
Dntfs.h289 __le16 fixups[]; // 0x30: member
293 #define MFTRECORD_FIXUP_OFFSET_3 offsetof(struct MFT_REC, fixups)
308 offsetof(struct MFT_REC, fixups); in is_mft_rec5()
Dfslog.c34 __le16 fixups[]; member
273 __le16 fixups[10]; // 0x28: member
1336 offsetof(struct RECORD_PAGE_HDR, fixups) + in log_create()
1347 offsetof(struct RESTART_HDR, fixups) + in log_create()
5123 rh->rhdr.fix_off = cpu_to_le16(offsetof(struct RESTART_HDR, fixups)); in log_replay()
5129 t16 = ALIGN(offsetof(struct RESTART_HDR, fixups) + sizeof(short) * t16, in log_replay()