Home
last modified time | relevance | path

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

/fs/ntfs3/
Dfslog.c199 struct NTFS_RESTART { struct
213 static_assert(sizeof(struct NTFS_RESTART) == 0x40); argument
2304 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()