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

/linux-master/fs/ntfs3/
H A Dfslog.c66 __le32 open_log_count; // 0x28: member in struct:RESTART_AREA
1052 u32 current_openlog_count; /* On-disk value for open_log_count. */
1312 u32 open_log_count, bool wrapped, bool use_multi_page)
1352 log->current_openlog_count = open_log_count;
1393 ra->open_log_count = cpu_to_le32(log->current_openlog_count + 1);
3869 u32 open_log_count; local
3872 open_log_count = log->rst_info.valid_page ?
3873 le32_to_cpu(ra2->open_log_count) :
3878 log_create(log, log->rst_info.last_lsn, open_log_count, wrapped,
3990 log->current_openlog_count = le32_to_cpu(ra2->open_log_count);
1311 log_create(struct ntfs_log *log, const u64 last_lsn, u32 open_log_count, bool wrapped, bool use_multi_page) argument
[all...]

Completed in 115 milliseconds