Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c1112 struct restart_info rst_info, rst_info2; member
3914 err = log_read_rst(log, true, &log->rst_info); in log_replay()
3919 *initialized = log->rst_info.initialized; in log_replay()
3921 if (!log->rst_info.restart) { in log_replay()
3922 if (log->rst_info.initialized) { in log_replay()
3946 if (log->rst_info.vbo) in log_replay()
3955 log->rst_info2.last_lsn <= log->rst_info.last_lsn) in log_replay()
3960 if (log->rst_info.chkdsk_was_run && in log_replay()
3961 log->page_size != log->rst_info.vbo) { in log_replay()
3973 kfree(log->rst_info.r_page); in log_replay()
[all …]