Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dfslog.c3743 struct restart_info rst_info, rst_info2; in log_replay() local
3808 err = log_read_rst(log, l_size, true, &rst_info); in log_replay()
3813 *initialized = rst_info.initialized; in log_replay()
3815 if (!rst_info.restart) { in log_replay()
3816 if (rst_info.initialized) { in log_replay()
3842 if (rst_info.vbo) in log_replay()
3848 if (!rst_info2.restart || rst_info2.last_lsn <= rst_info.last_lsn) in log_replay()
3853 if (rst_info.chkdsk_was_run && page_size != rst_info.vbo) { in log_replay()
3865 kfree(rst_info.r_page); in log_replay()
3866 memcpy(&rst_info, &rst_info2, sizeof(struct restart_info)); in log_replay()
[all …]