Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dfslog.c3741 struct restart_info rst_info, rst_info2; in log_replay() local
3844 memset(&rst_info2, 0, sizeof(struct restart_info)); in log_replay()
3845 err = log_read_rst(log, l_size, false, &rst_info2); in log_replay()
3850 if (!rst_info2.restart || rst_info2.last_lsn <= rst_info.last_lsn) in log_replay()
3868 memcpy(&rst_info, &rst_info2, sizeof(struct restart_info)); in log_replay()
3869 rst_info2.r_page = NULL; in log_replay()
3873 kfree(rst_info2.r_page); in log_replay()