Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dfslog.c1076 struct restart_info rst_info, rst_info2; member
3807 err = log_read_rst(log, true, &log->rst_info); in log_replay()
3812 *initialized = log->rst_info.initialized; in log_replay()
3814 if (!log->rst_info.restart) { in log_replay()
3815 if (log->rst_info.initialized) { in log_replay()
3839 if (log->rst_info.vbo) in log_replay()
3848 log->rst_info2.last_lsn <= log->rst_info.last_lsn) in log_replay()
3853 if (log->rst_info.chkdsk_was_run && in log_replay()
3854 log->page_size != log->rst_info.vbo) { in log_replay()
3866 kfree(log->rst_info.r_page); in log_replay()
[all …]