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