Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dfslog.c244 __le64 this_lsn; // 0x00: member
1449 u64 this_lsn = le64_to_cpu(rh->this_lsn); in next_log_lsn() local
1450 u32 vbo = lsn_to_vbo(log, this_lsn); in next_log_lsn()
1452 final_log_off(log, this_lsn, le32_to_cpu(rh->client_data_len)); in next_log_lsn()
1454 u64 seq = this_lsn >> log->file_data_bits; in next_log_lsn()
1472 if (this_lsn == le64_to_cpu(page->rhdr.lsn)) { in next_log_lsn()
2236 u64 lsn = le64_to_cpu(rh->this_lsn); in read_log_rec_buf()
2324 lsnr = le64_to_cpu(rh->this_lsn); in read_rst_area()
2386 if (lsn != le64_to_cpu(rh->this_lsn)) in find_log_rec()