Searched refs:NTFS_RESTART (Results 1 – 1 of 1) sorted by relevance
199 struct NTFS_RESTART { struct213 static_assert(sizeof(struct NTFS_RESTART) == 0x40); argument2303 static int read_rst_area(struct ntfs_log *log, struct NTFS_RESTART **rst_, in read_rst_area()2312 struct NTFS_RESTART *rst; in read_rst_area()2343 if (len < sizeof(struct NTFS_RESTART)) { in read_rst_area()3741 struct NTFS_RESTART *rst = NULL; in log_replay()