Lines Matching defs:lsn
417 u64 lsn = le64_to_cpu(cr->oldest_lsn); in oldest_client_lsn() local
1079 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn) in lsn_to_vbo()
1093 static inline u32 lsn_to_page_off(struct ntfs_log *log, u64 lsn) in lsn_to_page_off()
1103 static inline bool is_lsn_in_file(struct ntfs_log *log, u64 lsn) in is_lsn_in_file()
1119 const struct RECORD_PAGE_HDR *hdr, u64 lsn) in base_lsn()
1136 const struct CLIENT_REC *client, u64 lsn) in verify_client_lsn()
1423 static u32 final_log_off(struct ntfs_log *log, u64 lsn, u32 data_len) in final_log_off()
1465 u64 *lsn) in next_log_lsn()
1570 u64 lsn = le64_to_cpu(rhdr->lsn); in check_subseq_log_page() local
2255 u64 lsn = le64_to_cpu(rh->this_lsn); in read_log_rec_buf() local
2320 u64 *lsn) in read_rst_area()
2385 static int find_log_rec(struct ntfs_log *log, u64 lsn, struct lcb *lcb) in find_log_rec()
2452 static int read_log_rec_lcb(struct ntfs_log *log, u64 lsn, u32 ctx_mode, in read_log_rec_lcb()
2499 static int find_client_next_lsn(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) in find_client_next_lsn()
2576 static int read_next_log_rec(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) in read_next_log_rec()
2816 u64 lsn; in check_lsn() local