Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c1076 struct restart_info rst_info, rst_info2; member
3809 err = log_read_rst(log, true, &log->rst_info); in log_replay()
3814 *initialized = log->rst_info.initialized; in log_replay()
3816 if (!log->rst_info.restart) { in log_replay()
3817 if (log->rst_info.initialized) { in log_replay()
3841 if (log->rst_info.vbo) in log_replay()
3850 log->rst_info2.last_lsn <= log->rst_info.last_lsn) in log_replay()
3855 if (log->rst_info.chkdsk_was_run && in log_replay()
3856 log->page_size != log->rst_info.vbo) { in log_replay()
3868 kfree(log->rst_info.r_page); in log_replay()
[all …]