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

/linux-master/fs/ntfs3/
H A Dfslog.c1052 u32 current_openlog_count; /* On-disk value for open_log_count. */ member in struct:ntfs_log
1352 log->current_openlog_count = open_log_count;
1393 ra->open_log_count = cpu_to_le32(log->current_openlog_count + 1);
3990 log->current_openlog_count = le32_to_cpu(ra2->open_log_count);
4013 log->current_openlog_count = get_random_u32();
4014 ra->open_log_count = cpu_to_le32(log->current_openlog_count);

Completed in 376 milliseconds