Lines Matching refs:open_log_count
66 __le32 open_log_count; // 0x28: member
1334 u32 open_log_count, bool wrapped, bool use_multi_page) in log_create() argument
1374 log->current_openlog_count = open_log_count; in log_create()
1415 ra->open_log_count = cpu_to_le32(log->current_openlog_count + 1); in log_create_ra()
3894 u32 open_log_count; in log_replay() local
3897 open_log_count = log->rst_info.valid_page ? in log_replay()
3898 le32_to_cpu(ra2->open_log_count) : in log_replay()
3903 log_create(log, log->rst_info.last_lsn, open_log_count, wrapped, in log_replay()
4018 log->current_openlog_count = le32_to_cpu(ra2->open_log_count); in log_replay()
4042 ra->open_log_count = cpu_to_le32(log->current_openlog_count); in log_replay()
4050 le32_add_cpu(&ra->open_log_count, 1); in log_replay()
5171 le32_add_cpu(&ra2->open_log_count, 1); in log_replay()