Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dfslog.c3723 struct restart_info rst_info, rst_info2; in log_replay() local
3826 memset(&rst_info2, 0, sizeof(struct restart_info)); in log_replay()
3827 err = log_read_rst(log, l_size, false, &rst_info2); in log_replay()
3832 if (!rst_info2.restart || rst_info2.last_lsn <= rst_info.last_lsn) in log_replay()
3850 memcpy(&rst_info, &rst_info2, sizeof(struct restart_info)); in log_replay()
3851 rst_info2.r_page = NULL; in log_replay()
3855 kfree(rst_info2.r_page); in log_replay()