Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dfslog.c3769 struct RESTART_AREA *ra2, *ra = NULL; in log_replay() local
3881 ra2 = rst_info.valid_page in log_replay()
3887 (ra2 && ra2->client_idx[1] == LFS_NO_CLIENT_LE)) { in log_replay()
3897 open_log_count = le32_to_cpu(ra2->open_log_count); in log_replay()
3925 if (!ra2) { in log_replay()
3949 if (l_size < le64_to_cpu(ra2->l_size)) { in log_replay()
3958 log->l_size = le64_to_cpu(ra2->l_size); in log_replay()
3959 log->seq_num_bits = le32_to_cpu(ra2->seq_num_bits); in log_replay()
3962 log->last_lsn = le64_to_cpu(ra2->current_lsn); in log_replay()
3966 log->record_header_len = le16_to_cpu(ra2->rec_hdr_len); in log_replay()
[all …]