Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dfslog.c66 __le32 open_log_count; // 0x28: member
1334 u32 open_log_count, bool wrapped, bool use_multi_page) in log_create() argument
1375 log->current_openlog_count = open_log_count; in log_create()
1416 ra->open_log_count = cpu_to_le32(log->current_openlog_count + 1); in log_create_ra()
3892 u32 open_log_count; in log_replay() local
3896 open_log_count = get_random_u32(); in log_replay()
3899 open_log_count = le32_to_cpu(ra2->open_log_count); in log_replay()
3911 log_create(log, l_size, rst_info.last_lsn, open_log_count, in log_replay()
4024 log->current_openlog_count = le32_to_cpu(ra2->open_log_count); in log_replay()
4048 ra->open_log_count = cpu_to_le32(log->current_openlog_count); in log_replay()
[all …]