Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfslog.c244 __le64 this_lsn; // 0x00: member
1448 u64 this_lsn = le64_to_cpu(rh->this_lsn); in next_log_lsn() local
1449 u32 vbo = lsn_to_vbo(log, this_lsn); in next_log_lsn()
1451 final_log_off(log, this_lsn, le32_to_cpu(rh->client_data_len)); in next_log_lsn()
1453 u64 seq = this_lsn >> log->file_data_bits; in next_log_lsn()
1471 if (this_lsn == le64_to_cpu(page->rhdr.lsn)) { in next_log_lsn()
2235 u64 lsn = le64_to_cpu(rh->this_lsn); in read_log_rec_buf()
2323 lsnr = le64_to_cpu(rh->this_lsn); in read_rst_area()
2385 if (lsn != le64_to_cpu(rh->this_lsn)) in find_log_rec()
[all...]

Completed in 5 milliseconds